OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
155 stars 107 forks source link

ESP32 Wroom kit, how to connect? #776

Closed rvoosterhout closed 7 months ago

rvoosterhout commented 7 months ago

Hello,

To replace my broken openevse wifi v1 board, I bought an EPS32 38 pin Wroom board from aliexpress. I installed the nodemcu-32s.bin firmware on it, and it's all working. But I don't know which pins I need to connect this board to the openevse unit. I do have a pinout sheet, so I know which pins from the esp chip go where on the board, but which pins are set in the firmware to use? And do I need to connect them to the I2C ports or the RX/TX ports on the openevse controller?

Thank you image

rvoosterhout commented 7 months ago

Figured it out by checking in the platformio.ini. For anyone with the same board, you need to use pin 28 and 27, on this board they are labeled as G17 and G16 (TX2 and RX2)