Page 1 of 1

GPS and Dev Dashboard vs Sigfox portal

Posted: Wed Oct 21, 2015 8:27 am
by omlu
Hi,

If I understood well, the Developer dashboard is a backend (such as the SigFox portal..)
Correct me if I'm wrong on these two statements:
- TD_SENSOR_SendDataPosition sends position data from GPS to the Dev dashboard.
- TD_SIGFOX_Send sends data to Sigfox portal.

I need to retrieve the position data from GPS for an external application. As my TD1204 is already registered on the Sigfox portal, is there an example of a sort of "TD_SIGFOX_SendDataPosition" function somewhere?

Last thing: I can't registered my module on the Dev dashboard. I enter the Serial (as shown on image) and the PAC as Module key, is it correct?

Image

Thank you,

PS: I don't have the EVB. I integrated the TD1204 in my PCB.

Re: GPS and Dev Dashboard vs Sigfox portal

Posted: Wed Oct 21, 2015 8:36 am
by lcheminade
PAC is the Sigfox key. Please see your private message for your TD key.

Concerning position the Sigfox backend is not meant for decoding the data whereas the TD backend is only meant for this. Nevertheless we agreed with Sigfox for one common type to be decoded in their backend for convenience reasons.

For this you need to use TD_SENSOR_SendDataPosition(GPS_DATA_XYZ_SV_HDOP, &Fix, 0, 0);

Then when you create a device type in the sigfox backend specify "display type" as "geolocation" -> "Telecom Design". Eventually assigna this type to your device.

Re: GPS and Dev Dashboard vs Sigfox portal

Posted: Sat Nov 12, 2016 5:15 pm
by acdjkz
lcheminade wrote:PAC is the Sigfox key. Please see your private message for your TD key.

Concerning position the Sigfox backend is not meant for decoding the data whereas the TD backend is only meant for this. Nevertheless we agreed with Sigfox for one common type to be decoded in their backend for convenience reasons.

For this you need to use TD_SENSOR_SendDataPosition(GPS_DATA_XYZ_SV_HDOP, &Fix, 0, 0);

Then when you create a device type in the sigfox backend specify "display type" as "geolocation" -> "Telecom Design". Eventually assigna this type to your device.



Hi, Im facing the same registration problem, got some samples from you guys (td1204) but cannot register since I do not have the PAC for the 6 modules I got.
Any help would be much appreciated.

Re: GPS and Dev Dashboard vs Sigfox portal

Posted: Mon Nov 28, 2016 4:12 pm
by mstempin
Are these TD1204 modules only or are they soldered onto an TD1204 EVB board?