ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

BLE DTM Test #262

Closed AGlass0fMilk closed 3 years ago

AGlass0fMilk commented 5 years ago

We are nearing production with a BLE device and will need to perform Bluetooth Qualification.

Is there any example of BLE DTM based on Mbed's Cordio stack?

pan- commented 5 years ago

@donatieng

AGlass0fMilk commented 5 years ago

This may be more hardware specific but there should be a HAL/API to port DTM commands and an example application using Mbed's UART interface. Otherwise, we'll have to rely on Nordic's SDK for this.

maclobdell commented 4 years ago

@donatieng - Please let us know if you have any guidance.

adbridge commented 4 years ago

Apologies, this was closed in error by the automated bot - re-opening.

ciarmcom commented 3 years ago

Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. Internal Jira reference: https://jira.arm.com/browse/IOTOSM-2057

paul-szczepanek-arm commented 3 years ago

We don't have an example but the test functionality in cordio is now in the CordioHCIDriver (rf_test_start_le_receiver_test, rf_test_start_le_transmitter_test, rf_test_end). We don't have plans of making an example for the usage but I'd welcome a PR for one.