ThingSpeak http error code 0 but data is inserted
显示 更早的评论
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 个评论
rosyid
2022-10-20
Problem reading channel. HTTP error code 0
What can I do to fix this error
采纳的回答
更多回答(0 个)
社区
更多回答在 ThingSpeak Community
类别
在 帮助中心 和 File Exchange 中查找有关 ThingSpeak 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!