News

In this project, we are going to use a Touch Dimmer Switch. This switch is a touch-sensitive sensor that detects the physical touch or proximity. The electrical appliance which will be controlled by ...
Programming Arduino UNO for multitasking will only require the logic behind how millis() work which is explained above. It is recommended to practice blink LED using millis again and again to make the ...
How to use switch...case on strings in Arduino IDE. If you have just a few ascii commands to handle, received by Serial, it's okay to use "If...Else If". But if you have many commands, with "If..Else ...
Arduino has been making some changes to the IDE, and now there is a conflicting IR library. I won't be using this library, because I still want to use the IRremote by Ken Sheriff. I've had great ...