Getting Started

Last revision 2026/01/13

This article provides a step-by-step guide on configuring the Arduino IDE to work with the FireBeetle-M0 board, detailing the process of board updates and serial port selection.

Arduino IDE Configuration

  1. Open Arduino IDE, click File->Preferences, as show below:
    DFR0652-Config 1
  2. Click the icon marked with red below.
    DFR0652-Config 2
  3. Copy the address to the newly popped up box: https://downloadcd.dfrobot.com.cn/boards/package_DFRobot_index.json
    DFR0652-Config 3
  4. Click OK.
  5. Update board. Open Tools->Board->Boards Manager.
    DFR0652-Config 4
  6. The board will be automatically updated.
    DFR0652-Config 5
  7. Wait for while, then you will find the installed FireBeetle-M0 in the list.
    DFR0652-Config 6
  8. Click Tools->Board: and select FireBeetle-M0.
    DFR0652-Config 7
  9. Click Port to select the corresponding serial port.
    DFR0652-Config 8
  10. Done!

Was this article helpful?

TOP