1,013
edits
(Created page with "=Bootloader= Once you have built your Nanode you will need to flash a bootloader. This is the standard Arduino bootloader, but modified to use a different pin (6) for the on-boa...") |
mNo edit summary |
||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=Bootloader= | =Nanode Bootloader= | ||
Once you have built your Nanode you will need to flash a bootloader. This is the standard Arduino bootloader, but modified to use a different pin (6) for the on-board LED instead of the standard pin 13. | Once you have built your Nanode you will need to flash a bootloader. This is the standard Arduino bootloader, but modified to use a different pin (6) for the on-board LED instead of the standard pin 13. | ||
The bootloader here [[Project:Nanode/Applications/Bootstrap_config_files#Ready-built_bootloader]] doesn't seem to work. I got one directly from [[User:monsonite|Ken Boak]]. | |||
The links below will work once the wiki allows arbitrary files to be uploaded. | |||
[[File:Boot loader zip]] to replace the one in the arduino folder (back up the old one first). | |||
[[Nanode Bootloader]] [[File:nanode-bootloader.hex]] hex file to be used with AVR studio or AVRdude (found inside the zip file). | |||
=Pachube= | =Pachube= | ||
Line 7: | Line 15: | ||
[http://www.pachube.com Pachube.com] | [http://www.pachube.com Pachube.com] | ||
Pachube acts as a | Pachube acts as a repository of datastreams collected by sensors. You can then graph the resulting data or access the stream to control something based on the data. | ||
Email edborden at pachube dot com to ask for your Pachube account to be upgraded | |||
=Pachube Software for Nanode= | |||
You will need to read the MAC address of your nanode from the chip on the back of the board using | |||
[https://github.com/thiseldo/NanodeMAC NanodeMAC] | |||
==Putters and Getters== | |||
[http://blog.wickeddevice.com/?p=244 http://blog.wickeddevice.com/?p=244] | |||
[http://maniacbug.wordpress.com/2011/08/07/nanode/ http://maniacbug.wordpress.com/2011/08/07/nanode/] | |||
[http://jeelabs.org/2011/06/19/ethercard-library-api/ JeeLabs Ethercard Library] | |||
[http://blog.thiseldo.co.uk/?p=574 http://maniacbug.wordpress.com/2011/08/07/nanode/] | |||
[[Project:Nanode/UIP|Alternative IP Stack]] | |||
[[Category:Documents]] |