Skip to content

Commit 43cc1d7

Browse files
committed
Add Information about Configuring Up to 4 WiFi Networks and Formatting
1 parent 1f7744a commit 43cc1d7

File tree

2 files changed

+34
-16
lines changed

2 files changed

+34
-16
lines changed
Loading

docs/configuration.md

Lines changed: 34 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,20 @@ Once the DataLogger IoT has initialized, the DataLogger IoT will begin outputtin
8585

8686
The data scrolling up the screen show what each device's output is along with their associated unit if it is available.
8787

88-
* MAX17048.Voltage (V)
89-
* MAX17048.State of Charge (%)
90-
* MAX17048.Charge Rate (%/hr)
91-
* ISM330.Accel X (milli-g)
92-
* ISM330.Accel Y (milli-g)
93-
* ISM330.Accel Z (milli-g)
94-
* ISM330.Gyro X (milli-dps)
95-
* ISM330.Gyro Y (milli-dps)
96-
* ISM330.Gyro Z (milli-dps)
97-
* ISM330.Temperature (C)
98-
* MMC5983.X Field (Gauss)
99-
* MMC5983.Y Field (Gauss)
100-
* MMC5983.Z Field (Gauss)
101-
* MMC5983.Temperature (C)
88+
* `MAX17048.Voltage (V)`
89+
* `MAX17048.State of Charge (%)`
90+
* `MAX17048.Charge Rate (%/hr)`
91+
* `ISM330.Accel X (milli-g)`
92+
* `ISM330.Accel Y (milli-g)`
93+
* `ISM330.Accel Z (milli-g)`
94+
* `ISM330.Gyro X (milli-dps)`
95+
* `ISM330.Gyro Y (milli-dps)`
96+
* `ISM330.Gyro Z (milli-dps)`
97+
* `ISM330.Temperature (C)`
98+
* `MMC5983.X Field (Gauss)`
99+
* `MMC5983.Y Field (Gauss)`
100+
* `MMC5983.Z Field (Gauss)`
101+
* `MMC5983.Temperature (C)`
102102

103103
The output will vary depending on what is connected so you may get additional readings in the output and it may not be in the following order listed above. The logging rate defaults to about 0.067Hz (or 15000ms), so as the data scrolls past, you will see the last value settle at about 0.067Hz.
104104

@@ -331,10 +331,10 @@ When finished, you will need to exit the menus so that the DataLogger IoT saves
331331
!!! note
332332
The ESP32-WROOM can only connect to a 2.4GHz WiFi network. Unfortunately, 5GHz is not supported on the ESP32-WROOM module.
333333

334-
In the Settings Menu, send a <kbd>4</kbd> to configure the WiFi settings.
334+
In the Settings Menu, send a <kbd>4</kbd> to configure the WiFi settings. As of firmware v01.00.02, up to 4 sets of WiFi credentials can be saved.
335335

336336
<div style="text-align: center">
337-
<a href="../assets/SparkFun_Datalogger_IoT_WiFi_Network_Menu.JPG"><img src="../assets/SparkFun_Datalogger_IoT_WiFi_Network_Menu.JPG" width="1000" height="667"></a>
337+
<a href="../assets/SparkFun_Datalogger_IoT_WiFi_Network_Menu_2.JPG"><img src="../assets/SparkFun_Datalogger_IoT_WiFi_Network_Menu_2.JPG" width="1000" height="667"></a>
338338
</div>
339339

340340
Once you are in the WiFi Network menu, you can enable/disable WiFi and save the WiFi network credentials. Once connected to a 2.4GHz WiFi network, you can synchronize the date and time, connect to an IoT service to log data, and update the latest firmware over-the-air. Since the WiFi is turned on by default, you will simply need to save the WiFi network's name and password.
@@ -349,6 +349,24 @@ Once you are in the WiFi Network menu, you can enable/disable WiFi and save the
349349
* <kbd>3</kbd> **Password** &mdash; The Password to connect to the WiFi network
350350
* Accepts a string:
351351
* For example, if my network name is "`MY_SUPER_SECRET_PASSWORD`", you would manually type <kbd>MY_SUPER_SECRET_PASSWORD</kbd>. Note that as you type the password, each character will be replaced with an asterisk (`*`). When finished hit the <kbd>ENTER</kbd> key.
352+
* <kbd>4</kbd> **Network 2 Name** &mdash; Alternative network 2 SSID
353+
* Accepts a string:
354+
* For example, if my network name is "`MY_NETWORK_NAME_2`", you would manually type <kbd>MY_NETWORK_NAME_2</kbd>. When finished hit the <kbd>ENTER</kbd> key
355+
* <kbd>5</kbd> **Network 2 Password** &mdash; Alternative network 2 Password
356+
* Accepts a string:
357+
* For example, if my network name is "`MY_SUPER_SECRET_PASSWORD_2`", you would manually type <kbd>MY_SUPER_SECRET_PASSWORD_2</kbd>. Note that as you type the password, each character will be replaced with an asterisk (`*`). When finished hit the <kbd>ENTER</kbd> key.
358+
* <kbd>6</kbd> **Network 3 Name** &mdash; Alternative network 2 SSID
359+
* Accepts a string:
360+
* For example, if my network name is "`MY_NETWORK_NAME_3`", you would manually type <kbd>MY_NETWORK_NAME_3</kbd>. When finished hit the <kbd>ENTER</kbd> key
361+
* <kbd>7</kbd> **Network 3 Password** &mdash; Alternative network 3 Password
362+
* Accepts a string:
363+
* For example, if my network name is "`MY_SUPER_SECRET_PASSWORD_3`", you would manually type <kbd>MY_SUPER_SECRET_PASSWORD_3</kbd>. Note that as you type the password, each character will be replaced with an asterisk (`*`). When finished hit the <kbd>ENTER</kbd> key.
364+
* <kbd>8</kbd> **Network 4 Name** &mdash; Alternative network 2 SSID
365+
* Accepts a string:
366+
* For example, if my network name is "`MY_NETWORK_NAME_4`", you would manually type <kbd>MY_NETWORK_NAME_4</kbd>. When finished hit the <kbd>ENTER</kbd> key
367+
* <kbd>9</kbd> **Network 4 Password** &mdash; Alternative network 4 Password
368+
* Accepts a string:
369+
* For example, if my network name is "`MY_SUPER_SECRET_PASSWORD_4`", you would manually type <kbd>MY_SUPER_SECRET_PASSWORD_4</kbd>. Note that as you type the password, each character will be replaced with an asterisk (`*`). When finished hit the <kbd>ENTER</kbd> key.
352370
* <kbd>b</kbd> **Back**
353371

354372
When finished, you will need to exit the menus so that the DataLogger IoT saves the changes. Send a <kbd>b</kbd> to exit out this menu, <kbd>b</kbd> to exit out of the DataLogger IoT settings, and <kbd>x</kbd> to exit out of the main menu.

0 commit comments

Comments
 (0)