Search found 3 matches

by shenouda
Sat May 30, 2020 5:06 pm
Forum: ESP32 boards
Topic: converting bluetooth bytes mac address issue !
Replies: 2
Views: 2909

Re: converting bluetooth bytes mac address issue !

Dear Sikky,

I found the issue, I was checking a windows 10 device Bluetooth (it was the only available device then).
for some reason windows 10 changes the mac ( not sure what's happening :?: , I am not interested ) and I got the results right scanning for all other devices anything else.
by shenouda
Thu May 14, 2020 10:24 am
Forum: ESP32 boards
Topic: converting bluetooth bytes mac address issue !
Replies: 2
Views: 2909

converting bluetooth bytes mac address issue !

hello, I am developing something on esp32 with bluetooth simply I scan and got the result: def bt_irq(event, data): if event == _IRQ_SCAN_RESULT: # A single scan result. addr_type, addr, connectable, rssi, adv_data = data print('type:{} addr:{} rssi:{} data:{}'.format(addr_type, ubinascii.hexlify(ad...
by shenouda
Thu May 14, 2020 10:15 am
Forum: General Discussion and Questions
Topic: Decoding BLE Scan Results
Replies: 8
Views: 10751

Re: Decoding BLE Scan Results

However none of the addresses (addr) appear to match the addresses that are discovered on my phone using BLE scanners such NRF Connect app. Am I missing something ??? I am having the same issue, can't get past it, like : type:1 addr:b'790c96ba0d35' rssi:-38 data:b'1eff060001092002a7ad7a8ddbb036b137...