# Wi-Fi

## {{@218#bkmrk-open-iot-and-iiot-ga}}


Link to repositories:

- [C](https://github.com/Redisage/PAC-ESP32/tree/master/C_examples/wifi)
- [MicroPython](https://github.com/Redisage/PAC-ESP32/tree/master/uPython_examples/wifi)

### Description

This example shows how to create a Wi-Fi station or access point with CGE2. Access point is a device that hosts WI-FI network. Station is a device that can be connected to an existing Wi-Fi network. User can add their own network names, passwords and security features. Keep in mind that external antenna will extend the range of the device.

### Console output

#### Access point

[![image.png](https://doc.redisage.com/uploads/images/gallery/2024-06/scaled-1680-/BZ3image.png)](https://doc.redisage.com/uploads/images/gallery/2024-06/BZ3image.png)

#### Station

[![image.png](https://doc.redisage.com/uploads/images/gallery/2024-06/scaled-1680-/3Pqimage.png)](https://doc.redisage.com/uploads/images/gallery/2024-06/3Pqimage.png)