Hi,
The end goal is to run this project on a Thingy91, but I am currently building/testing on the nrf9160dk.
I am looking to capture ANT+ from a bike power meter on the 52840, transfer that data to the 9160 (say via UART), combine it with the GPS data from the 9160 to then upload that to Cloud (AWS/Azure/other). Essentially, building a tracking unit with bike power.
This is the same concept as the old Qollector from quarq which is the same unit as Velon uses for all its data analysts it does for bike races.
I was looking to use the gps example from sdk-nrf, with a UART-serial example (created by Anders Storro - devzone.nordicsemi.com/.../nrf9160dk-offloading-bluetooth-related-tasks-to-nrf52), with ANT+ from the ant_plus/ant_bpwr/bpwr_rx project from nRF5_SDK_17.0.2 (I have this working on a separate nrf52840dk board).
Where I am a bit lost is, how to build or convert the bpwr_rx project so that I can use the Zephyr libraries that are used in the say the hci_uart or the uart_serial project - so I can run it on the 52840 on the 9160dk board. When I tried to do this, I got an error saying it was not a Zephyr project.
I was also looking at the lte_ble_gateway example, but I would still have to convert/build the ant_plus/ant_bpwr/bpwr_rx project to communicate with it.
-brett