rw950431 on Arduino+µPanel+ThigSpeak
There are already several apps available to view thingspeak data on your mobile- suggest you search "thingspeak mobile app" or similar. that being said you could relay data onwards from thingspeak...
View Articlegmrza on Sum only gives one day's data
Vinod said @gmrza: I had to look at your data in the database and noticed an anomaly. The entries do not appear to be in order, which I suspect may be an artifact of how it was created or imported....
View Articlemarco508286 on Arduino+µPanel+ThigSpeak
Thanks for the answer, it will be very helpful, but at a later time because first I have to be able to send data from miuPanel to ThingSpeak, not with the AT command, but in TCP Socket mode, assuming...
View ArticleKavindran on String from NodeMCU to thing speak not working
Hey Guys, I am trying to interface nodemcu to thingspeak. I have used a generic thingspeak api. Everything about numeric values is fine, but when i try to print a string data on the field the field...
View Articleirasch on Using ThingHTTP with Tropo
I've made a little progress, but still have a problem. If I set up the Choreo like this: Name: TropoSendSMS APIKey: xxxxx URL:...
View ArticleVinod on Sum only gives one day's data
Hi Geoff, Now that you have described how the channel is populated, I know what is going on. When you clear the channel and have the devices continue to upload to it, if the device has uploaded data...
View ArticleVinod on Using ThingHTTP with Tropo
It could be because of some parsing of the '&' character. try replacing them with '&' That said, the right solution is the body substitutions.
View Articleirasch on Using ThingHTTP with Tropo
Do you know if the "body" portion is appended to the URL when Thingspeak makes the request to Tropo, or does the body go in a separate send? Thanks.
View Articlegmrza on Sum only gives one day's data
Vinod said Hi Geoff, Now that you have described how the channel is populated, I know what is going on. When you clear the channel and have the devices continue to upload to it, if the device has...
View Articlekenkoknz on not updating the chart on thingspeak channel
Hi, thks for your explaination, i use node red to send the data using thingspeak node. It was working no problems before and i did not changed anything. From your suggestion It would seems that the...
View Articlegmrza on Sum only gives one day's data
Vinod, the export/clear/import approach seems to have helped. There is still a little bit of weirdness. The following URL, even though it specifies "days" as 10, only gives a graph of 5 days:...
View Articlepiajola on Sum only gives one day's data
Hello Geoff, Finally I decided to say this ... First run as is ... then change things as you wish In the code play with the values, to see if this code helps you some ... Lines 28-34 to see UTC vs...
View Articleirasch on Using ThingHTTP with Tropo
I was able to get this working by changing Thinkspeak from GET to POST. Apparently when Tropo receives via POST, it checks the Body for the info. THanks.
View ArticleVinod on Sum only gives one day's data
Hi Geoff, As piajola mentions, you can use a MATLAB app to do things like time offsets and display more advanced graphs. Piajola has provided some code that makes offsetting for timezone easy to do....
View ArticleVinod on Using ThingHTTP with Tropo
Happy to hear you got it working. Would you be interested in writing a blog post like the ones on http://community.thingspeak.com on how you use Tropo and ThingSpeak for your application? I'm sure...
View ArticleHans on Cyber Monday IoT Hobby Kit by SparkFun
I saw a blog post from SparkFun announcing their, "Cyber Monday IoT Hobby Kit". The kit is based on the ESP8266 board and includes some other parts to build some connected projects. They also published...
View Articleshahzadb13 on HTML coding with Thinkspeak - skipping the response
i need help with the same problem... i have tried your solution but doesnt work for me.
View ArticleJasonW on Unable to update more than 4 fields of data on ThinkSpeak with...
There is no limitation on the api.thingspeak.com side to updating all 8 fields at once. I don't have a SIM900A module to test with, but I was just able to test updating all 8 fields with a Mega and...
View ArticleAishwarya on New ThingSpeak App: TalkBack!
hi, i am trying thingspeak talkback on arduino using esp8266. But i am not getting how to do that . If anyone knows, can you share the code please. thanks
View Articledonde on Can't see Temperature data
I just started using Thingspeak. I'm totally new to IoT methods. The hardware is Huzzah esp8266 and DS18B20 one wire temperature sensor. Using Arduino IDE. This is sketch I'm using:...
View Article