ameltech / sme-le51-868-library

This is a library for SmartEverything LE51-868 SIGFOX module.
3 stars 10 forks source link

Inconsistent sfxSendData and sfxSendDataAck #14

Open alvarolb opened 5 years ago

alvarolb commented 5 years ago

Just for other people working with this library: I just realized that sfxSendData requires binary data while sending the payload, meanwhile the sfxSendDataAck requires the payload already converted in hex (it contains some strlen inside the method, so binary data will not work).

Moreover, sfxSendDataAck automatically changes to configuration mode if required, but sfxSendData expect this mode to be already configured. Not sure if I am missing something important..