-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firmware builds for ESP32-C3 #98
Comments
It is using PlatfomIO with ESP IDF. You only need to open the platfomio.ini-file with PaltformIO and you should be fine. The firmware is the same for all ESP32 flavors, so can download the binary in the releases of this project. |
The C3s are on the RISC-V architecture, as opposed to Xtensa for the original ESP32s, and so the firmware needs to be recompiled in order to work. |
Even running the build on the default configuration fails. I suspect it's a mismatch in the espressif32 platform version.
|
Eventually got it to compile and broadcast beacons. See #99 |
so, finally, it works with c3! nice! |
The ESPs are orders of magnitude higher in power consumption than the NRFs. Wouldn't want to battery power these. |
Is this a natural law or maybe just due to a lack of optimization? |
For some reason I can't get the build environment set up. Is it using PlatformIO or the native ESP IDF extension? Is it possible to provide the prebuilt firmware for the ESP32-C3?
The text was updated successfully, but these errors were encountered: