DORHEA ESP32 D1 Mini

DORHEA ESP32 D1 Mini Development Board User Manual

1. Introduction

This manual provides comprehensive instructions for the DORHEA ESP32 D1 Mini Development Board. This board is a compact and powerful solution for Internet of Things (IoT) projects, integrating Wi-Fi and Bluetooth capabilities. It is designed for developers and hobbyists to quickly prototype and deploy embedded applications.

2. Product Overview

The DORHEA ESP32 D1 Mini Development Board features the ESP32-WROOM-32 module, offering dual-core processing, integrated Wi-Fi (802.11b/n), and Bluetooth connectivity. It maintains the compact form factor of the WeMos D1 Mini series, making it compatible with a wide range of existing shields and accessories. The board includes a CP2104 USB-to-UART bridge for easy programming and serial communication.

DORHEA ESP32 D1 Mini Development Board with included pin headers

Figure 2.1: DORHEA ESP32 D1 Mini Development Board with pin headers.

Key features include:

  • Integrated ESP32-WROOM-32 module.
  • Wi-Fi (802.11b/n) and Bluetooth (Classic and BLE) connectivity.
  • Compact D1 Mini form factor.
  • CP2104 USB-to-UART bridge for programming.
  • Multiple GPIO pins for various applications.
Angled view of the DORHEA ESP32 D1 Mini Development Board, highlighting the ESP-WROOM-32 module and micro-USB port.

Figure 2.2: Angled view of the ESP32 D1 Mini board.

3. Setup Instructions

Follow these steps to set up your DORHEA ESP32 D1 Mini Development Board:

3.1. Hardware Connection

  1. Attach Pin Headers: Solder the included pin headers to the board if you intend to use it with a breadboard or custom circuitry. Ensure correct orientation.
  2. Connect to Computer: Use a Micro-USB cable to connect the ESP32 D1 Mini board to your computer. The board will draw power from the USB port.
Included pin headers for the ESP32 D1 Mini board.

Figure 3.1: Included pin headers.

3.2. Driver Installation

The board uses a CP2104 USB-to-UART bridge. Most modern operating systems will install the necessary drivers automatically. If not, you may need to download and install the CP2104 drivers from Silicon Labs' official website.

3.3. Software Setup (Arduino IDE)

The Arduino IDE is a popular choice for programming ESP32 boards:

  1. Install Arduino IDE: Download and install the latest version of the Arduino IDE from the official Arduino website.
  2. Add ESP32 Board Support:
    • Open Arduino IDE, go to File > Preferences.
    • In the "Additional Board Manager URLs" field, add: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
    • Go to Tools > Board > Board Manager.... Search for "ESP32" and install the "esp32 by Espressif Systems" package.
  3. Select Board: Go to Tools > Board > ESP32 Arduino and select "ESP32 Dev Module" or a similar generic ESP32 board.
  4. Select COM Port: Go to Tools > Port and select the COM port corresponding to your ESP32 board.
Detailed pinout diagram of the ESP32 D1 Mini Development Board.

Figure 3.2: ESP32 D1 Mini Pinout Diagram.

4. Operating Instructions

Once your development environment is set up, you can begin programming and operating your ESP32 D1 Mini board.

4.1. Uploading Your First Sketch

  1. Open an Example: In Arduino IDE, go to File > Examples > 01.Basics > Blink.
  2. Compile and Upload: Click the "Upload" button (right arrow icon) in the Arduino IDE. The IDE will compile the code and upload it to your ESP32 board. During upload, you might need to press and hold the BOOT button on the board if the upload fails, then release it once the upload starts.
  3. Observe: The built-in LED on the board should start blinking, indicating successful operation.

4.2. Using Wi-Fi and Bluetooth

The ESP32's primary strength lies in its wireless capabilities. You can use the Arduino Wi-Fi and Bluetooth libraries to connect to networks, create access points, or communicate with other Bluetooth devices. Refer to the extensive online documentation and examples for specific implementations.

4.3. GPIO Pin Usage

The board provides numerous General Purpose Input/Output (GPIO) pins. These pins can be configured as digital inputs, digital outputs, analog inputs, or for various peripheral functions like I2C, SPI, UART, and PWM. Consult the pinout diagram (Figure 3.2) and ESP32 documentation for detailed pin functionalities.

5. Maintenance

Proper maintenance ensures the longevity and reliable operation of your ESP32 D1 Mini board.

  • Keep Clean: Regularly clean the board with a soft, dry brush to remove dust and debris. Avoid using liquids.
  • Static Protection: Handle the board by its edges and avoid touching the components directly to prevent damage from electrostatic discharge (ESD). Store it in an anti-static bag when not in use.
  • Environmental Conditions: Operate and store the board in a dry environment, away from extreme temperatures, humidity, and direct sunlight.
  • Power Supply: Always use a stable 5V power supply via the Micro-USB port. Avoid over-voltage or reverse polarity connections.

6. Troubleshooting

Here are some common issues and their solutions:

  • Board Not Detected by Computer:
    • Ensure the Micro-USB cable is fully inserted and functional.
    • Verify CP2104 drivers are correctly installed (check Device Manager on Windows or ls /dev/tty* on Linux/macOS).
    • Try a different USB port or computer.
  • Upload Errors (Failed to connect to ESP32):
    • Make sure the correct COM port is selected in the Arduino IDE.
    • Press and hold the BOOT button on the board, then click "Upload" in the IDE. Release the BOOT button once the upload process starts.
    • Ensure the board is powered correctly.
  • Wi-Fi Connection Issues:
    • Double-check Wi-Fi SSID and password in your code.
    • Ensure the Wi-Fi network is 2.4 GHz, as ESP32 does not support 5 GHz Wi-Fi.
    • Check the distance to the Wi-Fi router and potential interference.
  • Unexpected Behavior/Crashes:
    • Review your code for logical errors or memory issues.
    • Ensure adequate power supply, especially when driving external components.
    • Use the Serial Monitor in the Arduino IDE to view debug messages from your code.

For further assistance, consult online ESP32 communities and documentation resources.

7. Specifications

FeatureSpecification
ProcessorEspressif ESP32, Dual-core 240 MHz
RAMLPDDR3, 4 MB
Wireless Type802.11b/n Wi-Fi, Bluetooth
Operating System SupportFreeRTOS, Linux
ConnectivityMicro-USB (for power and data)
Dimensions (Package)5.24 x 3.98 x 0.75 inches
Item Weight2.22 ounces
Model NameESP32 D1 Mini
ManufacturerDORHEA

8. Warranty and Support

DORHEA products are manufactured to high-quality standards. This product is covered by the standard manufacturer's warranty against defects in materials and workmanship. Please refer to your purchase documentation for specific warranty terms and duration.

For technical support, troubleshooting assistance beyond this manual, or warranty claims, please contact DORHEA customer service through the platform where the product was purchased. Provide your order number and a detailed description of the issue for prompt assistance.

Related Documents - ESP32 D1 Mini

Preview NodeMCU IoT ESP32 ESP-32 WiFi & Bluetooth Development Board Guide
A comprehensive guide to the NodeMCU IoT ESP32 ESP-32 Wifi & Bluetooth Development Board, including setup, components, and a step-by-step tutorial for controlling an LED with Blynk via WiFi.
Preview ESP-FAQ 手册 - Espressif Systems
ESP-FAQ 手册提供 Espressif Systems ESP 系列产品的常见问题解答,涵盖开发环境、固件更新、应用方案、外设、协议、安全、存储、系统及 Wi-Fi 等主题。
Preview ESP32-DevKitC V4 Getting Started Guide | Espressif
A comprehensive guide to getting started with the ESP32-DevKitC V4 development board from Espressif. Learn about its features, components, and pinouts for easy interfacing and application development.
Preview Keyestudio ESP32 Development Board: Features, Specifications, and Usage Guide
Explore the Keyestudio ESP32 Development Board, a versatile WiFi and Bluetooth enabled microcontroller compatible with Arduino. Learn about its features, specifications, pinout, and test code for IoT and smart home projects.
Preview Adafruit ESP32 Feather V2 Development Board Guide
Comprehensive guide to the Adafruit ESP32 Feather V2 development board, covering features, setup with Arduino IDE and MicroPython, low power usage, I2C, WiFi, and WipperSnapper IoT integration. Includes pinouts, examples, and troubleshooting.
Preview IoT Project: ESP32 NodeMCU Smart Home Automation with Blynk App
Learn to build an IoT-based smart home automation system using ESP32 and NodeMCU microcontrollers with the Blynk app. This guide covers component selection, circuit design, Blynk setup, coding, and PCB fabrication for a DIY smart home project.