Arduino IDE adding board
Stephen.Gray 2023-03-23 06:22:42 1446 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
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
Yeez_B 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/
NeloKin 
