-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Hello world :-)
I am switching from Nordic SoftDevice/SDK to ARM Cordio BLE stack. Solution is using BLE UART transport and need one also in Cordio. This is critical requirement. Board is Custom based on nRF52832
Target. I am new to Cordio, thus my questions:
- Is BLE UART Profile/Service already supported on Cordio?
- Can I move my Nordic SDK code to Cordio with a simple redefine in
mbed_app.json
? - Where can I find Cordio BLE UART examples?
- Where can I find Cordio source code repository? (also note hello, who can tell me where is cordio ble stack source code ? #11750).
Using UART I have created a CLI (Command Line Interface) just as on COM/USB_VCOM/TCP that can direct device and get various readings and their history. Can you recommend any better way over some kind of custom data profile that would be better to use than UART? UART does not seem to be preferred in BLE but it is really convenient to use is as Telnet like CLI with easily exapandable funcionalities as opposed to stiff BLE Services/Profiles.
Any hints appreciated :-)
Metadata
Metadata
Assignees
Labels
No labels