Why the default MAC address is not shown in the host when using hciconfig command in linux #hci #ble #nrf52 #nrf52840
Venkatesh Dyagala
Hi,
We are willing to do the LE USB controller with the nrf52840 dongle By looking into this case https://devzone.nordicsemi. Then Make that as a controller followed this https://devzone.nordicsemi.
The build is done and loaded to the dongle using nrfutil.
Now when we insert into linux PC and when i check the device using the hciconfig command the MAC address of the dongle is 00:00:00:00:00:00
But when we used bluetoothctl show command a 6byte MAC address is shown.
I can change the MAC address manually using hcitool commands. But my question is that
1-->The nordic assigned MAC address in production for every device. Why that MAC address cannot be seen when the dongle is acting as a controller. Why its showing all zeros ?
2--> The bluetoothctl is showing the MAC address of the device But it cannot be updated in the hciconfig ?
3--> If we have a MAC how we can burn it into the flash what was the memory locations ?
4--> The MAC that we seen using bluetoothctl show is zepher hardcoded ?
Gone through https://devzone.nordicsemi.
-- Thanks, venkatesh |
|