mynewt-nimble icon indicating copy to clipboard operation
mynewt-nimble copied to clipboard

Apache mynewt

Results 190 mynewt-nimble issues
Sort by recently updated
recently updated
newest added

This one took me some time to track down :-) Under certain situations, NimBLE on RIOT hard-faulted on nRF boards. This happend maybe every 5th or so time a board...

Changes required to build with https://github.com/apache/mynewt-newt/pull/470

DNM

- Bouffalo Lab BL602 - [ ] Radio not documented, RE started - [ ] Radio registers not documented, RE started - [ ] Supported by NimBLE - NXP QN908x...

# Problem Describing Can't alloc os_mbuf when a lot of data needs to be proxied in BLE-MESH, so `om` is null to cause crash(assert). ``` static int proxy_send(uint16_t conn_handle, const...

I'm trying to use long read on a characteristics (max size is 500 bytes), with MTU size of 180. The issue is, that on server side, when BLE_GATT_ACCESS_OP_READ_CHR event is...

this is work in progress pr is rebased on top of https://github.com/apache/mynewt-nimble/pull/1195 at the moment it allows to create working BIG with a test command supports all values of bn,...

## Problem Description MTU size: 120 Sent packet size from server: 130 Received size on client: 117 Using two ESP32, one acts as client and the other as server. The...