답변 있음
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년 초과 전 | 0

답변 있음
Thingspeak REST API READ results in data from wrong timezone
Check out the timezone and offset parameters in the read data endpoint.

3년 초과 전 | 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...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

| 수락됨

답변 있음
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 ...

거의 4년 전 | 1

답변 있음
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 ...

거의 4년 전 | 0

| 수락됨

답변 있음
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...

거의 4년 전 | 0

답변 있음
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...

거의 4년 전 | 0

답변 있음
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년 전 | 1

답변 있음
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년 전 | 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...

거의 4년 전 | 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 ...

거의 4년 전 | 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...

거의 4년 전 | 1

채널


frizz test

거의 4년 전

답변 있음
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년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 0

| 수락됨

답변 있음
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년 전 | 0

| 수락됨

답변 있음
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년 전 | 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...

거의 4년 전 | 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)...

거의 4년 전 | 0

문제를 풀었습니다


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년 전

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

거의 4년 전 | 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...

거의 4년 전 | 0

| 수락됨

답변 있음
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년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 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...

거의 4년 전 | 0

더 보기