Close

Low memory available, stability problems may occur.

A project log for LinkTrucker

Inspired by other hardware, this Arduino UNO and ENC28J60 checks your Ethernet Link, DHCP, DNS, and connects to a server for < $25!

kristopher-marciniakKristopher Marciniak 01/18/2016 at 01:580 Comments

This is how you know your doing Arduino correctly! ;)
You could delete all the Serial.print lines and disable Serial.begin(9600);
This should save a bunch of memory and make for a better tomorrow... but "Global variables use 1,558 bytes (76%) of dynamic memory, leaving 490 bytes for local variables. Maximum is 2,048 bytes." seem fine to me as this is all this poor UNO will ever be asked to do.

- Kris

Discussions