ESP32 ESP32 ESP-WROOM-32D

ESP32 ESP-WROOM-32D Development Board with 0.96 Inch OLED Display User Manual

Model: ESP32 ESP-WROOM-32D

Mærke: ESP32

1. Introduktion

This manual provides detailed instructions for the ESP32 ESP-WROOM-32D Development Board, an integrated solution for IoT projects. It combines Wi-Fi and Bluetooth capabilities with an onboard 0.96-inch OLED display, offering a versatile platform for various applications. Please read this manual thoroughly before using the development board to ensure proper operation and to maximize its potential.

Top view of the ESP32 ESP-WROOM-32D Development Board with integrated OLED display.
Figur 1: Øverst view of the ESP32 ESP-WROOM-32D Development Board with integrated OLED display.

2. Funktioner

  • Integrated ESP-WROOM-32 module.
  • Supports 802.11b/g/n Wi-Fi and Bluetooth 4.2 BR/EDR + BLE standards.
  • Low-power dual-core 32-bit CPU, capable of acting as an application processor.
  • CPU main frequency up to 240MHz, with computing power up to 600DMIPS.
  • Built-in 520KB SRAM.
  • Supports various interfaces: UART, SPI, I2C, PWM, DAC, ADC, SDIO, I2S, IR.
  • Supports openOCD debugging interface.
  • Multiple sleep modes with deep sleep current as low as 6.5uA.
  • Embedded LWip and FreeRTOS operating systems.
  • Supports STA/AP/STA+AP Wi-Fi modes.
  • Supports SmartConfiguration/AirKiss one-click network configuration.
  • Universal AT commands for ease of use.
  • Supports local serial port upgrade and remote firmware over-the-air (FOTA) upgrade.
  • Integrated 0.96-inch OLED display (128x64 pixels, SSD1306 driver, I2C Address 0x3C).

3. Specifikationer

ParameterVærdi
ProduktnavnESP32 WiFi+BT Dual-Mode Development Board
SPI FlashStandard 32Mbit
BluetoothBluetooth 4.2 BR/EDR and BLE standards
Wi-Fi802.11b/g/n/
Understøttede grænsefladerUART, SPI, SDIO, I2C, PWM, I2S, IR, ADC, DAC
On-chip SensorsHall sensors, Temperature sensors, Capacitive touch sensors
IO-porte22
Seriel porthastighedStandard 115200bps
Spektrum rækkevidde2412~2484MHz
AntenneformOnboard PCB antenna with 2dBi gain
Transmission Power (802.11b)17 ± 2dBm (@ 11Mbps)
Transmission Power (802.11g)14 ± 2dBm (@ 54Mbps)
Transmission Power (802.11n)13 ± 2dBm (@ MCS7)
Receiving Sensitivity (CCK, 1Mbps)-90dBm
Receiving Sensitivity (CCK, 11Mbps)-85dBm
Receiving Sensitivity (6Mbps, 1/2BPSK)-88dBm
Receiving Sensitivity (54Mbps, 3/4 64-QAM)-70dBm
Receiving Sensitivity (MCS7, 65Mbps, 72.2Mbps)-67dBm
Strømforbrug300 mA @ 3.3V
SikkerhedWPA/WPA2/WPA2 Enterprise/WPS
USB strømforsyning5V
Vin Pin Power Supply6.0V~12V
Arbejdstemperatur-20 °C ~ 80 °C
Dimensioner53.2 mm x 28.7 mm

4. Opsætning og introduktion

4.1. Board Overview

Vinklet view of the ESP32 ESP-WROOM-32D Development Board.
Figur 2: Vinklet view of the ESP32 ESP-WROOM-32D Development Board.
Bund view of the ESP32 ESP-WROOM-32D Development Board.
Figur 3: Nederst view of the ESP32 ESP-WROOM-32D Development Board.

4.2. USB Port Selection

The development board is available with different USB connector types. Ensure you have the correct cable for your board variant (Mini USB, Micro USB, or Type-C).

Comparison of Mini USB, Micro USB, and Type-C variants of the ESP32 development board.
Figure 4: USB Port Variants (Mini USB, Micro USB, Type-C).

4.3. Pinout-diagram

Refer to the pinout diagram for connecting external components and understanding the GPIO assignments.

Detailed pinout diagram for the ESP32 ESP-WROOM-32D Development Board, showing GPIOs, power pins, and special functions.
Figure 5: ESP32 ESP-WROOM-32D Pinout Diagram. This diagram illustrates the function of each pin, including GPIOs, power, and communication interfaces. Pins labeled 'GPIX' are input-only.

4.4. Strømforsyning

The board can be powered via the USB port (5V) or through the Vin pin (6.0V to 12V). Ensure the power supply voltage is within the specified range to prevent damage.

4.5. Batteritilslutning

The board includes a 3.7V lithium battery interface (2-pin 1.25mm connector) for portable applications.

Diagram showing the 3.7V lithium battery interface on the ESP32 development board.
Figure 6: 3.7V Lithium Battery Interface (2-pin 1.25mm).

4.6. Softwareopsætning

To program the ESP32 development board, you will typically use the Arduino IDE or ESP-IDF. Follow these general steps:

  1. Installer USB-driver: Depending on your operating system and the USB-to-serial chip on your board (e.g., CP210x, CH340), you may need to install a specific USB driver.
  2. Installer Arduino IDE: Download og installer Arduino IDE fra den officielle hjemmeside webwebsted.
  3. Tilføj ESP32-kortunderstøttelse: I Arduino IDE'en skal du gå til File > Preferences and add the ESP32 board manager URL. Then, go to Tools > Board > Boards Manager and search for 'ESP32' to install the platform.
  4. Vælg bestyrelse: Go to Tools > Board and select 'ESP32 Dev Module' or a similar appropriate board.
  5. Vælg port: Go to Tools > Port and select the serial port connected to your ESP32 board.
  6. Uploadkode: Write or load your code, then click the 'Upload' button. You may need to press the 'BOOT' button on the board while uploading if prompted.

5. Betjeningsvejledning

5.1. Grundlæggende betjening

  • Tænd: Connect the board to a power source (USB or Vin pin). The power LED should illuminate.
  • Nulstil: Press the 'EN' (Enable/Reset) button to restart the ESP32.
  • Boot-tilstand: The 'BOOT' button is used to put the ESP32 into firmware upload mode. Hold it down while pressing and releasing 'EN', then release 'BOOT'.

5.2. OLED Display Usage

The integrated 0.96-inch OLED display uses the I2C protocol. The default I2C address is 0x3C. The SDA pin is connected to GPIO21 and the SCL pin to GPIO22. You can use standard OLED libraries (e.g., Adafruit SSD1306 library) with the Arduino IDE to control the display.

5.3. Wi-Fi and Bluetooth

The ESP32 supports various Wi-Fi and Bluetooth functionalities. Refer to the ESP-IDF programming guide or Arduino ESP32 examples for detailed instructions on implementing Wi-Fi (STA, AP, STA+AP modes) and Bluetooth (BR/EDR, BLE) applications.

6. Fejlfinding

  • Board not detected by PC: Ensure USB drivers are correctly installed. Try a different USB cable or port.
  • Upload failed: Check if the correct board and serial port are selected in the IDE. Ensure the board is in bootloader mode (press BOOT button during upload if necessary). Verify power supply.
  • OLED not displaying: Check I2C connections (GPIO21/SDA, GPIO22/SCL) and ensure the correct I2C address (0x3C) is used in your code. Verify the OLED library is correctly installed and initialized.
  • Problemer med Wi-Fi/Bluetooth-forbindelse: Double-check network credentials. Ensure antenna is not obstructed. Verify power supply stability.
  • Unexpected resets: This can be caused by insufficient power supply (especially during Wi-Fi/Bluetooth operations). Ensure your power supply can provide enough current (300mA at 3.3V).

7. Vedligeholdelse

  • Keep the board in a dry, static-free environment.
  • Undgå at udsætte pladen for ekstreme temperaturer eller fugtighed.
  • Do not apply excessive force to the pins or connectors.
  • Clean the board gently with a soft, dry brush if dust accumulates. Avoid liquids.
  • Regularly check for firmware updates for the ESP32 platform to benefit from bug fixes and new features.

8. Brugertips

  • When using the board with a breadboard, ensure all pins are correctly aligned to prevent short circuits.
  • For projects requiring stable power, consider using the Vin pin with a regulated 6-12V power supply instead of relying solely on USB, especially when driving many peripherals.
  • Utilize the deep sleep modes for battery-powered applications to significantly extend battery life.
  • Explore the extensive online community and documentation for ESP32 for project ideas, code examples, and advanced techniques.

9. Garanti og support

This product is designed for hobbyists and developers. For technical support, please refer to the vast online resources available for ESP32 development boards, including official Espressif documentation, community forums, and open-source projects. While specific warranty details are not provided, proper handling and adherence to this manual will ensure the longevity and functionality of your development board.

For yderligere assistance, kontakt venligst din forhandler eller producenten direkte.

Relaterede dokumenter - ESP32 ESP-WROOM-32D

Preview ESP32 Development Board with 0.96 OLED Screen: Setup and Specifications
A comprehensive guide for the ESP32 development board featuring a 0.96-inch OLED display. This document details product introduction, technical parameters, pin descriptions, and step-by-step instructions for setting up the Arduino IDE environment and programming the board.
Preview ESP32 Development with MSP4030/MSP4031 Display Module: Demo Instructions
A comprehensive guide to using the MSP4030 and MSP4031 display modules with ESP32 development boards, covering setup, pin connections, sample programs, library configuration, and compilation.
Preview E32R28T&E32N28T 2.8 tommer ESP32-32E Demo instruktioner
Comprehensive guide detailing the setup, pin allocation, and usage of various demo programs for the E32R28T&E32N28T 2.8inch ESP32-32E display module using the Arduino IDE. Covers software libraries, WiFi, Bluetooth, and touch screen functionalities.
Preview Brugermanual til 2.8 tommer ESP32-32E displaymodul
User manual for the 2.8-inch ESP32-32E Display Module, covering resource description, software and hardware instructions, and precautions for use. Details include ESP32-WROOM-32E module, ILI9341 LCD controller, SPI communication, USB-to-serial conversion, and various circuit diagrams.
Preview Brugermanual til 3.5-tommer ESP32-32E displaymodul (E32R35T & E32N35T)
Omfattende brugermanual til 3.5-tommer ESP32-32E displaymodulet (modellerne E32R35T og E32N35T). Denne vejledning beskriver hardwareressourcer, softwareudviklingstrin, skematiske forklaringer af forskellige kredsløb (Type-C, SPI, USB-til-seriel, lyd, batteristyring osv.) og vigtige forholdsregler ved brug. Indeholder ESP32-WROOM-32E-modulet, ST7796-displaydriveren og XPT2046-touchcontrolleren.
Preview ESP32 udviklingskort opsætningsvejledning til Arduino IDE
En omfattende guide til opsætning af ESP32-udviklingsmiljøet i Arduino IDE. Lær, hvordan du tilføjer en board manager. URLs, installer ESP32-understøttelse, vælg det korrekte kort og port, og gå i downloadtilstand for ESP32-C3-moduler.