sandeepmistry / arduino-BLEPeripheral

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

NRF52832 sketches upload, successful GPIO control, but no BLE functionality #270

Closed viscount-monty closed 4 years ago

viscount-monty commented 4 years ago

I can successfully upload sketches from the Arduino IDE to nRF52832 module. The standard blink sketch can switch GPIO voltages high and low.

Sketches involving BLE functionality (the examples included in this library) do not appear to work - the device does not appear in scans with the nRF Connect app once those sketches are uploaded.

I have successfully installed the S132 SoftDevice.

I am using an ST-Link V2 to program a Raytac MDBT42Q-512KV2 module.

viscount-monty commented 4 years ago

SUCCESS UPDATE:

For my module I needed to select the 'RC Oscillator' option for Low Frequency Clock.

I can now see the device on BLE scan, connect to it. and change characteristics.