-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
BLE support #9
Comments
This one is gonna be challenging. I really wanna use BT on that device, as I believe it's signal may be much better than a NSPanel, however the i2c audio component used for Media Player is only available for Arduino at this moment. |
the git i gave you from the other project isn't it based on ESP? |
No, those are all Arduino. |
This is what happens with ESP-IDF:
The light I'm pretty confident is just about finding another driver available, but the Anyhow, I could change the flash size to 8MB and with this I can build including the BLE with no size error, however it is crashing on boot, so I will have to investigate it more. |
This enables flash memory for building Bluetooth Proxy (requires by #9), however, there are two downsides: - The system is crashing when BLE is enabled and requires more investigation. - User's cannot change flash size via OTA, so a serial flash will be required.
Monitoring #6894 as that could enable the use of Media Player and NeoPixBus with ESP-IDF, making some memory available for BLE. |
Request 7:
Ble support?
Suggested by @TeDeVPrime on #2
The text was updated successfully, but these errors were encountered: