5
votes
1answer
11 views

Building a menu and scheduler for a thermostat (rotary encoder for input, LCD screen)

I'm building an advanced thermostat on an arduino with the following goals: Use a rotary encoder (with pushbutton) as the only input device Use LCD display (standard 16x2) Use a real time clock ...
0
votes
2answers
72 views

Arduino Time.h - Resets on Serial Connection for Sync

I realize and understand the problem with arduino boards resetting whenever you open a serial connection as stated and answered here. However, because of that I'm trying to figure out how various ...
1
vote
1answer
218 views

Arduino with multiple LEDs and timers

I'm working on creating a wireless interval timer with an Arduino, is there a specific Arduino board required that can work with multiple LEDs and give me the programming capability for providing ...