-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rachel Chiong
committed
May 14, 2024
1 parent
e2fa0a4
commit 69569d3
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# NRM-Navigation | ||
# NRM-Navigation | ||
## FW v0.0.1 Features | ||
### TOF | ||
- Enables one sensor connected to i2c | ||
- Uses an aggregate function which takes the average of each column in | ||
the 8x8 grid, then takes the average of each two adjacent columns. This | ||
outputs a 1x4 array of distance values in mm. | ||
|
||
### LED | ||
- Enables 9 LEDs | ||
- Receives TOF distance values in 1x4 array and outputs to the first 4 | ||
LEDs with the following thresholds: | ||
- $<1500$mm : RED (danger) | ||
- $<3000$mm : ORANGE (warning) | ||
- $3000\le$mm : BLACK (OK) | ||
|