1. परिचय
The Waveshare ESP32-S2 MCU WiFi Development Board is a compact and versatile module designed for Internet of Things (IoT) applications. It features an ESP32-S2FH4 Xtensa single-core 32-bit LX7 microcontroller, operating at up to 240 MHz, and includes an integrated 0.96-inch IPS LCD. This board supports the Raspberry Pi Pico expansion board ecosystem, offering extensive peripheral interfaces and low-power Wi-Fi capabilities for various development projects.

चित्र १: शीर्ष view of the ESP32-S2 MCU WiFi Development Board with 0.96-inch IPS LCD.
१.३। मुख्य विशेषताहरु
- माइक्रोकन्ट्रोलर: Xtensa single-core 32-bit LX7 microprocessor (ESP32-S2FH4), up to 240 MHz.
- मेमोरी: Integrated 320KB SRAM, 128KB ROM, 8MB PSRAM, 4MB Flash memory.
- ताररहित कनेक्टिविटी: 2.4 GHz WiFi (IEEE802.11 b/g/n) with on-board ceramic antenna, up to 150 Mbps data transfer rate.
- प्रदर्शन: On-board 0.96-inch 160×80 pixels 65K color IPS LCD.
- USB इन्टरफेस: USB-C connector for power and data, with on-chip integrated full-speed USB OTG interface.
- शक्ति व्यवस्थापन: On-board 1.8A high-efficiency boost/buck DC-DC TPS63000 power supply IC.
- ब्याट्री समर्थन: On-board 3.7V lithium battery charge/discharge header for mobile applications.
- विस्तार: Supports Raspberry Pi Pico expansion board ecosystem.
- सुरक्षा: Equipped with hardware crypto accelerator, RNG, HMAC, and Digital Signature module.
- बाह्य सामग्री: LCD interface (8-bit serial RGB/8080/6800), TWAI controller (ISO11898-1 compatible), capacitive sensor GPIO, temperature sensor, and RMT (TX/RX).

चित्र २: विस्तृत शीर्ष view of the development board, highlighting the ESP32-S2 chip, USB-C port, and buttons.

Figure 3: Detailed bottom view of the development board, showing additional components and pin labels.
3. प्याकेज सामग्री
प्याकेजमा निम्न वस्तु समावेश छ:
- ESP32-S2-LCD-0.96 x 1
4. सेटअप
- विद्युत आपूर्ति: Connect the ESP32-S2 board to a computer or a 5V power adapter using a USB-C cable. The board can also be powered via the 3.7V lithium battery header.
- चालक स्थापना: Depending on your operating system, you may need to install a USB-to-serial driver. Most modern operating systems will automatically recognize the device.
- विकास वातावरण: Install your preferred development environment, such as Arduino IDE, ESP-IDF, MicroPython, or CircuitPython. Ensure the necessary board support packages and toolchains are installed.
- PC मा जडान गर्नुहोस्: Plug the USB-C cable into the board and your computer. The board should be recognized as a serial port.
5. सञ्चालन निर्देशनहरू
- प्रोग्रामिङ: Write your code using the chosen development environment. The ESP32-S2 supports various programming languages and frameworks.
- अपलोड कोड: Select the correct serial port for your board in the IDE. Compile and upload your code to the ESP32-S2. The board may require entering bootloader mode by holding the BOOT button while pressing and releasing the RESET button, then releasing बुट।
- Using the LCD: The integrated 0.96-inch IPS LCD can be programmed to display information. Refer to the specific display library documentation for your chosen development environment (e.g., Adafruit GFX library for Arduino).
- WiFi जडान: Utilize the ESP32-S2's built-in 2.4 GHz WiFi for network communication. Libraries are available to connect to access points, host soft APs, and implement various network protocols.
- GPIO प्रयोग: The board provides numerous General Purpose Input/Output (GPIO) pins. Refer to the pinout diagram for their functions and connect external components as needed.
- Raspberry Pi Pico Expansion: Leverage the compatibility with the Raspberry Pi Pico expansion board ecosystem for additional modules and functionalities.
३.१। पिनआउट रेखाचित्र
Understanding the pinout is crucial for connecting peripherals and utilizing the full capabilities of the ESP32-S2 development board. The diagram below illustrates the various pins and their functions.

Figure 4: Pinout diagram for the ESP32-S2 development board, detailing GPIO, power, and communication pins, including specific LCD used pins.
The diagram categorizes pins by function (Power, Ground, UART, GPIO, ADC, SPI, I2C, System Control) to aid in development. Pay close attention to the LCD-specific pins for display integration.
D. आयाम
The physical dimensions of the ESP32-S2 development board are important for enclosure design and integration into projects.

Figure 5: Dimensional drawing of the ESP32-S2 LCD version, showing measurements in millimeters.
- उत्पादन आयाम (LxWxH): १.८५ x १.९६ x १.२२ इन्च (लगभग ४७ x ५० x ३१ मिमी)
8. मर्मतसम्भार
- भण्डारण: प्रयोगमा नभएको बेला बोर्डलाई सुख्खा, एन्टी-स्टेटिक वातावरणमा भण्डार गर्नुहोस्।
- सरसफाई: आवश्यक परेमा, नरम, सुख्खा ब्रस वा कम्प्रेस्ड हावाले बोर्डलाई बिस्तारै सफा गर्नुहोस्। तरल पदार्थ वा घर्षण गर्ने सामग्रीहरू प्रयोग नगर्नुहोस्।
- ह्यान्डलिङ: Handle the board by its edges to avoid touching components, especially the pins, to prevent electrostatic discharge (ESD) damage.
- शक्ति: Always disconnect power before making or changing connections to the board.
T. समस्या निवारण
- बोर्ड पत्ता लागेन:
- Ensure the USB-C cable is securely connected to both the board and your computer.
- Try a different USB-C cable or USB port on your computer.
- Verify that the necessary USB-to-serial drivers are installed for your operating system.
- कोड अपलोड असफल:
- तपाईंको विकास वातावरणमा सही सिरियल पोर्ट चयन गरिएको छ भनी पुष्टि गर्नुहोस्।
- Ensure the board is in bootloader mode during upload (hold BOOT, press/release RESET, then release BOOT).
- Check for compilation errors in your code.
- WiFi जडान समस्याहरू:
- Verify your WiFi credentials (SSID and password) are correct in your code.
- Ensure the WiFi network is within range and operating on the 2.4 GHz band.
- Check for any firewall or router settings that might be blocking the connection.
- LCD प्रदर्शन नगर्ने:
- Confirm that the LCD initialization code is correct and that the display library is properly configured.
- Check power supply to the board.
10. निर्दिष्टीकरणहरू
| सुविधा | निर्दिष्टीकरण |
|---|---|
| प्रोसेसर | Xtensa Single-Core 32-bit LX7 (ESP32-S2FH4) |
| CPU गति | ५० मेगाहर्ट्ज सम्म |
| RAM | ५१२ केबी एसआरएएम, ८ एमबी पीएसआरएएम |
| ROM | 128KB |
| फ्ल्यास मेमोरी | २ एमबी |
| ताररहित प्रकार | 2.4 GHz WiFi (IEEE802.11 b/g/n) |
| प्रदर्शन | 0.96-inch 160×80 IPS LCD, 65K colors |
| जडान प्रविधि | Wi-Fi, USB-C |
| अपरेटिङ सिस्टम समर्थन | Linux (for development), various RTOS/frameworks |
| बिजुली आपूर्ति आईसी | TPS63000 (1.8A boost/buck DC-DC) |
| ब्याट्री समर्थन | 3.7V Lithium battery charge/discharge header |
| वस्तुको वजन | ८.४७ औंस (लगभग २४० ग्राम) |
| उत्पादन आयाम (LxWxH) | ३.७ x २.२ x ०.८ इन्च (९४.० x ५५.४ x २०.१ मिमी) |
| मोडेल नम्बर | ESP32-S2+0.96 LCD for Pico-N |
| निर्माता | वेभशेयर |
11. वारेन्टी र समर्थन
वारेन्टी जानकारी र प्राविधिक सहयोगको लागि, कृपया आधिकारिक वेभशेयर हेर्नुहोस्। website or contact their customer service. Product documentation, examples, and community forums may also be available to assist with your development projects.
You can visit the official Waveshare store for more information and resources: Waveshare Store