Statistics
RANK
248
of 260.671
REPUTATION
324
CONTRIBUTIONS
0 Questions
192 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
38
RANK
8.129 of 17.909
REPUTATION
88
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
28
ALL TIME DOWNLOADS
839
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
41 Public Channels
AVERAGE RATING
58
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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 días ago | 0
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...
6 días ago | 0
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...
9 días ago | 0
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 ...
14 días ago | 0
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...
17 días ago | 1
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...
27 días ago | 0
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...
alrededor de 1 mes ago | 1
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...
alrededor de 1 mes ago | 0
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...
alrededor de 1 mes ago | 0
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...
alrededor de 1 mes ago | 0
| accepted
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, ...
alrededor de 1 mes ago | 0
| accepted
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...
alrededor de 2 meses ago | 0
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...
alrededor de 2 meses ago | 0
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)...
alrededor de 2 meses ago | 0
How to read data from ThingSpeak private channel field1 by Arduino Uno and ESP8266?
Have a look at the ThingSpeak Library for Arduino.
alrededor de 2 meses ago | 1
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...
2 meses ago | 0
| accepted
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...
2 meses ago | 0
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...
2 meses ago | 0
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...
2 meses ago | 0
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...
2 meses ago | 0
Iam Getting error ^~~~~~~~ exit status 1 call of overloaded 'setField(int, uint16_t&)' is ambiguousn while compiling code to Arduino Uno wifi rev 2
Can you cast it to a string or float before setting the field? I know this will require more memory. perhaps like this: Thing...
2 meses ago | 0
How can i analyze thingspeak data in Power BI
Here is a demo showing how to read data from a REST call. Then you can use the Read data API call. I havent tried that demo mys...
3 meses ago | 0
ESP32 - Arduino - no data seen on Thingspeak
We sent many messages to MQTT users, but since you only signed up recently, you might not have gotten those emails. I apologize ...
3 meses ago | 0
Thingspeak control LED with Arduino
Use the ThingSpeak library for Arduino and ESP. There are some great examples there to help you complete the read task.
3 meses ago | 0
Not able to connect to the mqtt service.
I'm glad to hear that correcting the client ID solved the issue for you. The newer process might be slightly more complex than b...
3 meses ago | 0
| accepted
How to add data to field with thingHTTP
You can use MATLAB analysis code to add the value to your channel. Use webread() or webwrite() to get the data from the externa...
4 meses ago | 1
| accepted
'React' still sending email after deletion
The emails may have been queued up and not delivered by your client right away.. You can use the get alerts history API to see ...
4 meses ago | 0
Raspberry Pi Pico - Using Thingspeak with SIM800L
This example is for Arduino, but you make be able to get the commands from that demo. Ive seen a lot of Sim800 stuff on the wil...
4 meses ago | 0
I am trying to publish data through desktop MQTT Client, but it's get connected but when I am doing subscribe it says connection lost?
The topic location is a little confusing. Where it says "topic" you need to edit that field.
4 meses ago | 0
| accepted
Bulk-Update Using ESP8266
You can just define the temperature readings as variables, but making them in an array will make it easier to write them to the ...
5 meses ago | 0