B4R Question ESP32 Support?

KMatle

Expert
Licensed User
Longtime User
I did some projects with my ESP8266. I'm going to buy a ESP32, but as I can see, the ESP32 is "somehow" supported. Problem here is that I have no idea how to update the Arduino SDK (all links of the most threads about it are broken). Or does the newest version of Arduino come with the ESP32 support automatically?

Another question: Does B4R support all functions of a ESP32 as for the ESP8266? There are some threads but not a summary (as far I can see).
 

KMatle

Expert
Licensed User
Longtime User
After 15 minutes of "doing" something without prompting anything, the "Git-GUI" then showed up what is has downloaded. So please be patient.
 

Attachments

  • git.JPG
    git.JPG
    22.6 KB · Views: 217
Upvote 0

avalle

Active Member
Licensed User
Longtime User
The instructions referenced above by Erel are not the preferred way to install ESP32 support in Arduino IDE.
See the Board Manager section available here:
https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md

I suggest you follow the instructions available here:
https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/

If you’ve followed the older installation procedure and you’ve manually installed the ESP32 add-on with Git GUI, you need to remove the espressif folder from your Arduino IDE. The instructions above explain how to do that.

Regards
Andrea
 
Upvote 0
Top