Posted on Leave a comment

Setting an Arduino Ethernet MAC address automatically

One of the little time-saving tricks I use in my home automation system is setting the Ethernet MAC address automatically on each device. This saves having to set the address manually in the sketch of every device.

I’ve written it up in a tutorial on the Freetronics site:

Setting Arduino Ethernet MAC addresses manually and automatically

Enjoy!