Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
What application are you working on and what sensors do you have available if I may ask
So I’m currently working on a weather station project, focused on gathering essential data such as temperature, humidity, and rainfall measurements, where I’m using an ESP32 to transmit the collected data.
That’s good. Thingspeak is able to collect and visualize those data in real time.
You can also programmatically read your data in CSV or JSON formats using a REST API call and the appropriate API key
You can make your thingspeak channel/data to be visualized by anyone, by setting the data channel public instead of private.
This video will help you in your development also.
CONTRIBUTE TO THIS THREAD