Arduino IDE adding board

userHead Stephen.Gray 2023-03-22 22:22:42 537 Views3 Replies

Hi

 

I am using the Arduino IDE Ver 2.0.4 and trying to add the ESP32-WROOM-32E board via the https://download.dfrobot.top/FireBeetle/package_DFRobot_index.json link.  When I try this it starts downloading the board details but then I get :-

 

Some indexes could not be updated. Get "https://download.dfrobot.top/FireBeetle/package_DFRobot_index.json": x509: certificate has expired or is not yet valid: :

 

Any ideas?

 

Bipman

 

2023-05-12 16:47:14

Could you try to change the https in the URL to http? The reason for this error may be that the HTTPS protocol of the URL has expired.Please use the following URL for SDK download:

http://download.dfrobot.top/FireBeetle/package_DFRobot_index.json

userHeadPic Yeez_B
2023-03-23 16:36:58

Sorry, my mistake.  It is a Firebeetle ESP-32-E V1.0.

userHeadPic Stephen.Gray
2023-03-23 11:32:46

The FireBeetle package is for Firebeetle series development board only, you may face compatibility issue when you use other ESP32 board.

Please follow this instruction to install your board properly.

https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/

 

userHeadPic NeloKin