B4R Question ESP32-WROVER-KIT Support

canalrun

Well-Known Member
Licensed User
Longtime User
Hi all,
I'm beginning to play with ESP32 in particular I've a ESP32-WROVER-KIT in this version:
https://www.olimex.com/Products/IoT/ESP32/ESP32-WROVER-KIT/

Is this kit supported by B4R?
Can you please give me some advices and indication to follow to use this kit?
Regards

I have used the
Adafruit HUZZAH32 - ESP32 Feather board with B4R:
https://learn.adafruit.com/adafruit-huzzah32-esp32-feather

The ESP32 is a nice MCU.

The secret, I believe, is you have to set up the Arduino IDE with support for the ESP32.

You can find tutorials with a Google search. There are two methods to getting ESP32 support. The one that involves adding "Additional boards manager URLs" to the File-Preferences menu seems to be preferred rather than downloading the package from Git Hub – you have to look around a little to find this tutorial on the Internet.

Once you select the proper board, it should work with B4R.

If you want to support both cores of the two core MCU, I think you need to use the Arduino IDE rather than B4R.

Barry.
 
Upvote 0
Top