Using ARMAPI from ATIM

Hello,

I am developping apps on FX30S modem from Sierra Wireless. I would like to send data through the LoraWan IOT network then I add a mangoh ACW IOT card. Now I would like to use the ARMAPI developped by ATIM for use easily the IOT card (armapi: arduino/sigfox_downlink/sigfox_downlink.ino).
It seems like this library use some functions who are not running on legato (like usleep()).
There is a way to use this API for my application?

Best Regards
Bastien

Hi Bastien,
You would need to cross compile for the 9x15 if you’re using the 3G or the 9x06 for the CatM.

If you’re building the FX30 source using the yocto environment, you can create a new recipe to build the armapi into your project.

BR,
Chris