Arduino ESP32 ESP-C3-13 Request Send Data in HTTP GET Method
Data will be sent to IoThook with HTTP GET method with ESP32 on Arduino IDE.
The device used in this project is the ESP-C3-13 produced by ai-thinker. The features of the device and the settings for programming with Arduino IDE are as follows.
Device: ESP-C3-13
FCC ID: 2ATPO-ESP-C3-X C3-2M
Device Doc.: https://docs.ai-thinker.com/_media/esp32/docs/esp-c3-12f_specification.pdf
Arduino IDE Board Select: ESP32C3 Dev Module
Arduino IDE CPU Frequency: 160MHZ
Arduino IDE Flash Size: 2MB
Arduino IDE Partition Schema: 2MB
Arduino IDE MacOS Upload Speed: MacOS: 115200, Windows and Linux: 460800
You can find this example and others at IOTHOOK Git
Here is an example of sending data using the Get method with C:
See https://iothook.com/en/docs/send-data.html#arduino-esp32-esp-c3-13-request-send-data-in-get for more information.