Skip to content

Choosing between esp-hal and esp-idf-hal #744

Answered by bjoernQ
gyzerok asked this question in Q&A
Discussion options

You must be logged in to vote

Sounds like something which should be perfectly doable with bare-metal approach (esp-hal / embassy)

Maybe the only thing which might be a bit more involved is the WiFi provisioning via bluetooth. I started something here: https://github.com/bjoernQ/esp32c3-ble-provisioning-experiment but haven't had time to continue working on that. It's also probably something you can skip for the start (if it's just a project for yourself you can set SSID/password via env-variables during the build for the start)

Choosing esp-hal (bare-metal) or esp-idf-hal (std) is probably mostly a matter of taste.

The big disadvantage (in my personal opinion) about the std approach is that sooner or later you will ne…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gyzerok
Comment options

Answer selected by gyzerok
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