B4R Question ESP32-C3 and ESP32-S2 new MCUs

peacemaker

Expert
Licensed User
Longtime User
Hi, All

The v.2.0.0 of ESP32 SDK is ready: https://github.com/espressif/arduino-esp32
But Arduino board manager shows only v.1.0.6 max - how to update ?

And main - how to be sure that new ESP32-C3 is OK with B4R ? It should be instead of old ESP8266.
 

thetahsk

Active Member
Licensed User
Longtime User
Hi, All

The v.2.0.0 of ESP32 SDK is ready: https://github.com/espressif/arduino-esp32
But Arduino board manager shows only v.1.0.6 max - how to update ?

And main - how to be sure that new ESP32-C3 is OK with B4R ? It should be instead of old ESP8266.
Add the https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json link in your Arduino Preferences and install Version 2.0 through your Board Manager.


The Compatibility still needs to be verified.
 
Upvote 0

rbghongade

Active Member
Licensed User
Longtime User
Be careful while updating to v2.0.0 as there are still open issues. I tried upgrading and found that the compilation fails, had to revert to 1.06.
 
Upvote 0
Top