Hello,
I am testing the peripheral_uart sample code on the U-blox NORA-B101 dev kit and also on our custom board. When I run it on the dev kit, I can connect. When I run the exact same code on our custom board, I can scan and see the device, but cannot connect. First screenshot below is the DEBUG log output from the nRF Connect app successfully connecting to the dev kit. The second screenshot is trying and failing to connect to our board. The error message is really not giving me enough detail to further debug the problem so I could use some guidance.
There are a few relevant differences between the dev kit and our board:
- The dev kit uses the NORA-B101 which has an integrated antenna. Our board uses NORA-B106 with external SMD antenna. Signal strength from our board's broadcast is -100dB typical, which I think should be fine. Is there a way to assess the quality of the signal besides RSSI?
- Our board uses the internal low frequency oscillator rather than external oscillator (which is what the dev kit has). I followed the instructions in the U-blox app note for configuring the clock this way, and I have a blinking LED so I know the code is running (plus I can see the board during the BLE scan). But am I missing something else in the clock configuration to get the BLE to work?
Thank you,
Jamie