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/configuration.md
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -85,20 +85,20 @@ Once the DataLogger IoT has initialized, the DataLogger IoT will begin outputtin
85
85
86
86
The data scrolling up the screen show what each device's output is along with their associated unit if it is available.
87
87
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)`
102
102
103
103
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.
104
104
@@ -331,10 +331,10 @@ When finished, you will need to exit the menus so that the DataLogger IoT saves
331
331
!!! note
332
332
The ESP32-WROOM can only connect to a 2.4GHz WiFi network. Unfortunately, 5GHz is not supported on the ESP32-WROOM module.
333
333
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.
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
349
349
* <kbd>3</kbd> **Password**— The Password to connect to the WiFi network
350
350
* Accepts a string:
351
351
* 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**— 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**— 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**— 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**— 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**— 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**— 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.
352
370
* <kbd>b</kbd> **Back**
353
371
354
372
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