Skip to content

Recommended esp32 board? #10

Answered by krzmaz
macca16 asked this question in Q&A
Dec 31, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

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

    -DBOARD_HAS_PSRAM
    -mfix-esp32-psram-cache-issue

to build_flags - see #7

Other 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 😁

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@macca16
Comment options

@krzmaz
Comment options

Answer selected by krzmaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants