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

Hi, After installing the library in PlatformIO (VSCode) I get several compilation errors. Output below. I see that some of them can be caused by not selecting a SoftDevice, however,...

Hi, I would like to update an iBeacon broadcast packet, primarily Major/Minor values based on some condition (for example button pressed or not). I tried to .end(); and .begin(xyz) the...

Hi, Thank you everyone for your efforts in making this library what it is today. I am reviving an old RFduino that I have instead of collecting dust for a...

Hi im trying to implement fstorage im close only that i cant seem to find softdevice_sys_evt_handler_set() function or something like it anywhere. Does anyone have any idea on how to...

Hello, i'm searching an example code for ble scanning whit these library . Do you have ?

Hello, I have flashed my nrf518xxaa module with s130. Whenever I flash HID keyboard or mouse. it just broadcasts and connects and the keystrokes are not actually passed to the...

Is the service name needed to be "Unknown service" ? I don't see any source setting the service name or having several services, so how to recognize the good service...

i have an olimexino-nano-ble, and i try everithing that i could, but i couldnt even get the starter.ino working. it stopjust after i call "blePeripheral.begin();" i did make it work...

help wanted

Hi, My basic code for blePeripheral gets stuck on begin() function, any way to resolve?

I'm using an nrf8001 module from adafruit to send pressure readings to a device using ble. I'm having an issue getting the code to execute the blePeripheral.begin(); line. I've included...