已回答
how can i solve this error appears when I try reading position
Your channel is empty, and you are trying to index into an empty array retrieved from the channel. Try this: data = thingSpeakR...

4 years 前 | 0

已回答
Connect to Sonoff bridge and temperature sensor
This blog entry has good instructions.

4 years 前 | 0

| 已接受

已回答
Sensor data doesn't gets uploaded to thingspeak channel but it show on the serial monitor
If you have not purchased a ThingSpeak license, your maximum update rate is once every 15 seconds. I do not see where you are li...

4 years 前 | 0

已回答
value not getting uploaded
What troubleshooting have you done? Maybe you are updating your channel faster than once every 15 seconds? Share a link to yo...

4 years 前 | 0

已回答
Sending YF-S201 Flow meter data to ThingSpeak cloud
I take it you are using a free ThingSpeak account. This requires you to update the channel less frequently than once every 15s. ...

4 years 前 | 1

已回答
Time one hour less
What is the time zone of your account? You can log in to ThingSpeak and go to the 'My Profile' and see it.

4 years 前 | 0

| 已接受

已回答
Gauge widget refresh phenomenon
I suspect this is on account of a slow internet connection. The gauge needs to make a request back to the server to update its v...

4 years 前 | 0

已回答
Read real time data on raspberry PI
Have you looked at the Raspberry Pi Support Package?

4 years 前 | 0

已回答
Read realtime data from ThingSpeak
If you are using MATLAB installed on your computer, you can install the MQTT in MATLAB toolbox, and subscribe to the channel you...

4 years 前 | 1

已回答
Arduino ESP32 stops posting to ThingSpeak after random times (error -301)
Thank you for trying to eliminate some of the potential issues and posting what you've tried before posting. That certainly help...

4 years 前 | 0

已回答
Grafana and Thingspeak API
I have this set up like this and it works: 1) Set up the datasource. In my case, I set up a new JSON API with this URL: https:/...

4 years 前 | 1

| 已接受

已回答
Inconsistent values on sensor readings
From what I can tell by looking at your channel, the values seem to be within normal variation expected from these sensors. Why ...

4 years 前 | 0

已回答
Fast and easy plotting of extensive sets of GPS coordinates stored in ThingSpeak
MATLAB has the ability to write CSV, or more generally text files, in any format of your choice. See this documentation page. So...

4 years 前 | 1

已回答
Why I get only the last 36 hours?
To keep the application responsive and have a usable experience on the web site, we limit the number of points retrieved to a ma...

4 years 前 | 0

已回答
My device sends "1" every 15min, React "On Data Insertion" when Field=1 doesnt Tweet me more than once, why?
Twitter has checks in place to prevent the exact same tweet from being posted frequently. My understanding is this is to limit o...

4 years 前 | 1

已回答
Clear Channel-Button doesn't work
The clear channel is an asynchronous operation. If you have a lot of data in your channel, the clearing can take a while and con...

4 years 前 | 3

已回答
Annual usage is capped?
I think this page and this FAQ will answer this and more questions you may have.

4 years 前 | 1

| 已接受

已回答
Channels not updating since license renewal. Error 404 Payment required message
If you renewed your license after the end date, you likely got a new license number. You need to reassociate your channel to thi...

4 years 前 | 0

| 已接受

已回答
My Google Gauge is showing blank on thing speak
Why not use the gauge widget? Any particular reason you want the Google gauge, specifically?

4 years 前 | 0

已回答
Bug in average calc in API read? (Thingspeak)
A NULL or non-numeric value in a field is "Not a Number" and will be treated as a zero in the averaging in the implementation on...

4 years 前 | 1

已回答
Is Thingspeak MQTT reliable?
I just tried this example for a few hours, admittedly it is on a Raspberry Pi, and had reliable results with no "holes" in the d...

4 years 前 | 0

已回答
Sending data securely, through thingspeak
ThingSpeak API servers support secure HTTPS and MQTT connections between devices and ThingSpeak. If you are looking for examples...

4 years 前 | 1

| 已接受

已回答
Determine number of records availble in a ThingSpeak channel
I'd recommend the best solution is to retrieve data based on date range. Again, keep in mind the response will contain at most 8...

4 years 前 | 0

频道


Channel for widget #2 for custom dashboard on Google Sites
Custom dashboard is here: https://sites.google.com/view/mythingspeakdashboard/home

4 years 前

频道


Channel for widget #1 for custom dashboard on Google Sites
Custom dashboard is here: https://sites.google.com/view/mythingspeakdashboard/home

4 years 前

已回答
Arduino uno + esp8266 as wifi with 2 sensor code failed to send data to Channel
Take a look at my answer to this question.

4 years 前 | 0

已回答
Thingspeak (via ESP8622) is not showing any graphical data from 3 Fields.
I strongly recommend using the ThingSpeak library and starting from the examples provided with it.

4 years 前 | 0

| 已接受

已回答
ThingSpeak not showing any data from my ESP32!
I strongly recommend using the ThingSpeak library and starting from the examples provided with it.

4 years 前 | 1

已回答
Get data from API (wio link) into thingspeak channel with free online tools
You can use a MATLAB Analysis app on ThingSpeak which uses WEBREAD to read data from your API and then write it to a ThingSpeak ...

4 years 前 | 1

| 已接受

加载更多