Entwicklungsumgebung aufsetzen
Seeedunio (Arduino)
Wiki, FAQ und Sketches for Seeeduino
- How to install for
- Ubuntu (Einfach aus dem Software Center "Arduino" installieren)
- MAC / Windows
- Getting started / testet
- Give a LED between Digital 13 and GND
- Load the sketch "Blink" (within Arduino Application under "Download")
- Choose "Arduino Duemilla" at Tools-->Board and the right USB at Tools-->Port
- Upload the Blink (change the Delay)
Den ersten Sensor online bringen
- Step by Step - Instructable um einen Temperatur und Luftfeuchtesensor auf plot.ly zu "streamen"
- Connect your Arduino to your Ethernet shield // Connect the DHT sensor
- Download Libraries // Drop the library folders into your Arduino application folder (location could be found at "Settings").
- Test the DHT Sensor (sketch) // view results in the serial monitor
- Test the Ethernet Shield
- Build the code
Download the Arduino/Plotly sketch for Temperature and Humidity visualization
Use this Sketch instead
- Open the sketch and change "username" and "api_key" to your plotly credentials.
How you get tokens and API-Key is described in the Sketch (comments)
- Upload the sketch to your Arduino!
Errors appear!
- copy missing library plotly_streaming_ethernet
- as a work-around to fix the error on missing avr/dtostrf.h comment the #include <dtostrf.h> in plotly_streaming_ethernet.cpp out.
see Known Issues for Arduino 1.6 Compiler
- Open the serial monitor to see if the sketch connects to your plot.ly workbench
- Open the the plot.ly workbench to see your stream at the URL given back via serial monitor
- Done :-)
Sketches und Baupläne