-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random MAC after RESET - NRF52832 #33645
Comments
@tcpipchip It looks like you have privacy disabled |
@joerchan I have other question /* Set Scan Response data */ Why sometimes advertsing the INDRIYA-G-XXXXXX and sometimes not adverstising the INDRIYA-G-XXXXXX ? Thanks again! |
@tcpipchip Not much information to go on there, are you sure it isn't just the difference in the advertising PDU? You have put the name in the scan-response, so you won't see it in the ADV_IND pdu. |
@joerchan |
Putting the localname in the scan-response achieves that, but the scanner needs to be an active one. |
i had choosen the second option! It[s working |
https://docs.zephyrproject.org/2.5.0/reference/bluetooth/gap.html?highlight=adv_start#c.bt_le_adv_start |
Yes, i did that Maybe is the BLE SCANNER (ARDUINO) ESP32 example bug :( |
Maybe, can you verify with your phone that the name shows up? You can use the nRF Connect app |
they show! But, is using ESP32 (Arduino) as ble scan :( |
Closing as original question and follow-up question has been answered. |
Describe the bug
I implemented a Beacon using NRF52832 to broadcast the BME680 data!
All the time that i reset the NRF52832, a different MAC is detected my BLE SCANNER.
To Reproduce
Reseting the ZEPHYR, the BLE SCANNER detects different MAC.
Expected behavior
Allways the Same MAC
Impact
I had to use the CHIP ID to identify my ZEPHYR module and broadcast it!
log
⸮Scanning...
Advertised Device: Name: , Address: 53:82:42:2c:76:80, manufacturer data: 060001092002c26e567ce60e5aa77c136ea14dd8b4c1c0c631b49fe438
Advertised Device: Name: , Address: 2b:76:14:04:16:2a, manufacturer data: 59000000001f000000650000003d000052b264000000b34fc9f8
Devices found: 2
Scan done!
After reset, changed the MAC :(
Advertised Device: Name: , Address: 53:82:42:2c:76:80, manufacturer data: 060001092002c26e567ce60e5aa77c136ea14dd8b4c1c0c631b49fe438
Advertised Device: Name: , Address: 60:3a:7e:4e:b4:9d, manufacturer data: 4c0010051a1c369185, txPower: 12
Advertised Device: Name: , Address: 20:33:77:f2:bf:26, manufacturer data: 59000000000000000000000000000000000064000000b34fc9f8
Thanks!
The text was updated successfully, but these errors were encountered: