ThingSpeak

ThingSpeak

Public Channel

Edward in Discussions
Last activity on 28 Dec 2023

I am sending data to Thingspeak chanels from an ESP8266. I am saving data on the ESP memory which is collected at 5 minute intervals . I have created a trigger function which sends the data on demand in batches from the memory, which means there could be varying number of Data points from say 10 to 50.However I have notice recently whils my code tells me the dayta points have been transmitted not all get recorded in thingspeak, are there restrictions which cause this problem and if so what is the solution please? Batch Data You cannot write two entries with the same timestamp to the channel, and there are limitations on the number of points in each update and for the frequency of bulk posts. See the Bulk JSON write page for more information. If you are still stuck, have a look at the examples like this one for ESP8266. Please let us know how it goes. batch data

About ThingSpeak

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.