Skip to main content
Visitor II
September 20, 2021
Question

BLE MAC Address is the same for all the SMT32MP1 [43:43:A1:12:1F:AC]

  • September 20, 2021
  • 1 reply
  • 1009 views

Hello,

I'm trying to set-up a BLE GATT service and I'm struggling with the fact of the MAC address being the same for all the STM32MP1 devices.

When I run the hcitool dev this is what I get:

root@stm32mp1:~# hcitool dev

Devices:

hci0 43:43:A1:12:1F:AC

Please help

    This topic has been closed for replies.

    1 reply

    Graduate II
    September 20, 2021

    Probably because an allocation costs money.

    For test purposes make sure each within your experiment is unique

    FFont.1Author
    Visitor II
    September 21, 2021

    Thank you for the reply.

    However, I'm not understanding your answer. Are you saying that these MP1 processors don't have an allocated BLE MAC address?

    I thought this was an issue with the bluez library as referred here: https://www.raspberrypi.org/forums/viewtopic.php?t=191534.

    How can I have multiple devices running at the same time with this non-unique MAC address?