You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ex-commandstation/advanced-setup/supported-wifi/wifi-config_v5_7.rst
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
.. include:: /include/include-ex-cs.rst
6
6
|EX-CS-LOGO|
7
7
8
-
************************************
9
-
WiFi Configuration for version 5.7+
10
-
************************************
8
+
*************************************
9
+
WiFi Configuration for version 5.7.0+
10
+
*************************************
11
11
12
12
|SUITABLE| |tinkerer| |engineer| |support-button|
13
13
@@ -28,11 +28,11 @@ Also see `WiFi configuration (CSB1 or ESP32 ONLY) <https://dcc-ex.com/mkdocs-tes
28
28
Background
29
29
===========
30
30
31
-
Prior to version 5.7.0, WiFi configuration for |EX-CS| was done through options in the ``config.h`` file. This method required users to modify the firmware (by editing `config.h``) and recompile it for their specific WiFi settings.
31
+
Prior to version 5.7.0, WiFi configuration for |EX-CS| was done through options in the ``config.h`` file. This method required users to modify the firmware (by editing ``config.h``) and recompile it for their specific WiFi settings.
32
32
33
33
From version 5.7.0, WiFi configuration options in ``config.h`` are *ignored* by the CSB1 or ESP32 EX-CommandStations.
34
34
35
-
It is now necessary to use a new WiFi configuration method, which involves connecting to the |EX-CS| *after you have flashed the firmware.* You do so by connecting to the |EX-CS| via USB or by connecting to the WiFi Access Point network of the CS. (Note that the WiFi Access Point network approach has limitations. See below.)
35
+
It is now necessary to use a new WiFi configuration method, which involves connecting to the |EX-CS| *after you have flashed the firmware.* You do so by connecting to the |EX-CS| via USB or by connecting to the WiFi Access Point network of the CS and issuing a set of new commands. (Note that the WiFi Access Point network approach has limitations. See below.)
36
36
37
37
The advantage of this is that it is independent of the flashing process, and will remember your WiFi settings across firmware updates and changes.
38
38
@@ -56,7 +56,7 @@ WiFi on the |EX-CS| has two possible operating modes:
56
56
57
57
There are some additional settings that are not modes but effect the wifi connection:
58
58
59
-
* **Channel**: If you need to use an alternate channel in Access Point mode(we recommend using only 1,6, or 11) you may change it.
59
+
* **Channel**: If you need to use an alternate channel in Access Point mode(we recommend using only 1,6, or 11) you may change it.
60
60
61
61
* **Hidden AP mode**: If enabled, the Command Station's WiFi network will not be visible in the list of available networks on devices. This can enhance security by making it less obvious to potential attackers, but it also means that users will need to manually enter the network name (SSID) to connect.
62
62
@@ -73,6 +73,8 @@ There are some additional settings that are not modes but effect the wifi connec
73
73
Using USB vs WiFi - Limitations of WiFi
74
74
=========================================
75
75
76
+
There are significant limitations to be aware of when configuring WiFi settings over WiFi compared to using a USB connection:
77
+
76
78
Only **Station (STA) mode** and the **HOSTNAME** can be changed over WiFi.
77
79
78
80
**Access Point (AP)** mode changes require a serial/USB connection.
Copy file name to clipboardExpand all lines: docs/ex-toolbox/using.rst
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -499,6 +499,73 @@ You can manually restart the readings with the :guilabel:`Start` button. This w
499
499
500
500
----
501
501
502
+
WiFi Setup
503
+
=================
504
+
505
+
(The WiFi Settings screen is only available when connected to EX-CommandStation version 5.7.0 and above.)
506
+
507
+
Prior to version 5.7.0, WiFi configuration for |EX-CS| was done through options in the ``config.h`` file. This method required users to modify the firmware (by editing ``config.h``) and recompile it for their specific WiFi settings.
508
+
509
+
From version 5.7.0, it is necessary to use a new WiFi configuration method, which involves connecting to the |EX-CS| *after you have flashed the firmware.* You do so by connecting to the |EX-CS| via USB or by connecting to the WiFi Access Point network of the CS and issuing a set of new commands.
510
+
511
+
See the :doc:`/ex-commandstation/advanced-setup/supported-wifi/wifi-config_v5_7` page for more details.
512
+
513
+
|EX-TB| provides a screen to allow you to issue the necessary commands to change the WiFi settings of your |EX-CS|.
Station Mode WiFi configuration is available from the 'WiFi Setup' screen, when 'WiFi Station Mode' is selected in the drop down list at the top of the screen.
526
+
527
+
The Station Mode WiFi configuration allows you to set the `SSID` and `password` of the WiFi network that your |EX-CS| will connect to, and also allows you to set the `hostname` of the |EX-CS| on that network.
528
+
529
+
To change the *Station Mode* enter a `SSID` (the name of the network), and a `password` of at least 8 characters and presse either the :guilabel:`Set Station` button for a permanent change, or the :guilabel:`Set Temp` button for a temporary change.
530
+
531
+
To change the *hostname* enter the hostname and press the :guilabel:`Set Hostname` button.
Access Point Mode WiFi configuration is available from the 'WiFi Setup' screen, when 'WiFi Access Point Mode' is selected in the drop down list at the top of the screen.
546
+
547
+
The Access Point Mode WiFi configuration allows you to set the `SSID`, `password` and optional `Channel` of the WiFi Access Point network that your |EX-CS| will create, and also allows you to set the `hostname` of the |EX-CS| on that network.
548
+
549
+
.. note::
550
+
551
+
The 'Access Point' mode buttons will not become avaliable if you are connected to the |EX-CS| via WiFi, as you can't change the Access Point mode settings over WiFi. You need to be connected via USB to change the Access Point mode settings.
552
+
553
+
To change the *Access Point* enter a `SSID` (the name of the network), and a `Password` of at least 8 characters and press the :guilabel:`Set Access Point` button.
554
+
555
+
To change the *hostname* enter the hostname and press the :guilabel:`Set Hostname` button.
556
+
557
+
|HR-DASHED|
558
+
559
+
.. note::
560
+
561
+
In every case above where you press one of the buttons, the Command Station will restart to apply the new settings. You will need to reconnect to the Command Station.
562
+
563
+
See the :doc:`/ex-commandstation/advanced-setup/supported-wifi/wifi-config_v5_7` page for more details on the meaning of these settings.
0 commit comments