Search found 2 matches
- Thu Oct 11, 2018 3:59 pm
- Forum: ESP32 Arduino
- Topic: stopping scan after 30 seconds
- Replies: 4
- Views: 9682
Re: stopping scan after 30 seconds
Thanks for the reply chegewara I think by doing that I just messed up the code more. Been working on it for the last 4 hours with no success still. The problem is, I'm just learning how to code the ESP32 and working of a sketch provided by someone else. I'm not even sure if I am doing this the most ...
- Wed Oct 10, 2018 4:26 pm
- Forum: ESP32 Arduino
- Topic: stopping scan after 30 seconds
- Replies: 4
- Views: 9682
stopping scan after 30 seconds
Hi, Im trying to make an ESP32 scan for multiple beacons and turn on an LED once if the beacons are found. I have been working with this code but I cant get it to stop scanning once the beacon is found. What am I doing wrong here? TIA! /* * * This detects advertising messages of BLE devices and comp...