Hello, I've just found the Zephyr project which provides very interesting features and many questions are rising in my mind, but I don't know if this is the correct place to ask, let's try...
-
An open ble controller for nrf52 series is provided by Nordic. Is it derived from the controller in the nordic SDK? I mean, can I expect similar performance? (in terms of maximum packet size, maximum number of simultaneous connections, maximum number of packet per connection events)
-
I've seen that Zephyr already have drivers for 802.15.4 for the nrf52 (but I didn't tested them), can the BLE and 802.15.4 run simultaneously?
-
In Zephyr, the BLE controller part and the BLE host part are separated with the HCI interface. The host seems not to be compatible with BlueZ, can I use BlueZ as host to make the code portable to linux machines such as raspberry or even a desktop pc?
If somebody can answer one or more of these question I would be very grateful. Thank you, Davide.