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

is there some example that Only advertising data that i modify each 5 seconds ? Today i use this example ```#include #include #include #include "nrf_soc.h" #include "nrf_nvic.h" #define ADVERTISING_INTERVAL 1000...

I'm having trouble getting this library working with the NRF52832 development board (ntf52-dk). I've tried a simple blinky example by myself and it works fine, however when I try to...

help wanted

i have been working on BLE HID keyboard and multimedia. i have used one of your keyboard example. first time the keyboard works perfectly. its pairs with my iphone and...

help wanted

`BLEFixedLengthCharacteristic` sends wrong data over read/notifications/indications. The data that is sent is sometimes random and persists over different payloads and even on reprogramming the board with a different sketch. For...

Hi all, I'm working on a MIDI BLE device using the Adafruit Bluefruit LE - nRF8001 Breakout (https://www.adafruit.com/product/1697) and a Teensy 3.2 I have code written to connect and send/receive...

Hi Sandeep, is there a chance your library already works with the nRF52840? Would love to use it with https://www.adafruit.com/product/4062 Kind regards, Thomas

This pull request add the possibility to subscribe to raw events. Useful if you want to handle specific events that are not handled in BLEPeripheral. I implemented the changes that...

I have been using the Platform.io IDE to program my custom nRF52832 BLE device. I have modified the serial.ino example to stream lives data from an IMU (MPU9250) to the...

Does anyone know of a fork of this repository which may have been updated to support the latest Nordic softdevice and nRF52 SDK? The data throughput of this earlier softdevice...