Vinod on Teensy USB Interrupts
I'm not sure how ThingSpeak fits in here. Perhaps this post is more relevant on the Arduino forums?
View ArticleVinod on Upload to ThingSpeak limited to 2 fields
Take a look at the examples posted here: https://github.com/mathworks/thingspeak-arduino/tree/master/examples Specifically take a look at this:...
View ArticleVinod on ThingSpeak problems with upload
Take a look at one of the examples that use the ThingSpeak support library: https://github.com/mathworks/thingspeak-arduino/tree/master/examples More specifically try modifying this one:...
View ArticleVinod on NEWBIE, Sending Data from ESP Easy (Sharp GP2Y10) problem.
Can you share the code that is posting data from your Sharp GP2Y10 sensor? Can you also try printing the data to the serial output and including that so we can make some suggestions on how to modify it...
View Articlekelle333 on Problem: Upload .CSV via MATLAB Analysis App
Thanks for your reply. I allready figured the problem out for myself and wrote an MATLAB code on my local PC with an timer and ThingSpeakWrite.
View ArticleDeYulia on Not getting data uploaded to my channel
I have successfully compiled and loaded my code to a ESP8266-01S module and believed the data was being uploaded to my ThingSpeak channel, but the channel indicates zero entries. I have an external...
View Articlecstapels on Not getting data uploaded to my channel
It is possible that you have used your user API key instead of your Write API key. You could try testing requests using the POSTMAN (https://www.getpostman.com/) chrome extension, and see if they...
View Articleirproject on Send data from ThingSpeak to ESP8266
Hi I succeeded send data from a sensor (by Arduino Uno + esp8266) to my ThingSpeak channel. Now I want to send back data from my channel to Arduino Uno. Help? tnx
View Articleirproject on Send data from ThingSpeak to ESP8266
Hi I succeeded send data from a sensor (by Arduino Uno + esp8266) to my ThingSpeak channel. Now I want to send back data from my channel to Arduino Uno. Help? tnx
View Articleirproject on Send data from ThingSpeak to ESP8266
Hi I succeeded send data from a sensor (by Arduino Uno + esp8266) to my ThingSpeak channel. Now I want to send back data from my channel to Arduino Uno. Help? tnx
View Articleirproject on Can I send data from ThingSpeak to ESP8266 (connected to...
Hi I succeeded send data from a sensor (by Arduino Uno + esp8266) to my ThingSpeak channel. Now I want to send back data from my channel to Arduino Uno. can I use ThingHTTP? Help? tnx
View Articlerw950431 on Send data from ThingSpeak to ESP8266
What exactly do you want to send back from thingspeak? If you want to retrieve data points from a channel you can just use the read functions provided by the library you used to make your write...
View ArticleVinod on Scheduled maintenance between 10:00 AM and 10:30 AM US ET on May...
We have scheduled maintenance between 10:00 AM and 10:30 AM US ET on Tuesday, May 2nd, 2017. We anticipate a few minutes when the API and web servers may be unavailable.
View ArticleVinod on Scheduled maintenance between 10:00 AM and 10:30 AM US ET on May...
Scheduled maintenance activity for May 2nd, 2017 is complete.
View Articleduongthanh3327 on ThingHTTP - POST notification to Facebook
Hi all, I want to use ThingHTTP to notification on facebook, I find this https://developers.facebook.com/docs/games/services/appnotifications And I configured my ThingHTTP URL:...
View Articlerw950431 on ThingHTTP - POST notification to Facebook
Did you try GET instead of POST for the method? You may also need to urlencode some of the characters in your string (such as the comma, space and exclamation mark)- perhaps just try with...
View Articleduongthanh3327 on ThingHTTP - POST notification to Facebook
rw950431 said Did you try GET instead of POST for the method? You may also need to urlencode some of the characters in your string (such as the comma, space and exclamation mark)- perhaps just try...
View Articleirproject on Send data from ThingSpeak to ESP8266
I want for exapmle turn on LED from the Arduino If a channel value meets a certain condition
View Articlecstapels on Send data from ThingSpeak to ESP8266
You can definitely use the talkback app. Set your Arduino to occasionally poll for new commands using the documentation for "Execute the Next TalkBack Command" from here:...
View Articleirproject on Send data from ThingSpeak to ESP8266
About the second option you suggested, how can I make the Arduino read the value directly from thingspeak channel? I mean: for sending data from Arduino by esp8266 I use these AT commends: AT+CIPSTART=...
View Article