Hi, i am working on RTLS project. In beacons i want to enable DFU service using SDK 13.0. But I could'nt find a gothrough process to do the same. Please give me some link.
Hi, i am working on RTLS project. In beacons i want to enable DFU service using SDK 13.0. But I could'nt find a gothrough process to do the same. Please give me some link.
Hi Shubham, have you tried to follow my tutorial here?
Thanks Hung,
I went through this process but got stuck at " In my case I chose SDK Folder\external\micro-ecc\nrf52_keil\armgcc and type make to start building uECC." (your tutorial part) In this step i'm getting error in cmd. pls tell where i can create mistake.
Shubham
Please attach a screenshot of the error. And do a search of that error, maybe someone got the same error and found a solution.
I am getting error here,
C:\Users\SHUBHAM SRIVASTAVA>E:\shubham\nordic_13.0\external\micro-ecc\nrf52_keil\armgcc>make
'E:\shubham\nordic_13.0\external\micro-ecc\nrf52_keil\armgcc' is not recognized as an internal or external command,
operable program or batch file.
Have you followed this guide and install gcc and make ?
Note that you have to call
E:\shubham\nordic_13.0\external\micro-ecc\nrf52_keil\armgcc\make
not
E:\shubham\nordic_13.0\external\micro-ecc\nrf52_keil\armgcc>make