I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2. Any suggestions?
I have a development board and load the client central BLE blinky to it, then the peripheral BLE blinky to my custom board and power up and the central development board stays LED 1 on and never switches to LED 2. Any suggestions?
Hi,
Make sure you have followed the getting started:
Depending on the example you are using, the LED1 and LED2 may have different meaning. Please refer to the central and peripheral example you are using on what they mean.
Kenneth
I see absolutely nothing there that addresses or can help with this situation so the RTFM reply doesnt help. additionally there only 1 single central BLE example in nRF5_SDK_15.3.0_59ac345 so the comment 'depending on the example you are using' is also not helpful. lastly LED1 means not partnered, LED 2 means partnered (as explained by Nordic <aka you>)
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Findex.html
It seems from this thread you have already something working now:
https://devzone.nordicsemi.com/f/nordic-q-a/48117/program-softdevice
Regarding this comment, please check out the link below the comment:
americanhoney said:additionally there only 1 single central BLE example in nRF5_SDK_15.3.0_59ac345
Also, the following link may be helpful getting started (note the web page in the beginning of the tutorial have changed, but the content itself when working with the SDK is still valid):
https://www.youtube.com/watch?v=YZouRE_Ol8g&list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV
I assume you have first verified working 2pcs of Nordic nRF52-DK here, since that will help getting things setup according the the descriptions in the examples projects for a central and peripheral.
Best regards,
Kenneth
It seems from this thread you have already something working now:
https://devzone.nordicsemi.com/f/nordic-q-a/48117/program-softdevice
Regarding this comment, please check out the link below the comment:
americanhoney said:additionally there only 1 single central BLE example in nRF5_SDK_15.3.0_59ac345
Also, the following link may be helpful getting started (note the web page in the beginning of the tutorial have changed, but the content itself when working with the SDK is still valid):
https://www.youtube.com/watch?v=YZouRE_Ol8g&list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV
I assume you have first verified working 2pcs of Nordic nRF52-DK here, since that will help getting things setup according the the descriptions in the examples projects for a central and peripheral.
Best regards,
Kenneth
a week later and the reply is that you see a similar thread and assume everything is working so why do I keep asking?????????????????????????? the other thread is about downloading the softdevice and yes, i finally figured out how to do that. this thread however is related to BLINKY.
and then your comment with the link to the BLE Central programs???????? i think you are attempting to say "i told you so" but how many of them are named blinky, just one. PLEASE ASSIGN A DIFFERENT TECH SUPPORT REP TO THIS QUESTION!!!!!!!!!
the youtube video showing me how to get segger software and build and program?????????? i am way way past that point.
and no, not 2 DKs . it is apparent you are not reading the details at all.
PLEASE ASSIGN A DIFFERENT TECH SUPPORT REP TO THIS QUESTION!!!!!!!!!
So I assume that if you were using 2pcs of nRF52-DK then the examples (blinky or otherwise) works as intended. I would not say that is clear from your description.
If you have found that the problem is in specific related to your own hardware, then ideally the next step I suggest is:
1. Check if you hardware have placed an external 32kHz crystal, if not, you will need to change the LFCLK source to RC (internal) instead of XTAL (external) when init the softdevice.
2. Once that is in place, check if the custom hardware is visible as a BLE beacon:
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_beacon.html
I added some additional comments to previous replies, please have in mind that based on your case description the problem may be anything, and until you have a setup that you do know works (e.g. 2pcs of nRF52-DK) it is difficult to narrow down to what the problem may be.
i have a 32G Hz external clock. i will try changing it to internal.
and I do have a setup that works with 2 DK boards. READ THE COMMENTS!!