Difference between revisions of "Nanode experiences"

From London Hackspace Wiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
[http://www.pachube.com Pachube.com]
 
[http://www.pachube.com Pachube.com]
  
Pachube acts as a respository of datastreams collected by sensors. You can then graph the resulting data or access the stream to control something based on the data.
+
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
+
Email edborden at pachube dot com to ask for your Pachube account to be upgraded
  
 
=Pachube Software for Nanode=
 
=Pachube Software for Nanode=
Line 33: Line 33:
  
 
[http://blog.thiseldo.co.uk/?p=574 http://maniacbug.wordpress.com/2011/08/07/nanode/]
 
[http://blog.thiseldo.co.uk/?p=574 http://maniacbug.wordpress.com/2011/08/07/nanode/]
 +
 +
[[Project:Nanode/UIP|Alternative IP Stack]]
 +
 +
[[Category:Documents]]

Latest revision as of 22:15, 28 May 2013

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.

The bootloader here Project:Nanode/Applications/Bootstrap_config_files#Ready-built_bootloader doesn't seem to work. I got one directly from 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.com

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 NanodeMAC

Putters and Getters

http://blog.wickeddevice.com/?p=244

http://maniacbug.wordpress.com/2011/08/07/nanode/

JeeLabs Ethercard Library

http://maniacbug.wordpress.com/2011/08/07/nanode/

Alternative IP Stack