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

nRF52840 dongle pca10059 development kit for Gazell

Hi all,

I started a project on nRF52840 dongle with Segger IDE. I used SDK15.2 given by Nordic and my goal is to develop a program that permits to communicate between 2 usb dongle over Gazell protocol.

My problem is : Only the Blinky project on the SDK15.2 is compatible with pca10059, so I have chosen to start with this basic project. But as soon as I  want to include libraries for example for the button or anything else, there is many errors that appears because of dependencies.

I already tried to include path files to the configuration of the project, adapt the code...but there are always some errors.

So I'm here to know if someone can share a basic project compatible with my dongle (pca10059) that permits to do a minimum of things like push on the button, communicate with Gazell etc.

Thanks for your return.

FloBoth

Parents
  • I also should have asked - are you trying to develop directly on the pca10059 dongle without a development kit i.e. a board that allows you to run the SEGGER debugger etc.? If you are, it is going to be VERY hard work IMHO. As far as I know, all you can do between SEGGER and the dongle is load a program and subsequently listen to the serial output from the dongle - not actually do any debugging on it. Maybe someone will correct me if I am wrong.

Reply
  • I also should have asked - are you trying to develop directly on the pca10059 dongle without a development kit i.e. a board that allows you to run the SEGGER debugger etc.? If you are, it is going to be VERY hard work IMHO. As far as I know, all you can do between SEGGER and the dongle is load a program and subsequently listen to the serial output from the dongle - not actually do any debugging on it. Maybe someone will correct me if I am wrong.

Children
No Data
Related