Re: ESP32c6 Nimble-BLE Only send data by Ssg ssg » Mon Aug 26, 2024 4:06 pm Hi MicroController, I check and recheck my setup, using nimble-only and seems to be ok all updated (esp-idf V-5.3.0, python3)... I
Re: NimBLE - ESP32-S3 - ESP IDF - blecent example transmission is slow Postbyirahul»Tue Aug 16, 2022 6:30 am I try to send 60kByte of data over BLE between two ESP32. As a start, I used the blecent example from NimBLE/ESP-IDF and so far the communication works great and ...
}}return 0;}期望的结果:能够扫描到广播包与扫描响应数据包;上电后的log输出:I (1282) NimBLE_...
I (9480) NimBLE_GATT_Server: connection established; status=0 I (9480) NimBLE_GATT_Server: connection handle: 0 I (9480) NimBLE_GATT_Server: device id address: type=0, value=82:6D:40:CA:4C:40 I (9490) NimBLE_GATT_Server: peer id address: type=1, value=DB:40:D6:84:C0:5B I ...
ESP32有两个蓝牙实现:ESP-Bluedroid和ESP-NimBLE。ESP-Bluedroid 支持经典蓝牙和低功耗蓝牙,而 ESP-NimBLE 仅支持低功耗蓝牙,需要的堆和 flash 空间更少。由于本项目,我们只使用BLE, 因此就选用了NimBLE。 使用NimBLE,需要用idf.py menuconfig 设置CONFIG_BT_ENABLED=y。(通过/搜索CONFIG_BT_ENABLED或Component confi...
3、未加载到blufi配网的功能函数,这里我在使用nimble模块后打开blufi功能编译 in function `example_event_callback': /home/huqin/code/GS368/build/../components/sit_lib_network/src/sit_lib_network.c:275: undefined reference to `esp_blufi_adv_start' ...
I am trying to run through a bluetooth LE nimble example I have managed to get the SPP Server up and running but the SPP Client example header file asks for a#include "esp_central.h"which doesn't seem to exist anywhere? Has anyone had any luck with this? Thanks!
Hello, I am working on a blood pressure monitor. I followed the example at https://github.com/taks/esp32-nimble/blob/main/examples/ble_client.rs to write my code for it, but it doesn't work. The subscribe_indicate function is called, but...
NimBLE-Mode The NimBLE mode enables a significant saving of RAM and FLASH memory. Comparison (SendKeyStrokes.ino at compile-time) Standard RAM: [= ] 9.3% (used 30548 bytes from 327680 bytes) Flash: [=== ] 75.8% (used 994120 bytes from 1310720 bytes) NimBLE mode...
I (1874) NimBLE: I (1884) chip[DL]: CHIPoBLE advertising started E (1884) chip[DL]: Long dispatch time: 950 ms, for event type 2 I (1884) chip[DL]: Starting ESP WiFi layer I (1894) wifi:mode : sta (30:ae:a4:cb:b0:40) ...