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

looking for example Gazell project on Nrf52840

I am looking at using two Nrf52840 on Custom PCBs to create a wireless link from my product to a PC one 840 would be the host and would be wired to the PC using USB (HID,MSC,CDC) and would connect to my Product using an RF link (Gazell) my product would send/receive control data and the host would convert them to the correct USB class messages. the problem: this is my first project using Nordic/keil development so I'm a Nube here. and all Gazell examples only run on the 832 I'm not having any luck converting the projects myself.

I started by using the sdk 13.1.0_7 and the project

Example/proprietary_rf/gzll/Experimental/gzp_desktop pendant

this example uses the 832 and the nrf 51 dongle as the host it seemed like a good starting point but when I changed the project to the 840 in the project settings I get 32 warning all are similar "incompatible redefinition of macro " such as:

C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.12.0\Device\Include\nrf52840_peripherals.h(55): warning:  #47-D: incompatible redefinition of macro "GPIO_COUNT"  (declared at line 55 of "C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.12.0\Device\Include\nrf52832_peripherals.h")
  #define GPIO_COUNT 2

I am wondering is upgrading this is beyond a nube task?

if anybody can help me get a working starting project either by helping me fixing this one or if someone knows of a working Gazell on Nrf52840 Example that I could have.

Thanks

Related