nRF51-ble-bcast-mesh icon indicating copy to clipboard operation
nRF51-ble-bcast-mesh copied to clipboard

Results 73 nRF51-ble-bcast-mesh issues
Sort by recently updated
recently updated
newest added

In timeslot.c timeslot_end a timer cleanup was added to prevent SD crashes. However this is ifdefed to the NRF52. Is there a reason why the NRF51 was excluded?

I have a problem understanding GATT Service in the **How it works** doc. As described in the **Air interface packets**, the packets are broadcasted as regular BLE **Nonconnectable** Advertisements, so...

Added memory allocation and method to send information from remote chip back to the Particle board.

Dear all, I am working on a battery-powered application. In order to save power, my program has a duty cycle. In other words, my program has to use rbc_mesh_stop and...

I have an application where I need nodes in a mesh to activate a gpio simultaneously at a designated future time. I'm hoping for a skew less than 1ms. The...

enhancement
help wanted
question

is a BLE mesh application appropriate for usage with a coin cell powered device, or would the application be too power hungry? In particular, I'm trying to figure out how...

Hi, I'm wondering, has it been measured how long does it take for the message to pass 11 nodes, i.e. hops 10 times? Also, the program will do version checking...

Hello, I was just wondering, if it's possible to use a device like a smartphone or a tablet to display custom infos (from mesh packet) about every node in the...

Hi Trond, after some search why the code doesn't hvx to a host device, I found that in mesh_gatt.c in function mesh_value_char_add the characteristic write type must be with response...