Page options

Arduino


Entwicklungsumgebung aufsetzen

Seeedunio (Arduino)

Wiki, FAQ und Sketches for Seeeduino
  • How to install for
  • 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"
  1. Connect your Arduino to your Ethernet shield // Connect the DHT sensor
  2. Download Libraries // Drop the library folders into your Arduino application folder (location could be found at "Settings").
    1. Test the DHT Sensor (sketch) // view results in the serial monitor
    2. Test the Ethernet Shield
  3. Build the code
    1. Download the Arduino/Plotly sketch for Temperature and Humidity visualization
      Use this Sketch instead
    2. 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)
  4. 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
  5. Open the serial monitor to see if the sketch connects to your plot.ly workbench
  6. Open the the plot.ly workbench to see your stream at the URL given back via serial monitor 
  7. Done :-)

Sketches und Baupläne


    No Attachments Found. Click here to upload new file.




     RSS of this page

    Author: Guest   Version: 3.1   Last Edited By: Guest   Modified: 11 Apr 2015