Lora-net / SWSD004

Demonstration application for LoRa Edge tracker reference design - compatible with LoRa Basics Modem
12 stars 9 forks source link

LBM Geolocation SDK #6

Closed matsujirushi closed 10 months ago

matsujirushi commented 10 months ago

Hi, I'm using the LBM Geolocation SDK. In v3.0.0, the repository has been changed from "LBM Geolocation SDK" to "Tracker reference design". 🤔

Did it move to other repository???

matsujirushi commented 10 months ago

Has the Geolocation SDK been moved here? https://github.com/Lora-net/SWL2001/tree/master/lbm_lib/smtc_modem_core/geolocation_services

smtcbboulet commented 10 months ago

Hello, SWSD004 now supports only the lora edge tracker reference design hardware but geolocation services are directly embedeed in LoRa Basics Modem. https://github.com/Lora-net/SWSD004/tree/master/lora_basics_modem/lora_basics_modem/lbm_lib/smtc_modem_core/geolocation_services or as you mentionned here : https://github.com/Lora-net/SWL2001/tree/master/lbm_lib/smtc_modem_core/geolocation_services

If you want to run the geolocation example on a Nucleo Board + Shieldn there is an example right here : https://github.com/Lora-net/SWL2001/tree/master/lbm_applications/3_geolocation_on_lora_edge

matsujirushi commented 10 months ago

Thank you for answer!