jscrane / TinySensors

Environmental sensors with ATtiny84, nrf24l01+ and Raspberry Pi
8 stars 5 forks source link

Tinysensor sketch improvements #2

Closed jscrane closed 5 years ago

jscrane commented 5 years ago
jscrane commented 5 years ago

See this article for some tips. In particular:

jscrane commented 5 years ago

Don't think there's enough flash space for Interrupted. Use a slimmed-down wdt_sleep() instead (see sensortest.ino)