Search found 2 matches
- Tue Feb 26, 2019 3:00 pm
- Forum: ESP32 Arduino
- Topic: How to make faster beacon scanner through esp32?
- Replies: 0
- Views: 2455
How to make faster beacon scanner through esp32?
I want to use esp32 to measurement RSSI of beacon to detection distance and follow below video code to do it. https://www.youtube.com/watch?v=azT2rosEo0k But that code only have 1 hz speed to get RSSI due to the RSSI is not stable i need more sample to average, i tried change BLEScanResults results ...
- Tue Jan 08, 2019 12:30 pm
- Forum: General Discussion
- Topic: How to Increase get beacon RSSI rate on ESP-32S
- Replies: 0
- Views: 2285
How to Increase get beacon RSSI rate on ESP-32S
Hi, now i do some thing that is i using ESP-32S as scanner to get Beacon RSSI, but i have trouble that ESP-32S getting RSSI with once per second is faster i don't know how to code sketch to increase rate. I try to change start(1) function value to 0.5 but it can not working, any one have a advice fo...