irasch 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 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 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 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 ArticleMike Teachman on ThingTweet failures last two days
I was wondering if anything has changed with ThingTweet? After many months of continuous operation, I am no longer seeing updates in Twitter. Perhaps related to the updated agreement that was...
View ArticleHans on ThingTweet failures last two days
I just tested my ThingTweet and it is working. What are you using to post the tweets?
View ArticleHans on Thingspeak support MQTT protocol
We are happy to announce that we added MQTT publish so users can send data to ThingSpeak channels using the MQTT protocol. Here's a link to the documentation:...
View ArticleMike Teachman on ThingTweet failures last two days
thanks for confirming that ThingTweet is still working. I took a 2nd look at my Arduino/Ethernet shield code and realized I had made a "minor" change on Monday night...in an attempt to claim back some...
View ArticleMike Teachman on How To: Publish to Thingspeak with MQTT using Micropython on...
I tried out the new MQTT capabilities, using Micropython on ESP8266. With micropython it is possible to quickly get MQTT working with Thingspeak. In case others would like to try this, here is the...
View ArticleHans on How To: Publish to Thingspeak with MQTT using Micropython on ESP8266...
This is awesome! Thanks so much for sharing your project with us and the rest of the community.
View ArticleKrayem on how to convert msg to vcf.?
Softaken Software is the best option to convert msg to vcf file format. Search with google and download free tool to convert msg to vcf file format.
View Articlepopunonkok on "2-d line plot" dosent show correct on external site. iframe
I copy and paste the iframe code from a visualisation that works great on the thingspeak site, the page for my channel. But when I past the code on my own page the graph dosent show in the expected...
View Articlerw950431 on ThingHTTP + Slack Incoming Webhook
Quick guide for anyone interested in how to get thingHTTP to post to a slack channel (AFAIK the earlier how-to using Slackbot should still work but I didnt try it) First enable incoming webhooks in...
View Articleakhila on "2-d line plot" dosent show correct on external site. iframe
Hi popunonkok, Is this a public MATLAB Visualization? Would it be possible share the MATLAB code without the channel id or API keys to enable us to investigate this issue further? Thanks Akhila
View Articlepopunonkok on "2-d line plot" dosent show correct on external site. iframe
The way the graph looks at my channels page at Thingspeak. The way the Graph looks in the iFrame on my own page. The iFrame code snippet: <iframe width="450" height="260" style="border: 1px...
View ArticleVinod on "2-d line plot" dosent show correct on external site. iframe
Let's try this: 1) Create a new text document and save it as Test.html 2) In the text document, add this: <html> <iframe width="450" height="260" style="border: 1px solid #cccccc;"...
View ArticleVinod on "2-d line plot" dosent show correct on external site. iframe
Here's an example MATLAB visualization that I have made public and inserted into HTML <html> <iframe width="450" height="260" style="border: 1px solid #cccccc;"...
View ArticleVinod on ThingHTTP + Slack Incoming Webhook
Thank you for creating and sharing the example!
View Articlepopunonkok on "2-d line plot" dosent show correct on external site. iframe
I dont know what I did but it seems to be working now. I try to ask another question here before starting a new topic. Is there a way to tilt the x axis lables 45 degrees on a 2-d line plot? When I...
View Article