27
edits
(New MAC address reading code) |
|||
| Line 460: | Line 460: | ||
===MAC address=== | ===MAC address=== | ||
The | The Nanode has a surface-mount chip soldered to the underside of the board containing a unique MAC address. | ||
Code to read this chip is available on github: see [https://github.com/sde1000/NanodeUNIO NanodeUNIO] | |||
To use this code, download it to the sketchbook/libraries folder and start the Arduino IDE. Choose File->Examples->NanodeUNIO->NanodeMAC and upload the sketch to your Nanode. It should print the MAC address. | |||
Once you have successfully read your MAC address, you can enter it next to your Nanode serial number in [http://wiki.hackspace.org.uk/wiki/Pledges/Nanodes/Details#The_Complete_List The Complete List]. | Once you have successfully read your MAC address, you can enter it next to your Nanode serial number in [http://wiki.hackspace.org.uk/wiki/Pledges/Nanodes/Details#The_Complete_List The Complete List]. | ||