apache/mynewt-nimblePublic NotificationsYou must be signed in to change notification settings Fork422 Star755 master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit History 5,345 Commits .github apps ...
Apache mynewt. Contribute to Singh-Sumeet/mynewt-nimble development by creating an account on GitHub.
3 使用 NimBLE 软件包 1.0 版本配合独立的 nrf52832-nimble bsp 使用,参考https://github.com/EvalZero/nrf52832-nimble。 最新版本特性支持 RT-Thread 搭配 UART 外接蓝牙Controller卡片使用,参考以下文档: QEMU + 蓝牙Controller卡片使用 NimBLE 如何在 ART-Pi 的 bsp 工程中使用 NimBLE 蓝牙协议栈 ...
Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS - nimble: update to the latest master · apache/nuttx-apps@bc68d95
3 使用 NimBLE 软件包 配合独立的 nrf52832-nimble bsp 使用,参考https://github.com/EvalZero/nrf52832-nimble。 NimBLE 当前处于开发阶段,暂时只支持 Nodic nRF52832 MCU,参见nrf52832-bsp 维护:RT-Thread 开发团队 主页:https://github.com/RT-Thread-packages/nimble ...
I am trying to build the blemesh shell demo on linux platform. so it could be a ble mesh provisioner. Maybe someone else also want to build this demo, so i pushed a commit here. commit This commit want to keep nimble/host/mesh/src/shell...
We are streaming data as fast as possible over BLE using the ble_gatts_notify_custom call with a payload of 240 bytes. Our connection interval is 6 (=7.5 ms), so around 133 Hz. Using a 2 Mbit connection, we should be able to send at leas...
Occasionally we get host stuck in a connecting state, where a connection that timed out has not been cleaned up. In fact, in the post-mortem memory dump examination it looks exactly as the condition described in this TODO: ble_gap_master.exp_set is 0, but cb and cb_arg are still set...
Currently we send LL_PING only on timeout, but we could do it bit sooner (eg few conn event before actual timeout) to prevent timeout to happen in first place. sjanc added controller enhancement labels Jan 14, 2025 sjanc self-assigned this Jan 14, 2025 Sign up for free to join ...
Hi, Currently, in gatts, services can only be added at the time of stack init. int ble_gatts_count_cfg(const struct ble_gatt_svc_def *defs) { struct ble_gatt_resources res = { 0 }; int rc; rc = ble_gatts_count_resources(defs, &res); if (...