Hi,
Is it possible to the BLECentral to automaticly establish a connection to the KeyFob (BLE perihal), when it commes within range of the central?
Best regards,
Frank Andersen
Hi Frank, you can modify the Central device to automatically scan and then connect to a peripheral device, when the scan times out your code could re-initiate a new scan. You have to code this yourself however. One thing to be concerned about is the power consumption of the Central device under these conditions.