Answered
Why arduino send data to thingspeak only once?
Your device will continue to send data once disconnected from the USB port, as long as it is powered and within the WiFi range. ...

3 years ago | 0

Answered
Thingspeak REST API READ results in data from wrong timezone
Check out the timezone and offset parameters in the read data endpoint.

3 years ago | 2

Discussion


Secure ThingSpeak communications and security certificate
The ThingSpeak certificate was updated recently. If you are using secure communication for your devices, you may need to update...

3 years ago | 0

Answered
MQTT via esp8266 suddenly stopped connecting giving mqttClient.state() = -2 error!?
ThingSpeak recently updated the security certificate. Can you try reprogamming with the new cert? The ESP8266 MQTT example co...

3 years ago | 0

| accepted

Answered
In thingspeak , how can I visualize two or more channels on one page so I can view different fields from different nodes at a time ?
In the tabs on the top of the ThingSpeak site, Click on Apps > MATLAB Visualizations then click the green 'New' button, and you ...

3 years ago | 1

Answered
The graph couldn't be seen on the chart although the code ha been run correctly
We strongly reccomend using the ThingSpeak library for arduino, it takes care of a lot of code issues for you. Troubleshooting ...

3 years ago | 0

| accepted

Answered
Contents of Channel Status Updates disappears
I thnk the idea was to remove noise if you had a system that reports everytime (like the system on the channel in the code I sha...

3 years ago | 0

Answered
Contents of Channel Status Updates disappears
Is this true after refreshing the page? The channel status updates widget shows onlu the last 24 hours of status. You could c...

3 years ago | 0

Answered
Need to increase more fields in Free ThingSpeak account?
You can use the status and location field, use multiple channels per device, or pack more inforamtion into a single field (they ...

4 years ago | 1

Answered
Is there a way to get a channel's last update data by using MQTT API?
There is not a way to get the last update via MQTT. Here is a fairly complicated workaround however: Set up a react on a new ch...

4 years ago | 0

| accepted

Answered
Data TTN to Thingspeak problem with Payload Decoder from Array
Around 4:01 in this video, I'm explaining my payload formatter. Or you can see the instructions in this example in the doc. Th...

4 years ago | 0

Answered
Ethernet shield Arduino 2560
Are you trying to add the visualizations to your own web page? I'd look here: Embed plots on Web pages Embed a Chart Charts ...

4 years ago | 0

Answered
ThingHTTP pulling MarketWatch data stops working during trading hours
In case anyone stubles on this, Ill promote Derek's findings to an answer. During business hours, the xpath for the data change...

4 years ago | 1

Channel


frizz test

4 years ago

Answered
Unable to download from dropbox to ThingSpeak using Matlab code.
I think you are calling the function with no input arguments. You have at least two options. You can call the functionin your...

4 years ago | 0

Answered
How do I make calculations with ThingSpeak fields?
Use the MATLAB analysis app. Write MATLAB code to read your channel data, do the calculation, and write the AQ value to a new c...

4 years ago | 1

Answered
Data not show in thingspeak using sim800l
How about adding Serial.println("<description>") each time you write to the sim card? Then you can make sure everything is bein...

4 years ago | 0

Answered
Data not show in thingspeak using sim800l
Here is a sim 800l example, that the autor says is working. Can you compare to that one and see what is different? There shoul...

4 years ago | 0

Answered
How should I present multiple point on the map in ThingSpeak Visualization code?
I recommend writing the position data to your channel feed in the latitude and longitude fields. https://api.thingspeak.com/upd...

4 years ago | 0

| accepted

Answered
Cannot import data into ThingSpeak due to missing timestamp
There are 8 fields available for measurements. Your file has 13. You can also have elevation, status, longitude, and lattitude, ...

4 years ago | 0

| accepted

Answered
Unable to retrieve data from Thingspeak API (PurpleAir)
Thank you for noting that the issue you had is resolved. If you are reading multiple channels, please be sure to use a short de...

4 years ago | 0

Answered
Can i compare two channels
You definitely can as long as there is data in your channel. Change the part of the code from days(1) to years(1). your final c...

4 years ago | 0

Answered
How do I create a function finding Surface Area, Volume, and Density of a cone?
Looks like the OP had it right, but Im adding the formula back here for completeness. function [SA,V,D] = coneProperties(r,m,h)...

4 years ago | 0

Solved


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

4 years ago

Answered
How to read data from ThingSpeak private channel field1 by Arduino Uno and ESP8266?
Have a look at the ThingSpeak Library for Arduino.

4 years ago | 1

Answered
Analytics with Data on Thingspeak
We strognly reccomend the getting started tutorial in the help documentation and this new video series, Iot from Data to Actio...

4 years ago | 0

| accepted

Answered
Sending data to ThingSpeak without data
You can use an ethernet connection, or LoRa (Long Range wireless) through The Things Network and the ThingSpeak integration ther...

4 years ago | 0

Answered
I want to send mobile messages from Arduino and ThingSpeak
If you have email on your phone, you can use theThingSpeak alerts service to trigger emails from the Arduino and from other conn...

4 years ago | 0

Answered
minimum and maximum date
If you click the pencil icon on the top of a field chart, you can choose the number of points or number of days to display. The...

4 years ago | 0

Answered
Thingspeak ESPHome configuration error
Your topic syntax is incorrect. The syntax has changed from the previous MQTT broker. Have a look at the MQTT publish to a fee...

4 years ago | 0

Load more