ATtiny supported?
Hardware
42
Posts
20
Posters
29.0k
Views
9
Watching
-
@mfalkvidd said:
attiny85 seems to have 8kB flash. I don't think you'll be able to fit a MySensors sketch in so little space. Most sketches require 12k or more.
It would fit without a bootloader for very simple sketches only. RelayActuator example sketch without debug (and commented out debug lines) is 7 782 bytes.
But I'm not sure it would run with 512bytes or ram and eeprom... -
Does anyone have a working mysensors attiny node?