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
- Host: GitHub
- URL: https://github.com/blagojeblagojevic/esp32_thinghsspeak_ntc_resistor
- Owner: BlagojeBlagojevic
- Created: 2023-02-10T16:33:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T16:47:37.000Z (about 2 years ago)
- Last Synced: 2025-02-14T06:36:43.758Z (2 months ago)
- Topics: arduino-ide, c, cloud, cpp, esp32, esp32-idf, ntc-thermistor, temperature-monitoring, thingspeak
- Language: C++
- Homepage:
- Size: 434 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.