This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

flashing problem with some nrf52832 shields using the DK-nrf52

Hello

i just bought my DK-nrf52 to move to BLE after playing few months with arduino. I have connected various nrf52832 shields from China (from Holyiot 17095, which is very small). 

after learning the basics from Keil and your board. i finally compile and flashed correctly the blinky example using the s132. 

first i have to report this has been a very long time consuming because i might not have found the community to help for that. is there any links that you might share from people doing simple tutorials? the one i have seen from you are very generic and doesnt go far enough for beginers like me. 

saying so. i do have problem flashing more complexe example on my nrf52832, for instance the proximity_ble example compiles and is flashed on the device without any error on Keil. but no phone can detect this device? 

i have also noticed, that sometimes, flashing from Keil is mentionning that the content is flashed successfully as well as the program is running, while (either on the DKnr52 board or the external devices, the former program is still running. 

Sorry for asking all my questions in the same message. but i try to move fast because i noticed that the nrf52832 seems having a low distance of fonctionning (few meters) the proximity app on my phone is mentionning that the signal is lost after few meters. Is that normal? if so, i might have to come back to my arduino and HC06 Bluetooth. I hope i misunderstood something about that. 

thanks a lot

Philoppe

Parents Reply Children
  • Hi Martin, thank you so much. the compiling is indeed really easy with Segger Embedded Studio. I will see if the flashing is working ok. I hope the flashing of the components i bought in China will also work. I am worried about that because i dont know where else i can buy ready made pcb using the nrf52832? i am not ready to create my own pcb before i am familiar with the prototyping workflow. 

    Have your read my former post? do you have any idea why the flashing of the components is working but the second component is rejecting the pairing?

    thanks

  • thanks, i will try to make my module work first because i bought a bunch of them. I will buy one of yours if i can not find a solution with mine. Some works, some dont. 

  • Hi Philippe,

     If you are looking at a pcb with the nRF52832 for prototyping, I would recommend you look at the nRF52 Development Kit which already has a "programming chip" on-board so you can easily flash and debug the chip. (For purchase: buy now)

     If you however would like to use nRF52832 modules (as nguyen suggests) you should look at this list for several options and where to buy.

     

    As for your former post, I am sorry but I missed that one. 

    As a beginner (I agree, do not start out with the proximity example) I would recommend you to instead play with the UART example. Since it is the same as what you requested: "much easier tutorial (like for arduino), where you just connect to the device, and send message to it with a terminal. "

    If you want to play with BLE you can look at the "ble_app_uart" example. 

    Do not use SDK v10 if you are starting out. It is an old SDK. Please use the latest version (SDK v15).

    And what are the purpose of those shields you are describing? 

    (here are some older tutorials, which can be useful)

    (but I recommend the ones made by bjorn, especially this one and also this)

     

     

  • Hi Martin, thanks a lot for this detailed answer. Sorry for my late response. I have bought a nrf52 DK it works perfectly with the chip on board. but there are some issues with the Holyiot 17095 . it flashes it ok, the blinky or any simple peripheral programms are working great on it. but no ble examples works. the devices is shown as a proximity, blinky ble etc... but my phone cannot connect to the Holyiot. 

    Thanks for the uart, this is exactly what i would need but working on an external module flashed with my nrf52 DK. any ideas of incompatibilities with some modules (since you mentionned holyiot in yout list of provider of nrf52832 modules?)

    Ok thanks for you warning regarding the sdk v10, i am using the v15. 

    the purpose of the module is to controle a small motor with various speed using an app in ble on my phone. 

    the next step is to programm an app that can controle a ble module. what would be your best suggestion for me to start programming such an app (IOS and Android)

    thanks a lot

Related