An open API service indexing awesome lists of open source software.

https://github.com/blagojeblagojevic/esp32_thinghsspeak_ntc_resistor

esp32_ThinghsSpeak_NTC_resistor Cloud
https://github.com/blagojeblagojevic/esp32_thinghsspeak_ntc_resistor

arduino-ide c cloud cpp esp32 esp32-idf ntc-thermistor temperature-monitoring thingspeak

Last synced: 19 days ago
JSON representation

esp32_ThinghsSpeak_NTC_resistor Cloud

Awesome Lists containing this project

README

        

# esp32_ThinghsSpeak_NTC_resistor
This code is written in C++ for the ESP32 microcontroller platform, and it is used to send temperature data to the cloud platform Thingspeak. It connects to a WiFi network, reads the temperature from a NTC resistor, converts the analog reading to Celsius, and then sends the data to the Thingspeak server using a GET request. The function "send_to_cloud" is used to send data to the cloud and also receive any response from the server. The code also retrieves the latest temperature data from Thingspeak.