I’ve just registered for the ESP32 with Arduino IDE course. The board used there is DevKit v1, however, I only have DevKitC w/ESP-WROOM-32 module (also based on ESP32). Will this board be 100% compatible with the one used in the course?
1 Answers
Hi Kamil,
I haven’t tried the projects with your ESP32 board, but it should work just fine. I’ve created a Unit that helps you understand the differences between different boards: https://rntlab.com/how-to-use-your-esp32-board-with-this-course/
It’s very important to check always the GPIO numbers and make sure you are following the circuits not by pin number, but by GPIO number.