# Send Data through LoraWan Network

**URL:** https://mangoh.discourse.group/t/send-data-through-lorawan-network/2748
**Category:** IoT Cards
**Created:** [July 1, 2019, 11:47am UTC](https://mangoh.discourse.group/t/send-data-through-lorawan-network/2748 "2019-07-01T11:47:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![babougaka](https://avatars.discourse-cdn.com/v4/letter/b/9de053/32.png) [@babougaka](https://mangoh.discourse.group/u/babougaka)
#### Post date: [July 1, 2019, 11:47am UTC](https://mangoh.discourse.group/t/send-data-through-lorawan-network/2748/1 "2019-07-01T11:47:57Z")

</div>

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. I found that there is 2 way to do that :  
1- Use the ARMAPI developped by ATIM for use easily the IOT card ([http://atim-radiocommunications.github.io/armapi/doc/html/a00005.html](http://atim-radiocommunications.github.io/armapi/doc/html/a00005.html)). But 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?

2- Use directly ARM\_N8\_LW AT command on my app. I already tried but without success. Maybe someone who has already done this can share his configuration and his protocole?

Best Regards  
Bastien

---

<div class="post-metadata">

### Author: ![jyijyi](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/jyijyi/32/997_2.png) [@jyijyi](https://mangoh.discourse.group/u/jyijyi)
#### Post date: [October 2, 2022, 4:43am UTC](https://mangoh.discourse.group/t/send-data-through-lorawan-network/2748/2 "2022-10-02T04:43:49Z")

</div>

You can see here for usleep()

> **[Running Azure IoT sdk-c](https://forum.legato.io/t/running-azure-iot-sdk-c/5635/15)**
>
> I am not linking the library at the moment but including the source of the libuuid. If you know which library is providing these functions from the existing image: uuid\_generate' uuid\_unparse’ I could link the library instead as I have done with...
