Hi Guys
I recently made my own PCB for a project. On the PCB I am using a Laird BL654PA Module with external antenna. All the I/O's work great but im struggling with the BLE on the chip.
I'm trying to run the ble_beacon example which works fine on the 52832 DK and my Samsung. But however if I flash it to the BL654PA it doesn't work allthought it is able to flash the software and the softdevice.
Im using:
- SDK16
- nRF52832-DK as a programmer
- S140 Soft device
- BL654PA Module
Somehow I feel like that I have to change a few parameters in the sdk_config.h file but I dont know what exactly because I am a newbie. I already found out that I have to eneable "NRF_LOG_BACKEND_RTT_ENABLED" to get some log informations from the J-Link RTT Viewer.
I also found a post about the external crystal... however I am using the internal crystal from the BL654PA and changed the settings according to this post: https://devzone.nordicsemi.com/f/nordic-q-a/46564/error-133-0x85-gatt-error-on-nrf52840/183860#183860 , bit it did not work...
What else has to be changed to make the ble_beacon example running on the BL654PA?
Thanks in advance
Michael