-
Hello,
I'm trying to display the RSSI of any client connected to the ESP32 BLE Server in the Serial Monitor using your BLE_Server Example. This is easily possible while scanning for devices but I …
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
pip
**ESP (ESP32/ESP8266, Board/Sonoff):**
ESP32
**ESPHome version (latest production, beta, dev branch)**
1.18…
-
### What happened?
All the integrations within HA follow a standard scheme without adding the protocol information in front. Which is not the case with ble_monitor. All the enitiy_ids get a ble suffi…
-
**Raised on suggestion from ->** https://forums.adafruit.com/viewtopic.php?f=57&t=142419&p=706437&hilit=f13#wrap
I've noticed when building a QMK based keyboard with a Feather 32u4 Bluefruit, that …
zvecr updated
5 years ago
-
The discover and explorer examples seem to work on OS X, but the server example doesn't appear to work - I'm using the Apple Developer BLE PacketLogger app to monitor traffic and only see the adv happ…
-
Hi,Im a new esp32, I'm testing esp-ble-mesh sensor server node with relay node enable, my config is:
~~~
static esp_ble_mesh_cfg_srv_t config_server = {
.relay = ESP_BLE_MESH_RELAY_ENABLED,
…
-
Hello. There seems to be something missing in your example code. In order to perform firmware update using python script, you must know the device address, but in your program, you havent written a co…
-
Hello, first excuse me for my level of English.
I have modified the server example to add some parts of code and when I compile and load it, the code hangs and I can't find an explanation.
The code …
-
Hi,
Thank you for your work @syssi !
Just got this project working with Daly Balancer. (not BMS)
The only missing feature is Balancer turn on/off switch.
I cannot find it in the modbus registers…
-
Hello,
WHere should I specify if I have two BLE devices (HR monitors) that use the same UUID and characteristic? Should I use the MAC address and where in the code should I mention it?
Thank you…