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

I can't program Fanstel EV-BT832 with Nordic NRF52 DK

Hi,

I am new to Nordic. I bought an NRF52 DK and a Fanstel EV-BT832 development board. As you can see in the picture, both boards are connected to the computer via USB. The 10 wire cable is connected to "debug-out" on NRF52 DK and the other end is connected to "debug-in" on Fanstel board.

I am trying to upload "ble_app_blinky_pca10040_s132" example to the fanstel board with Segger Embedded Studio. To do that, I click "Target --> Download ble_app...". Apparently the code is uploaded to the board but when I use NRF Connect on my phone, I can't see the Nordic device. However, when I upload the same code in the NRF52 DK, it works.

Any idea what is happening? How could I know the code is uploaded? Thanks in advance.

Parents
  • As says, the example probably isn't compatible with the fanstel board. Have you tried to debug the project to see what's going on?

    I suspect the fanstel board doesn't have any LFXTAL. In addition, the buttons and LEDs may not be on the same pins. I suggest you see if you find any examples provided by Fanstel to get started. It is easier to start development when you have something that you know is working.

    Best regards,

    Edvin

Reply
  • As says, the example probably isn't compatible with the fanstel board. Have you tried to debug the project to see what's going on?

    I suspect the fanstel board doesn't have any LFXTAL. In addition, the buttons and LEDs may not be on the same pins. I suggest you see if you find any examples provided by Fanstel to get started. It is easier to start development when you have something that you know is working.

    Best regards,

    Edvin

Children
Related