Search found 2 matches
- Wed Mar 08, 2017 5:18 pm
- Forum: General Discussion
- Topic: BLE Scan and obtain RSSI
- Replies: 12
- Views: 32645
Re: BLE Scan and obtain RSSI
Hi, Thanks for all the very useful responses from rene007, torntrousers and f.h.f.s. You've all been of great help to me. A little update on what I did: I read the article posted by torntrousers, which was very useful indeed. Step by step guide detailing how to obtain the RSSI and MAC address. The c...
- Tue Mar 07, 2017 10:05 am
- Forum: General Discussion
- Topic: BLE Scan and obtain RSSI
- Replies: 12
- Views: 32645
BLE Scan and obtain RSSI
Hi all, I'm working on my master's thesis, and using the ESP32 as one of the main hardware components of my research project. I've been trying to program the ESP to scan for nearby BLE devices check the MAC address and if it matches another address in a list, return the RSSI value of the BLE device....