arduino-BLEPeripheral icon indicating copy to clipboard operation
arduino-BLEPeripheral copied to clipboard

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.

Results 97 arduino-BLEPeripheral issues
Sort by recently updated
recently updated
newest added

Hello Sandeep, first of all, thanks a lot for that great lib. Made my first steeps on BLE very easy. My application is a connection from iPad to BLE Nano...

I’d like the API to provide the ability to have callbacks relating to characteristic read operations. A common trick is to use the authorisation flag on characteristics so that all...

enhancement
help wanted

It would be great if it were possible to accompany disconnect events with a reason code. In particular, being able to distinguish between disconnections requested by the connected Central device...

enhancement
help wanted

I just checked your examples which is https://github.com/sandeepmistry/arduino-BLEPeripheral/tree/master/examples/Eddystone There are only UID and URL examples. I would like to get TLM example. Please make it for me. Thanks.

enhancement
help wanted

Hey, I hope to get some help there... getting grey hairs ^^ I have a nrf51802, got it to work nicely on UART at 115200 (cannot use lower) Anyway, as...

As in title, is nRF52832 Supported?

In order to reduce current consumption, I want to set my nRF52832 chip to sleep in between ADC measurements. I'll only be recording one measurement every 5 minutes or so,...