Difference between revisions of "Nanode experiences"

From London Hackspace Wiki
Jump to navigation Jump to search
m
 
(10 intermediate revisions by 2 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.
  
[http://www.thingiverse.com/thing:7497 about]<br>
+
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]].
[http://www.thingiverse.com/download:31058 code]
+
 
 +
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 10: 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
 +
 
 +
=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]]
  
Email edborden at pachube dot com to ask for your pachube account to be upgraded
+
[[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