Search found 5 matches
- Tue Dec 10, 2019 1:35 pm
- Forum: General Discussion
- Topic: GATT Client on blecent + AFH
- Replies: 0
- Views: 2214
GATT Client on blecent + AFH
Hello! Let's start talking about what I'm trying to do. The Bluetooth protocol have a feature called AFH (adaptative frequency hopping) that monitors the quality of each Bluetooth channel and include or exclude them of a channel map for the frequency hopping. I'm trying to reproduce this with a link...
- Mon Sep 16, 2019 9:31 pm
- Forum: ESP-IDF
- Topic: BLE connecting 2 devices
- Replies: 1
- Views: 2822
Re: BLE connecting 2 devices
I'm trying to keep connected two devices using blephpr and blecent examples. But it always is in a connecting and disconnecting loop. How can I keep the connection alive?
- Thu Sep 12, 2019 5:08 pm
- Forum: ESP-IDF
- Topic: BLE connecting 2 devices
- Replies: 1
- Views: 2822
BLE connecting 2 devices
Greetings, I'm trying to create a project with two ESP32 using Bluetooth Low Energy, I need to connect them and keep connection alive for an undefined time. But I never worked with Bluetooth stack before, I'm reading the NimBLE documentation and I already compiled some examples using NimBLE host api...
- Tue Aug 27, 2019 1:35 am
- Forum: ESP-IDF
- Topic: ESP32 NimBLE Controller
- Replies: 4
- Views: 6138
Re: ESP32 NimBLE Controller
Hi Elivander, ESP32-IDF supports Nimble Host stack only. You can use ble_hs_hci_read_chan_map(...) API from the NIBLE host (please check components/bt/host/nimble/nimble/nimble/host/include/host/ble_hs_hci.h for more info) and it should work with ESP32-IDF BLE controller code. Let us know if you fa...
- Fri Aug 23, 2019 8:16 pm
- Forum: ESP-IDF
- Topic: ESP32 NimBLE Controller
- Replies: 4
- Views: 6138
ESP32 NimBLE Controller
Hello! My name is Elivander, and I'm student of Master Degree course on telecommunications. I'm trying to evaluate some theories in congnitive radio using the ESP32 board. I'm trying to use the bluetooth protocol, which have the AFH algorithm (Adaptative Frequency Hopping). My main issue is how to g...