Dear support,
We are developing an automated test system. We are using our DA14580 in ext_processor mode, communicating with our external uC via GTL over UART. Please advise, how can our external processor read the Bluetooth Device Address from the Bluetooth module?
Our external processor (main processor) provides a command-line interface to our PC based test software. This software needs to be able to retrieve the address (we plan to include a CLI command "btaddress") so that the PC can auto-connect with the Bluetooth module.
Please advise. I assume this type of common functionality is included.
Thank you,
Arjan
Device:
Hi abremen,
You can use the GAPM_GET_DEV_INFO_CMD with the GAPM_GET_DEV_BDADDR operation in order to get the bd address of your bluetooth module. You can find more info regarding this in the RW_BLE_GAP_IS.pdf paragraph 4.5.1 GAPM_GET_DEV_INFO_CMD and4.4.5 GAPM_DEV_DBADDR_IND.
Thanks MT_dialog
Dear MT_dialog,
Thank you so much, I will try and let you know.
Kind regards,
Arjan
Hello MT_dialog
Sorry,
I didn't find the document RW_BLE_GAP_IS.pdf. Please, could you share de link?
Best regards.
Bruno Ferrarezi.
Hi bruno,
Here is the linkhttps://support.dialog-semiconductor.com/resource/gap-interface-specific....
Thanks MT_dialog