Page 1 of 1

JSON data for backend

Posted: Tue Jul 28, 2015 6:11 am
by mleeters
Do you have a detailed description from the JSON data dat is send to a backend?
The important part is the data that is send from a TD12xx module to the backend with the function TD_SIGFOX_Send

Re: JSON data for backend

Posted: Tue Jul 28, 2015 7:25 am
by mleeters
I found out why I didn't get the information.
This has to do with the UDM Frame Decoder, is there a way of function to put it out?
I just want to get my data, not the UDM decoded data.

Re: JSON data for backend

Posted: Mon Aug 03, 2015 8:14 am
by lcheminade
Please use TD_SENSOR_SendRaw to get up to 10 bytes of raw data. So far our backend does not allow to get the full 12 bytes payload in the callback.

Re: JSON data for backend

Posted: Thu Aug 06, 2015 9:31 am
by mleeters
Thanks, this works better that use as the first two byte 0x00 and 0x14.