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

Hello dear maintainers of this api ! Have you tested this api if it works with latest version of plotly ? Because the online feature is removed from latest plotly....

`Hello,` I'm using the example simple_ethernet from library 2.6 with Arduino Uno on IDE 1.0.5 . I followed the tutorial in every part and I get the following error. Is...

Hello. I've got the code to compile and uploaded it onto a Nodemcu ESP8266. I can't get past this though: ... Attempting to connect to WPA network... I have tested...

Reference issue #3. Possible duplicate of issue #34 (though we come to different conclusions). Arduino made a pretty big change (not too long ago) in the compiler toolchain moving from...

I made some little adaptations to plotly_streaming_wifi files to make it work with esp8266 and arduino 1.8. Please take attention to the length of the http request the class produces...

# include # include "plotly_streaming_wifi.h" // Sign up to plotly here: https://plot.ly // View your API key and streamtokens here: https://plot.ly/settings # define nTraces 2 // View your tokens here:...

Hello, - For the connection issues: Error initializing stream, aborting. Try again or get in touch with Chris at [email protected] Debug log level (0) message: {"url": "", "message": "", "warning":...

Hello, I have been using plotly_streaming_ethernet to stream and see live graph data. It works great. However, let's say I want to store the temperature every 30 min for a...