Arduino

Setting Up a Traffic Light IoT Device in Arduino / NodeMCU

After being able to dynamically change the states by command, we also want to manage things remotely! In this post, we will learn how to convert our device into...

Controlling A Traffic Light Using Arduino Serial

How do we dynamically control Arduino outside the code? By giving it the ability to communicate! In this post, we will explore how we can control a traffic light...

Using 7 Segment Display on Arduino

Do you want to know how seven segment displays work? Let's try controlling one using an Arduino! In this project, I will provide an introduction to how we can...

Classes in Arduino: Creating a Traffic Light

Let's learn how to build classes in Arduino by getting down and dirty in a simple project. In this tutorial, I'll be explaining how to create a Traffic Light...