-
Hi, is there a recommended esp32 board? I managed to flash an m5stack without issue but running into a few issues with the NimBLE lib throwing after config is successfully parsed and when servicing an incoming http request. Likely unrelated to the hardware but would be good to know of 'good' known hardware. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, the board manufacturer should not matter, as long as the important parameters like memory are the same.
to Other than the memory issue, the only difference I saw was the WiFi/BT signal strength differing between boards. |
Beta Was this translation helpful? Give feedback.
Hi, the board manufacturer should not matter, as long as the important parameters like memory are the same.
You need to look out for the boards that use PSRAM, in which case you might need to add
to
build_flags
- see #7Other than the memory issue, the only difference I saw was the WiFi/BT signal strength differing between boards.
I had the best experience with a board like this one: link - link is not affiliate 😁