felipefmendes on How connect Arduino with IoT Hub
I wanna connect a YUN with it , can I ? How ?
View Articlebiod101 on Cloud Data Missing on ThingSpeak chart
Hello! I have a project that has been successfully collecting and posting data to the ThingSpeak website for the last month via this channel: https://thingspeak.com/channels/62784 . My system posts...
View Articlerw950431 on How connect Arduino with IoT Hub
Does the IoT Hub have an API or other documentation? If you are using Yun its most likely possible to send data from the linux side via the internet although you may have to figure out the http calls...
View Articlerw950431 on How to read data from a Thingspeak channel using a Raspberry Pi
If you wish to read data continuously you have 2 options 1. Wrap the above code in a loop that continually re-reads the data after a delay (at least 15 seconds, possibly more depending on your data)....
View ArticleBSB on Cloud Data Missing on ThingSpeak chart
Am noticing something similar but not sure if its the same exactly And I think its taken me about 2 weeks to actually catch it in the act. AM using an MKR1000 and I thought it was the board that was...
View Articlelover50 on New Android Aplication: DOMOTE
It looks nice, but why does it have some of these permissions? I don't see what they are needed for. Record audio? Disconnect from wifi? Photos/Media/Files read the contents of your USB storage...
View Articlejimidmb on Posted data missing when calling the script through cron
Hi! I'm new here, but thoroughly stumped after a hours of fiddling... I'm using a python script to read out temperature sensors and then send that data to Thingspeak. I followed this tutorial to setup...
View Articlemtibi75 on Matlab charts in bigger size
It could be added to an HTML link to the matlab chart to open another tab in original size? Thank you.
View ArticleBSB on Posted data missing when calling the script through cron
You are not alone. Different set up but I get a confirmed connection to the server and no errors on posting but the data doesn't seem to actually get into TS. TS itself seems slow to respond to channel...
View Articlerw950431 on Posted data missing when calling the script through cron
When a script works from the command line but not from cron the problem is often due to different environment variables, particularly PATH. Try this exersize run this from the command line env...
View Articleslaicheng on "React" not reacting with ThingHTTP
From React App, I want to trigger a thingHTTP reaction when temperature from my channel's field1 reaches less than 28. But I just could not get it to be trigger. The individual tests i did to isolate...
View Articlepiajola on "React" not reacting with ThingHTTP
Hi slaicheng, I hope not to be too late with this ... I post each minute 2 fields in one ch. and check for: - max value - min value - missing points (e.g. only 2-3 points recorded in 5 minutes, not the...
View Articlesayanbhattacharyya on HackPOD: Smartphone-like MCU platform powered by Arduino
Hi guys, Let me introduce you to HackPOD, an advanced microcontroller platform we developed over the last 2 years. HackPOD is a fast and powerful electronics development platform in a portable...
View Articlerickpres22 on Updating Lat/Long Location Issue
I can't seem to get the location of my channel to update or my google map visualization: I send this: POST...
View Articlerw950431 on Updating Lat/Long Location Issue
Its possible that TS server ignores your update because it doesn't set any field values.. Perhaps try it including a dummy value in an unused field?
View Articlerickpres22 on Updating Lat/Long Location Issue
Yeah I had that thought as well; I tried a POST that provided a value for field1 along with lat and long values. Field1 was updated but lat and long were not.
View Articleslaicheng on "React" not reacting with ThingHTTP
Hi Piajola, Thank you very much for taking the time to reply. After struggling for two days, I have seen some positive signs. I am not sure is it some instability on Thingspeak, or is it me because I...
View Articlepiajola on "React" not reacting with ThingHTTP
Hi slaicheng, Glad to know that you are progressing ... I think there is not some instability on Thingspeak, my channel is working good and "reporting" if the limits have been exceeded. Regards
View Articleyangtylor on Disable sign in
Hello, You mean, How to disable 'Sign Up'? If so, I also have same question. When we use ThingSpeak server among my friends or clients, outsider's sign up/in is an unfavorable. I think that some...
View Articlebiod101 on Cloud Data Missing on ThingSpeak chart
Thanks for the reply. Regarding: changed my debug output method and noticed it has sent some data on two occasions but that TS was reporting last connected (x) amount of time which was behind the sent...
View Article