ESP32-S2 send data to ThingSpeak

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Ezyh
 
Posts: 8
Joined: Wed May 31, 2023 4:21 pm

ESP32-S2 send data to ThingSpeak

Post by Ezyh »

I am trying to send a datapoint to my ThingSpeak channel by using api calls. For fetching data I use "requests.get()" but I not yet figure out how to send data.
code321.py
(2.06 KiB) Downloaded 6 times

User avatar
barshatriplee
 
Posts: 200
Joined: Wed Mar 22, 2023 10:11 am

Re: ESP32-S2 send data to ThingSpeak

Post by barshatriplee »

You can follow this article. It shows how to send Data to Cloud with ESP32 and ThingSpeak. It discuss the code in detail and also shows how to download and install all necessary libraries.
https://www.theengineeringprojects.com/ ... speak.html

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”