1. Introduction
This manual provides detailed instructions for setting up, operating, and maintaining your ESP32-S3 WIFI Bluetooth Development Board with a 3.5-inch Capacitive Touch Screen. This versatile development board is designed for Internet of Things (IoT) applications, offering a powerful ESP32-S3 controller, integrated Wi-Fi and Bluetooth, and a vibrant touch display for interactive projects.

Figure 1: ESP32-S3 Development Board with 3.5-inch Capacitive Touch Screen.
2. Key Features
- High-Resolution Color Screen: Equipped with a 3.5-inch capacitive touch screen color display, offering rich colors and excellent visual effects.
- Convenient Multi-Interface Design: Multiple interfaces for easy storage expansion, allowing users to save and read more data and programs.
- Rich Peripheral Resources: Supports various peripheral connections to meet complex development needs.
- Remote Control Capabilities: Ideal for IoT development applications such as APP remote control, remote environmental data collection, remote data fusion, and remote parameter setting.
- Rapid Secondary Development Support: Comes with pre-installed sample programs to facilitate quick secondary development and shorten project cycles.
- Integrated Connectivity: Features built-in Wi-Fi and Bluetooth for seamless wireless communication.
3. Specifications
3.1. Hardware Overview
The development board is based on the ESP32-S3 controller, featuring a dual-core CPU with a clock frequency up to 240MHz. It integrates a wealth of peripheral resources, including high-speed SDIO, SPI, and UART functions, and supports automatic program download.

Figure 2: Motherboard Introduction highlighting ESP32=MCU+WiFi+BT.
3.2. Technical Parameters
| Feature | Specification |
|---|---|
| Display Color | RGB 65K color |
| Display Size | 3.5 inches |
| Display Type | TFT |
| Driver Chip | AXS15231B |
| Resolution | 320 * 480 pixels |
| Effective Display Area | 73.4 * 49.0 mm |
| Module Size | 94.5 * 62.0 mm |
| View | IPS |
| Working Temperature | -20℃ ~ 70℃ |
| Storage Temperature | -30℃ ~ 80℃ |
| Working Voltage | 5V |
| Power Consumption | Approximately 150mA |
| Wireless Connectivity | WiFi, Bluetooth |
| Power Supply Support | Lithium battery, Type-C |
| Control | Capacitive touch |
| Package Length | 11 cm |
| Package Width | 8 cm |
| Package Height | 3 cm |
| Package Weight | 0.1 kg |

Figure 3: Physical dimensions of the development board.
4. Setup
4.1. Package Contents
Ensure all items are present in your package:
- 1x ESP32-S3 WIFI Bluetooth Development Board with 3.5-inch Capacitive Touch Screen (with black case)
- (Additional accessories may vary based on purchase, e.g., USB cable, battery)
4.2. Board Layout and Connections
Familiarize yourself with the various ports and buttons on the development board:

Figure 4: Back view of the development board with port labels.
- Type-C Port: For power supply and data communication with a computer.
- JST1.25 2P Battery Connector: For connecting an external lithium battery.
- Battery Switch Button: To power on/off when using battery.
- Boot Button: Used for entering bootloader mode for flashing firmware.
- Rest Button: Resets the ESP32-S3 module.
- HC1.0 4P, JST1.25 4P, JST1.25 8P IO Port: General Purpose Input/Output (GPIO) ports for connecting sensors, actuators, and other peripherals.
- JST1.25 4P Power: Additional power output/input port.
- Speak: Audio output port.
4.3. Initial Power Up
- Connect the development board to your computer using a Type-C USB cable.
- Alternatively, connect a compatible lithium battery to the JST1.25 2P Battery connector and press the Battery Switch Button.
- The screen should power on and display the default interface.
4.4. Development Environment Setup
To begin development, you will need to set up your preferred Integrated Development Environment (IDE). Common choices include:
- Arduino IDE: Install the ESP32 board support package.
- PlatformIO IDE: A powerful extension for VS Code, offering comprehensive ESP32 support.
- ESP-IDF: Espressif's official IoT Development Framework for advanced users.
Refer to the official Espressif documentation or community resources for detailed instructions on setting up the development environment for ESP32-S3.
5. Operating Instructions
5.1. Navigating the Touch Screen Interface
The 3.5-inch capacitive touch screen allows for intuitive interaction with pre-installed applications and custom interfaces. The default interface typically includes applications such as MP3 player, Photo viewer, Video player, Settings, Timer, Sound, Weather, and Clock.

Figure 5: Main application screen of the development board.
Watch the video below for a demonstration of the touch screen interface and navigation:
Video 1: Demonstration of the ESP32-S3 Development Board's touch screen interface, showcasing music, video, timer, and clock applications.
5.2. Programming and Development
The board supports various programming methods, making it suitable for both beginners and experienced developers:
- Scratch 3.0 Programming: For visual, block-based programming, ideal for educational purposes and quick prototyping.
- Application Drag and Drop Programming: Remote IoT apps can be developed using blank app software, allowing customization of the interface with built-in controls and a user-friendly interface. This enables creation of custom app control modules and interfaces.
- IDE-based Development: Utilize Arduino IDE, PlatformIO, or ESP-IDF for C/C++ programming to leverage the full capabilities of the ESP32-S3.

Figure 6: Example of Application Drag and Drop Programming interface with customizable widgets.

Figure 7: Overview of development applications supported, including IoT Experiments, Sensor Experiments, Mobile Control, IDE, Scratch 3.0, and Mixly.
5.3. IoT Applications
The ESP32-S3 development board is a real IoT development tool, enabling various applications:
- APP Remote Control: Develop mobile applications to control the board and connected devices remotely.
- Remote Environmental Data Collection: Connect sensors to gather data (temperature, humidity, etc.) and transmit it wirelessly.
- Remote Data Fusion: Combine data from multiple sources for comprehensive analysis.
- Remote Parameter Setting: Adjust device parameters and configurations from a remote location.

Figure 8: Diagram illustrating the remote IoT development capabilities of the board.
6. Maintenance
- Cleaning: Use a soft, dry cloth to clean the screen and board. Avoid using liquids or abrasive cleaners.
- Storage: Store the board in a dry, anti-static environment when not in use.
- Handling: Handle the board by its edges to avoid touching sensitive components.
- Firmware Updates: Regularly check for firmware updates from the manufacturer or community to ensure optimal performance and access to new features.
7. Troubleshooting
| Problem | Possible Cause | Solution |
|---|---|---|
| Board does not power on | No power supply, faulty cable, battery not connected/charged. | Check Type-C cable connection, try another cable/port. If using battery, ensure it's charged and the battery switch is ON. |
| Screen is blank or unresponsive | Firmware issue, incorrect display initialization, hardware fault. | Try resetting the board using the 'Rest' button. Re-flash the firmware. Ensure display drivers are correctly configured in your code. |
| Wi-Fi/Bluetooth not connecting | Incorrect credentials, out of range, antenna issue, firmware bug. | Verify network credentials. Ensure the board is within range of the access point. Check your code for proper Wi-Fi/Bluetooth initialization. |
| Upload failed / Board not detected by PC | Driver issues, incorrect port selection, board not in bootloader mode. | Install necessary USB drivers (e.g., CP210x or CH340). Select the correct COM port in your IDE. Press and hold 'Boot' while pressing 'Rest' to enter bootloader mode before uploading. |
| Peripheral not working | Incorrect wiring, faulty component, software configuration. | Double-check wiring against pinout diagrams. Test the peripheral separately if possible. Review your code for correct pin assignments and library usage. |
8. User Tips
- Start Simple: Begin with basic examples (e.g., displaying text on the screen, blinking an LED) to get familiar with the board and development environment before tackling complex projects.
- Utilize Community Resources: The ESP32 community is vast and helpful. Forums, online tutorials, and GitHub repositories can provide solutions and inspiration for your projects.
- Power Management: When running on battery, optimize your code for low power consumption to extend battery life. Consider using ESP32's deep sleep modes.
- Backup Your Code: Always back up your project code regularly to prevent loss of work.
- Experiment with Interfaces: Explore the different programming interfaces like Scratch 3.0 for quick visual projects and the more advanced IDEs for full control.
9. Warranty and Support
Specific warranty details for this product are typically provided by the seller at the time of purchase. Please refer to your purchase documentation or contact the seller directly for information regarding warranty coverage, returns, and technical support.
For general technical assistance and community support related to ESP32-S3 development, you can explore online forums and documentation provided by Espressif Systems.





