Wi-Fi Positioning with DECT NR+ modem firmware

I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.

I would like to do Wi-Fi positioning with the nrf9151dk, whereby I transmit the Wi-Fi scan data found by the nrf9151dk to another device over DECT NR+ connection, and the second device uses a location service to determine the location of the original device.

For this use case, can I use the "location" library on the nrf9151dk to retrieve the wifi scan data, or would I need to implement wi-fi scaning and sending of the scan data myself since I am not using an LTE connection to communicate with a cloud service directly?

Parents Reply
  • Locating the first device without cellular connection is my primary goal. Otherwise I think using the Location library and Wi-Fi Location Services in nRF Cloud would be the best option. 

    I will then use the Wi-Fi: Scan example to retrieve scan results on the first device. Transmit them over to the second device over DECT NR+. Then on the 2nd device, send over the Wi-Fi Scan data from the 1st device to nRF Cloud to retrieve the location of the 1st device. 

    Could you please elaborate on why you think device identification can be an issue? 

Children
Related