Skip to content

Commit 1f7744a

Browse files
committed
Grammatical Error, Remove Artifact, and Additional RGB LED Functionality
1 parent 069cc4b commit 1f7744a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/hardware_hookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Sometimes you might want to connect more than one of the same type of sensor to
9090
Typically one would use a multiplexor. However, we currently do not have the DataLogger IoT configured to work with any multiplexors (i.e. Qwiic Mux Breakout).
9191

9292
!!! note
93-
Currently the Qwiic Mux does not compatible with the DataLogger IoT.
93+
Currently the Qwiic Mux is not compatible with the DataLogger IoT.
9494

9595

9696

docs/hardware_overview.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Connected to the line I<sup>2</sup>C line is the MAX17048 LiPo fuel gauge (7-bit
165165
Sometimes you might want to connect more than one of the same type of sensor to the DataLogger IoT. On the I<sup>2</sup>C bus, each device needs to have a unique address. On many of our boards, there are jumpers links which you can use to change the address and some have addresses that can be configured in software. But there are some where you cannot change the address. Typically, one would use a multiplexor. However, we currently do not have the DataLogger IoT configured to work with any multiplexors (i.e. Qwiic Mux Breakout).
166166

167167
!!! note
168-
Currently the Qwiic Mux does not compatible with the DataLogger IoT.
168+
Currently the Qwiic Mux is not compatible with the DataLogger IoT.
169169

170170
The DataLogger IoT includes a dedicated 3.3V regulator for the Qwiic connector. This has several advantages including:
171171

@@ -254,7 +254,7 @@ There are three 12-bit analog pins available and broken out on edge of the board
254254
There are two buttons available on the board for reset and boot. These are also broken out on the edge of the board as PTHs. If you have your DataLogger IoT mounted in an enclosure, you can also attach an external boot or reset switch too. Any Single Pole Normally-Open Push-To-Close momentary switch will do. Solder pin headers or wires to the RST and GND breakout pins and connect your external switch to those.
255255

256256
* **<span STYLE="text-decoration:overline">RESET</span>**: Pressing this button will pull the pin LOW and reset the program running on the ESP32 without unplugging the board.
257-
* **BOOT**: The boot button usually allows users to force the ESP32 into bootloader mode to manually flash new firmware to the ESP32. The ESP32 will remain in this mode until there is a power cycle or the reset button is pressed. This is connected to pin `0` on the ESP32.
257+
* **BOOT**: The boot button usually allows users to force the ESP32 into bootloader mode to manually flash new firmware to the ESP32. The ESP32 will remain in this mode until there is a power cycle or the reset button is pressed. As of firmware v01.00.02, this button has an extra function: pressing down on the user button for 20 seconds will erase on-board preference storage and restart the board. This is connected to pin `0` on the ESP32.
258258

259259
<div style="text-align: center;">
260260
<table>
@@ -292,10 +292,11 @@ There are three LEDs populated on the board. These can be disabled with their re
292292

293293
* **STAT**: The status LED is connected to pin `25`.
294294
* **RGB**: The WS2812-2020 RGB addressable LED is connected to pin `26`. In addition to being disabled through the jumper on the back, you can also disable the LED through software. The following colors represent different states that the board is in.
295-
* Green: The board is initializing.
296-
* Blue: The board is reading sensor data and logging the values.
297-
* White: The board is currently being configured through the configuration menu.
298-
* Yellow: A firmware update is in progress.
295+
* White: A solid white LED indicates that the board is currently being configured through the configuration menu.
296+
* Green: A solid green LED indicates that the board is initializing. As of firmware v01.00.02, the LED blinks green when on battery power indicating that the battery level is VBATT > 50%.
297+
* Blue: A blinking blue LED indicates that the board is reading sensor data and logging the values.
298+
* Yellow: A firmware update is in progress. As of firmware v01.00.02, the LED blinks yellow when on battery power indicating that the battery level is between 50% > VBATT > 10%.
299+
* Red: As of firmware v01.00.02, the LED blinks red when on battery power indicating that the battery level is VBATT < 10%.
299300
* **CHG**: The on-board yellow CHG LED can be used to get an indication of the **charge status** of your battery. Below is a table of other status indicators depending on the state of the charge IC.
300301

301302
<div style="text-align: center;">

docs/introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ The DataLogger IoT - 9DoF is preprogrammed to automatically log data from all of
200200
* [NAU7802](https://www.sparkfun.com/products/15242) Qwiic Scale Load Cell Amplifier
201201
* Miscellaneous:
202202
* [Qwiic Button](https://www.sparkfun.com/products/15932)
203-
* [TCA9548A](https://www.sparkfun.com/products/16784) Qwiic Mux 8 Channel
204203
* [Qwiic Twist](https://www.sparkfun.com/products/15083) RGB Rotary Encoder
205204
* Analog Voltage:
206205
* [ADS1015](https://www.sparkfun.com/products/15334) 12-bit 4-channel Differential ADC

0 commit comments

Comments
 (0)