sh123 / esp32_loradv

ESP32 based Codec2/OPUS DV handheld trasceiver
GNU General Public License v2.0
28 stars 5 forks source link

models of ESP32 development boards compatible with the project #8

Closed Sergey19880206 closed 1 year ago

Sergey19880206 commented 1 year ago

What esp32 board models were successfully used in the project? what boards are not recommended for use in the project?

R2AirVlad commented 1 year ago

For using with included PCB version you need a "narrow" ESP32 wroom board like NodeMCU-32S 38P.

sh123 commented 1 year ago

From software point of view It could be any ESP32 esp32dev (per platformio.ini) board. I was using ESP32 WROOM-32 and board mentioned in previous comment.