Can you please let me know if i have any software or any command available to find the GAP/MAC address of a Nrf52840 dongle
Can you please let me know if i have any software or any command available to find the GAP/MAC address of a Nrf52840 dongle
Hi,
Assuming you use static MAC address (which SDK examples do), you can read the MAC address form FICR, as described here. However, since the dongle does not have an onboard debugger this becomes a bit more difficult. The simplest is probably to just program a BLE peripheral example, and use a sniffer or an Android phone with nRF Connect to check the Mac address.
Hi,
Assuming you use static MAC address (which SDK examples do), you can read the MAC address form FICR, as described here. However, since the dongle does not have an onboard debugger this becomes a bit more difficult. The simplest is probably to just program a BLE peripheral example, and use a sniffer or an Android phone with nRF Connect to check the Mac address.