superzaffo on Arduino with ethernet shield stop working after a 1 hours
I used the sketch you have written above. Or other examples found in this site. I have an Arduino Mega with ethernet shield W5500 processor with. Log ambient temperature every two minutes. Everything...
View Article0xFF on New Android Widget: ThingSpeak Monitor
Great, can I have some future requests ? 😉 I would like to have a option (checkboxes ?) to select data visibility: - chanel name [Y/N] - chanel ID [Y/N] - field description [Y/N] - field number [Y/N] -...
View ArticleMidoji on Cannot Add a TalkBack Command via HTTP POST
Hello, what is your google chrome extension for my project ? Or, do you know any good extension for add command from thingspeak please ? Thanks in advance everyone !
View ArticleAdarsh_Murthy on API for ThingSpeak Apps?
Thanks for sharing Sam. We will consider adding support for creating React or ThingHttp app programmatically for a future release. - Adarsh
View ArticleAdarsh_Murthy on Download Entire Channel Feed
Sorry, the link has a typo - the channel ID was missing. In the below link, replace the channel ID 12397 with your channel ID: https://thingspeak.com/channels/12397/private_show In the private view of...
View ArticleWik on New Android Widget: ThingSpeak Monitor
0xFF said Great, can I have some future requests ? 😉 I would like to have a option (checkboxes ?) to select data visibility: - chanel name [Y/N] - chanel ID [Y/N] - field description [Y/N] - field...
View Article0xFF on New Android Widget: ThingSpeak Monitor
Wow, really fast update 😉 Thanks for your effort .
View Articlejohnmx on Download Entire Channel Feed
Today the export is working well on both channels. Even the JSON and the XML export are working. Before they returned an error (page not found in one and -1 error in the other). I don't know what was...
View ArticleHans on Site Maintenance and Updates
Great to see your app back on Google Play! It is looking good. Thanks for working with us.
View ArticleHarikishore on Table Creation from esp8266
I want to create a table in thingspeak and update it from the values i'm getting from esp8266.How can i do that?
View ArticleWik on New Android Widget: ThingSpeak Monitor
New version 1.1.0 of the widget has just been released. New features: 1. Now it is possible to change every widget's configuration any time when you need. Just tap at the right top corner of a widget...
View Article0xFF on New Android Widget: ThingSpeak Monitor
Cool, editing widget's configuration was my next wish 😉 Adjustable font size is also nice feature. I'm on Android 6 (Cyanogenmod), I don't care if you drop support fot ancient versions 😉 Of course I...
View ArticleWik on New Android Widget: ThingSpeak Monitor
0xFF said Cool, editing widget's configuration was my next wish 😉 Adjustable font size is also nice feature. I'm on Android 6 (Cyanogenmod), I don't care if you drop support fot ancient versions 😉 Of...
View Articlewheato22 on My Water Meter Reading App Communication with ThingSpeak
I've about given up trying to get my water meter reader app to upload data to my ThingSpeak channel using Arudino and a wired Ethernet shield. Being a non-programmer I have tried to use published...
View Articlechenglin on How to update a long string? And How to reconnect and upload...
Hi I had a question about uploading string to the channel. I have a sensor that gives me two data every second. And I want to upload these data to my thingspeak channel every minute that is 120 data in...
View ArticleHans on Static IP Server Reboot
We have a server that hosts the static IP for ThingSpeak - the IP is "184.106.153.149". Devices that do not have DNS (or reliable DNS) use it to connect to the ThingSpeak API. We need to perform some...
View ArticleRob Purser on My Water Meter Reading App Communication with ThingSpeak
Hi, Sorry you're having so much trouble. I wonder if attaching and detaching the interrupts is the culprit. It might be disrupting other things that depend on interrupts, like the ethernet card. You...
View Articlekipk on extend TimeScale
I hope some TeamSpeak guy will pass here. I've found a more important issue. I was wondering why I couldn't get like one month of field data using timescale to preserve bandwidth. Whatever the...
View Articlerw950431 on My Water Meter Reading App Communication with ThingSpeak
Are you able to get the unedited "Write Voltage" sketch to work with your Arduino and thingspeak? (https://github.com/mathworks/thingspeak-arduino/tree/master/examples/WriteVoltage) This will ensure...
View Articlerw950431 on How to update a long string? And How to reconnect and upload...
Sadly thingspeak is limited to 8 fields per update and updates no less than 15 seconds apart. If you wish to use thingspeak maybe you can summarize your data (take an average, max/min etc) to reduce...
View Article