Unable to post to Thingspeak channel via TCP

2 Ansichten (letzte 30 Tage)
Emilio Rubio Garcia
Emilio Rubio Garcia am 16 Jan. 2020
Dear Mr.:
I've got problem for uploading data to my channe. I am not been able to post (via Get sentence) in my channel (949075) for trials, although I'm getting the right answer from your server. I can see that data is not uploading because it is not appearing in downloaded files. I have been able to post (same Get way) but I had to change Arduino sketch because it was not stable. Is now that it is stable, because I am getting the right sequence of messages from your server. It took a lot of time and trials before I have been able to upload data.
Could you, please, help me for solving issue?
Please, let me know if I should do anything by my side.
Thank you very much in advance.
Emilio Rubio.
  1 Kommentar
Christopher Stapels
Christopher Stapels am 17 Jan. 2020
Bearbeitet: Christopher Stapels am 21 Jan. 2020
How do you know the data is not uploading? When you look at the data in your channel, do you get no entires? You can use the format
To see the data in your channel. (replace the x with your read api key)
Do you see the data you posted there with that url?
If you are using an arduino, I reccomend the ThingSpeak communication Library for Arduino - it does most of the posting work for you and makes sure to get the sequences correct.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Emilio Rubio Garcia
Emilio Rubio Garcia am 17 Jan. 2020
Hi, I'm quite sorry because at the time I wrote comment I was not being able to upload data for a long time because I did't see that there was a mistake in my code. Now I am already being able to upload data to server. By the way, I would like to know if there is a way for uploading data to server keeping session alive or do I have to open-send-close connection every time I need to upload records. Thank you very much in advance and apologize for the inconvenience. Regards. Emilio Rubio.

Christopher Stapels
Christopher Stapels am 17 Jan. 2020
No problem. If you look at the code in the doc examples, the way I generally do it is to check the connection for each loop, but im my experience, the connection will stay unless you go out of wifi range. I would really reccomend using the ThingSpeak Arduino library to manage your connection.

Communitys

Weitere Antworten in  ThingSpeak Community

Kategorien

Mehr zu Read Data from Channel finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by