Hacker News new | ask | show | jobs
by ljlukkar 2644 days ago
Thanks for reporting the the typo. On Arduino Uno the Hello World example including the SPI ethernet driver consumes around 20kb of ROM and 1kb of RAM. On anything more recent the framework memory overhead will not be a problem. There is no dynamic memory allocations and it does not use the String class.
1 comments

Oh that sounds reasonable, I'll give it a try on one of the next projects. Thanks for making it!