This repository contains various projects for the ESP32-2432S028R CYD development board. Each project demonstrates different functionalities and use cases of the ESP32.
The ESP32-2432S028R CYD is a versatile development board based on the ESP32 microcontroller. It features built-in WiFi and Bluetooth capabilities, making it ideal for IoT applications. The board also includes a 2.8-inch TFT display, which is useful for creating interactive interfaces.
- Description: A simple "Hello, World!" program that prints the message to the Serial Monitor every second.
- Description: Demonstrates how to connect the ESP32 to a WiFi network and display the connection status and IP address.
- Description: Shows how to use the built-in TFT display to render text and graphics.
- Description: Makes an HTTP GET request to a server and processes the response.
- Description: Demonstrates how to parse JSON data received from an HTTP request.
-
Clone this repository to your local machine.
-
Navigate to the desired project folder.
-
Follow the instructions in the respective
README.mdfile to set up and run the project.
-
Hardware: ESP32-2432S028R CYD development board.
-
Software: Arduino IDE or VS Code with the Arduino extension.
This repository is licensed under the MIT License. See the LICENSE file for details.