Skip to content

Commit

Permalink
Update wifi_setup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
harbaum committed May 4, 2023
1 parent d7ff61e commit 9d8a384
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions www/wifi_setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ <h2>ftDuino32 - Wi-Fi Setup</h2>
can be integrated into a wireless network. The use of Wi-Fi needs to be configured
on the ftDuino32.</p>

<h3>Starting the WiFi Setup</h3>
<h3>Starting the Wi-Fi Setup</h3>

<p>Wi-Fi setup is started by launching the <tt>wifi_setup</tt>
application on the ftDuino32. This will temporarily start a
local WiFi network named <tt>ftDuino32-AP</tt>.</p>
local Wi-Fi network named <tt>ftDuino32-AP</tt>.</p>

<center><img src="images/wifi_setup.png" style="border: 5px solid #555; max-width: 100%;" /></center>

Expand All @@ -51,10 +51,10 @@ <h3>Accessing the local Wi-Fi</h3>
<h3>Configuration with the browser</h3>

<p>Once connected to the <tt>ftDuino32-AP</tt> network
point your browser to the address the Wifi setup application
shows on the ftDuino32. In this case it's <tt>192.168.4.1</tt>.
point your browser to the address the Wi-Fi setup application
shows on the ftDuino32. In this case, it's <tt>192.168.4.1</tt>.
So use the browser to connect to <tt>http://192.168.4.1</tt>.
As a result the network configuration page should be displayed.</p>
As a result, the network configuration page should be displayed.</p>

<center><img src="images/wifi_setup_enter.png" style="border: 5px solid #555; max-width: 100%;" /></center>

Expand All @@ -64,7 +64,7 @@ <h3>Configuration with the browser</h3>

<h3>Finishing the Wi-Fi setup</h3>

<p>The selected WiFi network will be submitted to the ftDuino32
<p>The selected Wi-Fi network will be submitted to the ftDuino32
and stored in its internal configuration.</p>

<center><img src="images/wifi_setup_reboot.png" style="border: 5px solid #555; max-width: 100%;" /></center>
Expand All @@ -85,7 +85,7 @@ <h3>Finishing the Wi-Fi setup</h3>

<h3>Testing the Wi-Fi setup</h3>

<p>You can now test the WiFi connection by running e.g. the
<p>You can now test the Wi-Fi connection by running e.g. the
<tt>simple_web.py</tt> demo and connecting to the IP address
now displayed on the ftDuino32's splash screen.</p>

Expand Down

0 comments on commit 9d8a384

Please sign in to comment.