Getting Started

Last revision 2026/01/14

This guide details the process of installing the CH340 driver and configuring the Arduino IDE for FireBeetle ESP32, offering clear steps for a seamless setup.

Install Driver

FireBeetle-ESP32 adopts CH340 serial chip that can be used without driver among most devices. If you find the driver is not installed automatically after plugging into the device, you can install it manually: click to download the CH340 driver program.

DFR0478-Driver install

Win8 + need disable the digital signature.**

Configure Software Environment

  1. Plug FireBeetle to your computer, install the driver manually.

  2. Add FireBeetle Board URL to Arduino IDE: Open Arduino IDE, File->Preferences, find Additional Boards Manager URLs. https://downloadcd.dfrobot.com.cn/boards/package_DFRobot_index.json
    DFR0478-Config 1

  3. Copy the link and paste in the blank, then click OK.
    DFR0478-Config 2

  4. Open Tools->Board->Boards Manager, wait for automatic update, then find and install FireBeetle-ESP32.
    DFR0478-Config 3

  5. Now, the development environment has been installed, you can use it like a normal Arduino board.
    DFR0478-Config 4

When the main board is installed under the Linux or MAC environment, you need to install the pyserial module onto the terminal using the command sudo easy_install pyserial.

Was this article helpful?

TOP