I have more than 10 older version of WiFi Kit 32 boards (3-4 years old, not the new V3 version) Most of them are perfectly good. I need to use them for new projects. But the latest Arduino IDE (v2.3.2) support for this older board is very confusing. I installed “Heletc ESP32 Series Dev-boards v3.0.0” board manager and “Heltec ESP32 DEv-boards V2.0.2” library.
From the board menu, there are two ways I can choose the board:
a) “WiFi Kit 32”->“Heltec ESP32 Series Dev-boards”->WiFi Kit 32 or
b) “Heltec WiFi Kit 32” -> “ESP32”->“Heltec WiFi Kit 32”
I am not sure which one is correct to choose.
There is also a problem with either board selection. When I set serial.begin(115200) in the code, after RESET, the serial monitor will display the serial.print() output, but not at 115200 baud. Instead it displays data at 74880. Many old sketches will not compile or work right in the current version of board & library package .
Currently, the only board package available is “Heletc ESP32 Series Dev-boards v3.0.0”. I cannot go back to older packages. In the Arduino IDE support for many other boards, they will make the older version of board and library packages available so that I can go back to the older packages.
Any suggestions?