Hi,
I still have not heard back about this. Is there any documentation for
developing with BLE on NuttX (with esp32)? I can't find anything. I
found a presentation that says it's based on Zephyr but the NuttX code
doesn't seem to have anything at all in it like what's in the Zephyr api
docs. It almost looks like NuttX implemented the lower level bluez
driver ioctls?
Are there any examples apps for ble? Especially ones that include both
bt4 and ble5?
Thanks,
-m
On 8/29/2023 8:14 AM, nu...@mordent.com.INVALID wrote:
Hi,
I'm developing a device using an ESP32 with NuttX that needs to
broadcast a beacon/advertise on both bt4 and ble5 (and also do radio
sharing with wifi). I've done some work with ble 5 with ESP-IDF and
understand a little about bluetooth. Unfortunately, I can't seem to
find any documentation or examples of bluetooth for NuttX except for
the very limited btsak shell command code that looks like it only
supports ble 5. I was hoping I wouldn't have to try to reverse
engineer the various bluetooth layers in the guts of NuttX to figure
this out. Does anyone have any examples or info on how to
configure/implement something like this? It's required to support
both bt4 and ble5 at the same time, unfortunately (but luckily it's
only a beacon).
Thanks,
-m