-
Hi and thanks to all who contribute to this great and versatile firmware. I have noticed that the prebuilt BLE binaries (both development and unofficial that support ESP32-C3) do not contain I2C drivers, or only one. When using the command i2cdriver I get Is there a particular reason for this like memory or storage limitations? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The main reason for deliberately making the Bluetooth builds very "lean" on other features is to reduce cross-feature interference risking less reliable Bluetooth operation, due to things like the radio handling not getting the processor at the exact time data is incoming. Same with other narrow-focused precompiled builds like for Zigbee or webcam. If you are ok with lower reliability, nothing is stopping you from choosing to take the risk with a combined custom build. |
Beta Was this translation helpful? Give feedback.
Thank you for that quick respons. Allright, so it is as I expected. I will try a custom build, never done that before though. I will see how far I get with that.