sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
463 stars 180 forks source link

How to use this Library to use the transreceiver on the NRF chip without the BLE stack? #227

Closed suveergarg closed 6 years ago

suveergarg commented 6 years ago

Hi ,

I wish to build a sensor mesh using BLE nano, where each node can be a master or slave. I am hoping to use the trans receiver on the chip without the BLE stack to perform this... since this library only supports peripheral roles. Please let me know if there is a hack for this.

Thanks

sandeepmistry commented 6 years ago

@suveergarg there are no hacks for it using this library.