Search found 5 matches
- Wed Aug 29, 2018 9:53 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth direct Connect without advertising
- Replies: 2
- Views: 4712
Bluetooth direct Connect without advertising
How can I connect directly to a bluetooth device without advertising? For example, how do we connect directly to an android phone or another esp32 device? Can this direct link be accessed with Characteristic_UUID, with Service_UUID, or with a Mac address? Is there a sample code for the Arduino IDE? ...
- Wed Aug 29, 2018 9:45 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth White List ?
- Replies: 0
- Views: 2695
Bluetooth White List ?
How to create a bluetooth whitelist for esp32? Is this list created with mac address values of the devices allowed to connect?
Is there a code snippet?
For example, createWhiteList (macAdressValue).
Is there a code snippet?
For example, createWhiteList (macAdressValue).
- Wed Aug 29, 2018 3:23 pm
- Forum: ESP32 Arduino
- Topic: How to hide BLE in ESP32?
- Replies: 9
- Views: 17072
Re: How to hide BLE in ESP32?
I think it has to be supported in the BLE implementation on the ESP32. It’s optional. The ESP32 isn’t “found” because it isn’t advertising (transmitting) its services all the time. Its receiver is listening for a certain transmission, if heard then it starts advertising as a normal peripheral. It’s...
- Wed Aug 29, 2018 2:28 pm
- Forum: ESP32 Arduino
- Topic: SECRET COMMUNICATION --- How do we hide COMMUNICATION an Esp32 from other devices?
- Replies: 1
- Views: 3559
Re: Other devices are doing bluetooth scanning. How do we hide an Esp32 from other devices?
My aim is not to turn off bluetooth communication. For example, Macbook and magic mouse are not seen by any device. But the Bluetooth communication between them continues. I want to hide the communication between esp32 and the other device from others.
- Wed Aug 29, 2018 1:43 am
- Forum: ESP32 Arduino
- Topic: SECRET COMMUNICATION --- How do we hide COMMUNICATION an Esp32 from other devices?
- Replies: 1
- Views: 3559
SECRET COMMUNICATION --- How do we hide COMMUNICATION an Esp32 from other devices?
I'm new to BLE technology. I do research for ESP32. You know the communication between the Macbook and the magic mouse. Mouse broadcasts. The Macbook will receive this broadcast. Here the MacBook does not appear with other device scans. But bluetooth is on. Can we configure the same for esp32? I am ...