Sandeep Mistry

Results 286 comments of Sandeep Mistry

@robomotic @hardwinner I would highly recommend using the following Arduino library instead of using nRFgo studio: https://github.com/sandeepmistry/arduino-BLEPeripheral It doesn't have all the knobs the nRFgo studio has, but makes some...

@msnyder415 make sure you have `libbluetooth-dev` installed, see: https://github.com/sandeepmistry/noble#ubuntudebianraspbian

@panzoide you'll have to pass in the correct pins into the `BLEPeripheral` constructor. Please see: https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/master/API.md#constructor What Arduino board are you using with the `olimexino-nano-ble`?

@panzoide could you please try uncommenting the following define: https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/master/src/nRF8001.cpp#L6 To enable debug output.

Ok, it's a bit difficult for me to figure this out without a physical board, but just to confirm you have `BLEPeripheral(6, 4, 5)`? What version of the Arduino IDE...

@panzoide maybe this is an SPI speed issue. Could you try changing: https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/f591da1a841bf6b0a5c1eac4d1255ba6e71154e8/src/nRF8001.cpp#L133 ? Maybe DIV16 will be better?

@mlu could you please provide a minimal sketch that demonstrates the issues, along with a step by step procedure to reproduce it. Thanks.

@mholin1 I haven't tried this setup myself, but I recall the Windows pairing process being a bit weird compared to Android and iOS.

Hi @gtalusan, Are you using the RedBear core?

@hongkongkiwi is it just the starter sketch broken? Have you tried any other examples like the LED one? https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/master/examples/led/led.ino