mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 21:49:32 +00:00
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
Connecting to Clover via Wi-Fi
|
|
===
|
|
|
|
> **Note** The following applies to [image version](image.md) **0.20** and up. See [previous version of the article](https://github.com/CopterExpress/clover/blob/v0.19/docs/en/wifi.md) for older images.
|
|
|
|
[RPi image](image.md) provides a pre-configured Wi-Fi access point with SSID `clover-xxxx`, where `xxxx` are four random numbers that are assigned when your Raspberry Pi is run for the first time.
|
|
|
|
Connect to this Wi-Fi using the password `cloverwifi`.
|
|
|
|
<div class="image-group">
|
|
<img src="../assets/wifi-ssid.png" width=300 class="zoom">
|
|
<img src="../assets/wifi-pass.png" width=300 class="zoom">
|
|
</div>
|
|
|
|
To edit Wi-Fi settings, or to obtain more detailed information about the network device on Raspberry Pi, read this [article](network.md).
|
|
|
|
## Web interface
|
|
|
|
After connecting to Clover Wi-Fi, open http://192.168.11.1 in you web browser. It contains all the basic web tools of Clover: viewing image topics, web terminal (Butterfly), and the full copy of this documentation.
|
|
|
|
<img src="../assets/web.png" alt="Clover Web Interface" class="zoom">
|
|
|
|
**Next**: [Connecting Raspberry Pi to the flight controller](connection.md).
|