ThingSpeak http error code 0 but data is inserted
Mostrar comentarios más antiguos
Just tried testing esp32 with sim800L on ThingSpeak free channel. Not sure why getting the "http error code 0" because the channel values are getting inserted with new values. It is functioning, but, would be helpful if someone could point out why the http error code 0 is returned ?
int i = ThingSpeak.writeField(myBlowerChannel, 1, temp, myBlowerKey);
value of 'i' is coming '0' but the temp data is getting inserted
1 comentario
rosyid
el 20 de Oct. de 2022
Problem reading channel. HTTP error code 0
What can I do to fix this error
Respuesta aceptada
Más respuestas (0)
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Categorías
Más información sobre ThingSpeak en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!