# Connecting to WiFi

**URL:** https://mangoh.discourse.group/t/connecting-to-wifi/2683
**Category:** mangOH Red
**Created:** [June 5, 2019, 8:56am UTC](https://mangoh.discourse.group/t/connecting-to-wifi/2683 "2019-06-05T08:56:29Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Elmo](https://avatars.discourse-cdn.com/v4/letter/e/e480ec/32.png) [@Elmo](https://mangoh.discourse.group/u/Elmo)
#### Post date: [June 5, 2019, 8:56am UTC](https://mangoh.discourse.group/t/connecting-to-wifi/2683/1 "2019-06-05T08:56:30Z")

</div>

Hi, I’m using MangOh red with WP7502 and the latest firmware. I need to make a connection to WiFi. When I try to start wifi client, le\_wifiClient\_start returns with error. Is there a builtin wifi on mango red or do I need to install external wifi card and/or some drivers?

---

<div class="post-metadata">

### Author: ![Thong](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/thong/32/1017_2.png) [@Thong](https://mangoh.discourse.group/u/Thong)
#### Post date: [June 5, 2019, 9:28am UTC](https://mangoh.discourse.group/t/connecting-to-wifi/2683/2 "2019-06-05T09:28:51Z")

</div>

Hi Elmo

I think you use builtin wifi you need to follow:

> **[mangOH/mangOH](https://github.com/mangOH/mangOH/wiki/mangOH-Red-mt7697-WiFi)**
>
> Primary mangOH git repository. Contribute to mangOH/mangOH development by creating an account on GitHub.

Or you can use WiFi Bluetooth NFC IoT Card.

---

<div class="post-metadata">

### Author: ![Elmo](https://avatars.discourse-cdn.com/v4/letter/e/e480ec/32.png) [@Elmo](https://mangoh.discourse.group/u/Elmo)
#### Post date: [June 5, 2019, 5:33pm UTC](https://mangoh.discourse.group/t/connecting-to-wifi/2683/3 "2019-06-05T17:33:36Z")

</div>

Thank you, I guess I managed to get WiFi working. But when I rebuilt mango system, it replaced framework version 18.06.4 with 18.09.0 and that broke my existing projects. Nothing seems to be working as they used to. How can I rebuilt mangOH system with framework version 18.06.4?

---

<div class="post-metadata">

### Author: ![nick](https://sea2.discourse-cdn.com/flex016/user_avatar/mangoh.discourse.group/nick/32/1380_2.png) [@nick](https://mangoh.discourse.group/u/nick)
#### Post date: [June 25, 2019, 2:28am UTC](https://mangoh.discourse.group/t/connecting-to-wifi/2683/5 "2019-06-25T02:28:23Z")

</div>

Hey @Elmo,

Keep in mind that each time you build your apps (on their own using `mkapp` or using `mksys` for a system bundle), you are always building them against some Legato target (likely `18.06.4`). Try changing your build environment to Legato `18.09.0`, then your apps will be compatible.

Happy hacking,  
Nick
