arduino-api icon indicating copy to clipboard operation
arduino-api copied to clipboard

Arduino library for real-time logging and streaming data to online plotly graphs

Results 34 arduino-api issues
Sort by recently updated
recently updated
newest added

As we all know plotly causes a time drift when sending the millis() with your data. I know for sure my time drift in millis can be divided in 2....

Hey everyone, I am using the Yun over Wifi by get this error when I try to execute the run.py file on the [email protected] Any ideas on how to fix...

I get this error with the ehternet example. ... Initializing ethernet ... Done initializing ethernet ... Attempting to connect to plotly's REST servers ... Connected to plotly's REST servers ......

By specifying graph.maxpoints = 30; Does that mean plotly also only stores 30 points of data? I was surprised to see all but 30 datapoints gone from my chart this...

Is there a way I can send arduino RTC timestamps and get plotly to use those timestamps instead of plotly's in the streaming plots? millis() is just relative to the...

Following this tutorial: https://plot.ly/arduino/dht22-temperature-tutorial/ Extracted the library (arduino-api-master) under Arduino/libraries/ and renamed it to "Plotly" Get the following error: dht22_ethernet.ino:3:39: fatal error: plotly_streaming_ethernet.h: No such file or directory compilation terminated....

I can't install the library? I downloaded the github .zip file for this library and I am trying: Sketch> include library> add .zip library and I get: " Arduino: 1.6.5...

Hello, I am using a [fork of this library](https://github.com/krvarma/Plotly_SparkCore) with my Spark Core. The problem is that the timestamps sent from my Core to plotly are being mapped into the...

Arduino: 1.6.0 (Windows 7), Board: "Arduino Uno" C:\Program Files\Arduino\libraries\WiFi\src\utility\spi_drv.cpp:21:17: fatal error: SPI.h: No such file or directory #include ^ compilation terminated. Error compiling. This report would have more information with...

C:\Program Files\Arduino\hardware\arduino\avr\libraries\SPI/SPI.cpp:27: multiple definition of `SPIClass::begin()' WiFi\utility\SPI.cpp.o:C:\Program Files\Arduino\libraries\WiFi\src\utility/SPI.cpp:34: first defined here