6
votes
5answers
301 views
Arduino for time lapse photography
How would i set up an Arduino to do time lapse photography?
4
votes
4answers
138 views
Reading a 16-bit timer on an 8-bit MCU
Since an 8-bit MCU can't read the whole 16-bit timer in one cycle, this creates a race condition where the low-word can roll over between reads. Does the community have a preferre …
3
votes
4answers
89 views
Delayed power supply startup
I would like to make a circuit that turns on a power supply to a microcontroller after holding down a button for a period of time (say 2 seconds). To make matters slightly more com …
1
vote
2answers
136 views
On an AVR (ATtiny2313), which is serviced first when TIMER0_OVF and TIMER0_COMPA are due at the same time?
If an AVR's 8-bit timer compare register is 255 and the timer overflows (according to the datasheet, the compare interrupt happens on the next timer clock cycle) then both the over …
2
votes
3answers
982 views
Watch Dog Timer + Arduino
How do I setup a hardware watch dog timer with an Arduino?
Thanks,
Marcus
4
votes
3answers
432 views
Monitor clock cycles for code on arduino/AVR?
Is it possible to monitor a block of code and determine the number of processor clock cycles that code took on an Arduino and/or AVR atmel processor? or, should I rather monitor mi …
