Hello, I want to use the Nordic Thingy:52 products to extend the Bluetooth range from my phone to a Nordic Development board. How should I start? Any suggestions? Thanks!
Hello, I want to use the Nordic Thingy:52 products to extend the Bluetooth range from my phone to a Nordic Development board. How should I start? Any suggestions? Thanks!
Hi,
Have you seen our Relay example? The example has a folder for the PCA10040(nRF52 DK), you can try to port that example to the Thingy:52 by changing the board file that it uses to the PCA20020(Thingy:52)
regards
Jared
Hello! That is awesome, thank you so much for this reference! Very helpful!
I want to try the example, but I am not sure how to do this:
by changing the board file that it uses to the PCA20020(Thingy:52)
I suppose I should change or replace some files in the sdk_config.h from the \nRF5_SDK_15\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay\pca10040\s132\config folder, but I don't know what to replace, unfortunately. Or maybe there's something else I need to look for. Could you please help me in this regard? & Sorry for the basic question
P.S.: I read some posts like this one, but it is not clear to me where to add the pca20026 header file and where to find this header. Thanks and have a nice day!
You have to remove the PCA10040 from the preprocessor definition and replace it with PCA20020. You also have to map any other pin that is used by the relay example and not mapped in the board file correctly.
Hello!
Could anyone please help me with this regard? I'm a bit stuck and I don't know how to proceed with this step.
Thanks
Hi,
In the upper left corner, chose Common instead of Release. Do you get more options now?
regards
Jaredd
Hi Jared. And thanks for the idea - I did this; unfortunately, it seems that it doesn't make a difference.
Hi,
You've opened the options tab for only the main.c file.
What you need to do is to open the options tab for the project instead:
Hi and thanks for the quick reply!
Ok, I got it now, I didn't know about this little detail. Sorry for the basic questions. I will do the following step and try to reassign GPIOs and memory and I'll come back if I'm in trouble
Best wishes!
Hi and thanks for the quick reply!
Ok, I got it now, I didn't know about this little detail. Sorry for the basic questions. I will do the following step and try to reassign GPIOs and memory and I'll come back if I'm in trouble
Best wishes!