News

I made this Arduino project that allows to turn ON and OFF LEDs using a cheap IR remote control as a preparation for the next big step: disassemble my girlfriend’s chinese LED lamp and replace its ...
When reed switch is opened, pin 2 of Arduino goes high with the help of the pull-up resistor R2, and the alert signal is available through the piezo-speaker PZ1 (not an active piezo-buzzer). At the ...
C ‘common sense’ is that the switch/case answer is both faster and makes more compact code because compilers tend to convert these into a jump table. However, the Arduino compiler tends to convert ...