Beantwoord

LoRa Geolocation DevEUI_Location message

  • 19 June 2017
  • 2 reacties
  • 630 keer bekeken

Reputatie 3
Badge +1
When geolocation is activated for a device, every DevEUI_uplink (https://github.com/iotacademy/kpn_reference_code/blob/master/localisation_DevEUI_uplink) message has some additional properties as described in this topic: https://zakelijkforum.kpn.com/lora-forum-16/lora-geolocation-8555
The location included in a message is the location from the previous send message because to calculate the location for the current message before sending it to the applicationserver would take to much time.

To get the current location as soon as it is calculated there is another message called DevEUI_location (https://github.com/iotacademy/kpn_reference_code/blob/master/localisation_DevEUI_location). This message should be send as soon as the location is calculated. But so far I have never received this message. Is it possible to receive this message when testing on the developer portal?
icon

Beste antwoord door Tim 23 June 2017, 10:53

Bekijk origineel

2 reacties

Reputatie 7
Badge +11
Hello @Jeroen10, this is a very good question! Unfortunately, the message type DevEUI_location doesn't work for the developer portal. The use of geolocation has been limited. From the developer portal. It's not posible to test with the message type DevEUI_location. To use this feature, we need to create and use a regular Thingpark account.
Reputatie 3
Badge +1
Ok Thanks Tim for the clear answer. I will keep testing with the dev_eui uplink messages 😉

Reageer