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

LTE Sensor Gateway Example

I'm trying to get the LTE Sensor gateway running on the nRF9160 DK. The documentation says to run the HCI:UART example on the nRF52840. When I click on the link for that example in the infocenter it takes me to Zephyr 2.0.99. But the NCS is using 1.14.99. Can I force the Zephyr version to update? Should I pull the code from Zephyr into the nrf folder? I'm not sure how to get it working.

Thanks

  • Hello, Matt! 

    If you have followed the NCS "Getting Started Assistant" you will find the HCI:UART code at this location: <ncs_root>\ncs\zephyr\samples\bluetooth\hci_uart.

    Make sure SW5 on your board is set to nRF52 and then you should be able to build and flash the code located in the folder above normally. I believe the target also have to be changed to something like: nrf52840_pca10090

    When you have done this all of your BLE galore can be done from the nRF9160. 


    Best of luck!

Related