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
@@ -222,6 +222,7 @@ In the Application Settings Menu, users will be able to configure the addressabl
222
222
***Startup Messages** Level of message output at startup
223
223
***Startup Delay** Startup Menu Delay in Seconds
224
224
***Device Names** Name always includes the device address
225
+
***Verbose Messages** Enable verbose messaging
225
226
***About...** - Details about the system
226
227
227
228
!!! note
@@ -590,27 +591,17 @@ Log files can be viewed and downloaded using the IoT Web Server feature if mDNS
590
591
591
592
This functionality is accessed by selecting the IoT Web Server menu. Once this menu entry is selected, the following menu options are presented:
592
593
593
-

594
+

594
595
/// caption
595
596
IoT Web Server Options
596
597
///
597
598
598
-
*```1```**Enabled** - Enabled or Disable the Web Server
599
-
* Accepts a boolean value
600
-
*```1``` to enable
601
-
*```0``` to disable _(default)_
602
-
*```2```**Username** - Web access control. Leave empty to disable authentication
603
-
* Accepts a string
604
-
*```3```**Password** - Web access control.
605
-
* Accepts a string
606
-
*```4```**mDNS Support** - Enable a name for the web address this device
607
-
* Accepts a boolean value
608
-
*```1``` to enable
609
-
*```0``` to disable _(default)_
610
-
*```5```**mDNS Name** - mDNS Name used for this device address
611
-
* Accepts a string
612
-
* dataloggerXXXXX, where XXXXX is the taken from the last 5x characters from your DataLogger IoT's board ID _(default)_
613
-
*```b```**Back**
599
+
***Enabled** - Enabled or Disable the Web Server
600
+
***Username** - Web access control. Leave empty to disable authentication
601
+
***Password** - Web access control.
602
+
***mDNS Support** - Enable a name for the web address this device
603
+
***mDNS Name** - mDNS Name used for this device address
604
+
* dataloggerXXXXX, where XXXXX is the taken from the last 5x characters from your DataLogger IoT's board ID _(default)_
614
605
615
606
You will need to make sure that the ESP32 is on the same network as your computer in order to access the log files.
616
607
@@ -621,6 +612,9 @@ The SparkFun Datalogger IoT requires restarting if the web interface is enabled.
621
612
For more information on how to use this feature, check out the [section on viewing and downloading log files using the IoT web server](../example_iot_web_server/).
622
613
623
614
[Examples: Viewing and Downloading Log Files using the IoT Web Server](../example_iot_web_server)
615
+
/// caption
616
+
Viewing Log Files using the Web Server
617
+
///
624
618
625
619
### Advanced: System Update
626
620
@@ -630,163 +624,36 @@ New sensors and features are being added all the time and we've made it really e
630
624
* Performing a Factory Reset on the device
631
625
* Updated the device firmware from a file on an SD Card.
632
626
633
-
!!! note
634
-
What's going on here?!? This tutorial was updated for firmware version **01.02.00**!!! You will notice this menu option has changed to ```18``` !!!
635
-
636
627
This functionality is accessed via the Settings Menu, which is required to use this capability. Type ```18``` to enter the System Update menu. Once this menu entry is selected, the following menu options are presented:
637
628
638
-

639
-
640
-
*```1```**Device Restart** - Restart/reboot the device
641
-
* Accepts the following values:
642
-
*```Y``` or ```Y``` to restart or reboot the device using the current firmware and system preferences
643
-
*```N``` or ```n``` to cancel
644
-
*```2```**Factory Reset** - Erase all settings and revert to original firmware
645
-
* Accepts the following values:
646
-
*```Y``` or ```Y``` to factory reset the device
647
-
*```N``` or ```n``` to cancel
648
-
*```3```**Update Firmware - SD Card** - Update the firmware from the SD card
649
-
* Accepts firmware in the **/root** directory of the microSD card with the file naming pattern __SparkFunDataLoggerIoT_.bin_*, where the asterisk ***** is the firmware version number (i.e. **SparkFunDataLoggerIoT_01.00.01.bin**).
650
-
*```4```**Update Firmware - OTA** - Update the firmware over-the-air
651
-
* Connects to a server and searches for the latest firmware that is available. Note that you must be connected to a WiFi network to be able to update the board over-the-air.
652
-
* Accepts the following values if there is new firmware available.
653
-
*```Y``` or ```Y``` to update over-the-air
654
-
*```N``` or ```n``` to cancel
655
-
*```b```**Back**
629
+

630
+
/// caption
631
+
System Update Menu Options
632
+
///
656
633
657
-
When finished, you will need to exit the menus so that the DataLogger IoT saves the changes. Send a ```b``` to exit out this menu, ```b``` to exit out of the DataLogger IoT settings, and ```x``` to exit out of the main menu.
658
-

634
+
***Device Restart** - Restart/reboot the device
635
+
***Factory Reset** - Erase all settings and revert to original firmware
636
+
***Update Firmware - SD Card** - Update the firmware from the SD card
637
+
***Update Firmware - OTA** - Update the firmware over-the-air
659
638
660
639
For more information on how to update firmware manually or over-the-air, check out the section under [Examples: Updating Firmware](../updating_firmware/).
661
640
662
641
## Device Settings
663
642
664
643
In the Main Menu, send a ```2``` through the serial terminal to adjust the devices settings.
665
644
666
-

667
-
668
-
This will bring up the connected devices that are currently available. You can configure each device and enable/disable each output. Below is a sample of the on-board devices available for the DataLogger IoT - 9DoF when only the MAX17048, ISM330, and MMC5983 are connected. As the DataLogger IoT - 9DoF initializes, the board will populate additional devices in this window if they are detected. Your mileage will vary depending on what is connected. On the DataLogger IoT you will not see the ISM330 or MMC5983 as an option since the 6DoF IMU and magnetometer are not populated on that version of the board.
*```9```**Accel X (milli-g)** - Accelerometer X (milli-g)
743
-
*```1``` to enable
744
-
*```2``` to disable
745
-
*```10```**Accel Y (milli-g)** - Accelerometer Y (milli-g)
746
-
*```1``` to enable
747
-
*```2``` to disable
748
-
*```11```**Accel Z (milli-g)** - Accelerometer Z (milli-g)
749
-
*```1``` to enable
750
-
*```2``` to disable
751
-
*```12```**Gyro X (milli-dps)** - Gyro X (milli-g)
752
-
*```1``` to enable
753
-
*```2``` to disable
754
-
*```13```**Gyro Y (milli-dps)** - Gyro Y (milli-g)
755
-
*```1``` to enable
756
-
*```2``` to disable
757
-
*```14```**Gyro Z (milli-dps)** - Gyro Z (milli-g)
758
-
*```1``` to enable
759
-
*```2``` to disable
760
-
*```15```**Temperature (C)** - The temperature in degrees C
761
-
*```1``` to enable
762
-
*```2``` to disable
763
-
*```3```**MMC5983** - MMC5983 Magnetometer
764
-
*```1```**Filter Bandwidth (Hz)** - The filter bandwidth in Hz
765
-
*```1``` 100 Hz _(default)_
766
-
*```2``` 200 Hz
767
-
*```3``` 400 Hz
768
-
*```4``` 800 Hz
769
-
*```2```**Auto-Reset** - Auto-Reset
770
-
*```1``` to enable
771
-
*```2``` to disable
772
-
*```3```**X Field (Gauss)** - The X Field strength in Gauss
773
-
*```1``` to enable
774
-
*```2``` to disable
775
-
*```4```**Y Field (Gauss)** - The Y Field strength in Gauss
776
-
*```1``` to enable
777
-
*```2``` to disable
778
-
*```5```**Z Field (Gauss)** - The Z Field strength in Gauss
779
-
*```1``` to enable
780
-
*```2``` to disable
781
-
*```6```**Temperature (C)** - The ambient temperature in degrees C
782
-
*```1``` to enable
783
-
*```2``` to disable
784
-
*```b```**Back**
645
+

646
+
/// caption
647
+
Device Settings Menu Options
648
+
///
785
649
786
-
When finished, you will need to exit the menus so that the DataLogger IoT saves the changes. Send a ```b``` to exit out this menu, ```b```to exit out of the DataLogger IoT settings, and ```x``` to exit out of the main menu.
650
+
This will bring up the connected devices that are currently available. Selecting a connected device allows you to configure settings for that particular device as well as enable/disable output values from the device.
787
651
788
-

652
+
The following is an example settings page for the SparkFun BMV080 Environmental Sensor:
789
653
790
-
As you connect additional devices to the DataLogger IoT, the values associated with each device in this menu will change! Make sure to check your device settings menu after additional devices are attached should you decide to configure the additional devices and enable/disable their outputs.

659
+
As you connect additional devices to the DataLogger IoT, the values associated with each device in this menu will change! Make sure to check your device settings menu after additional devices are attached should you decide to configure the additional devices and enable/disable their outputs.
0 commit comments