Skip to content

Commit

Permalink
Grammar and phrasing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
usedhondacivic committed Sep 7, 2024
1 parent 6318998 commit 5c717b2
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 19 deletions.
7 changes: 5 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Little Red Docs

![Many rovers on a table](./_images/home_page.webp)

Welcome to the documentation for the Little Red Rover robotics platform.

Little Red Rover is in development, and is not ready for active use. The current documentation is written for an ongoing user study being conducted at Cornell University, and should not be considered stable or comprehensive.
Little Red Rover is in development, and is not ready for use.
This version of the documentation is written for a user study being conducted at Cornell University, and should not be considered stable or comprehensive.

If you are interested in following the project, check out the [GitHub organization](https://github.com/little-red-rover) for the project, or take a look at the source code:
If you are interested in the project, check out the [GitHub organization](https://github.com/little-red-rover) and take a look at the source code:

[Docs](https://github.com/little-red-rover/lrr-docs)

Expand Down
Binary file added docs/_images/home_page.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
* Contributing
- [Coming soon...](contributing.md)
* Troubleshooting
- [Coming soon...](troubleshooting.md)
- [FAQs](faqs.md)
- [Firmware Tool](firmware_tool.md)
6 changes: 3 additions & 3 deletions docs/assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ In the cable bag:

| Item | Quantity | Picture |
| ---- | ---- | ---- |
| 4-pin JST GH 1.25mm straight across cable | 1 | ![Motor cables](./_images/assembly/motor_cables-resize.webp) |
| 6-pin JST PH 2.0mm reversed cables | 2 | ![Lidar cable](./_images/assembly/lidar_cable-resize.webp) |
| 4-pin JST GH 1.25mm straight across cable | 1 | ![Motor cables](./_images/assembly/lidar_cable-resize.webp) |
| 6-pin JST PH 2.0mm reversed cables | 2 | ![Lidar cable](./_images/assembly/motor_cables-resize.webp) |

In the small parts bag:

Expand Down Expand Up @@ -123,7 +123,7 @@ Congrats! Your robot is assembled!
## Care for Your Rover

The rover has a USB C port which you can use to charge the battery.
Two red status LEDs, directly below charging port, show the charging status.
Two red LEDs, directly below charging port, show the charging status.

The first LED, labeled CHARGING, lights up when the battery is actively being charged.
Once the battery is fully charged, this light will turn off.
Expand Down
23 changes: 23 additions & 0 deletions docs/faqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# FAQs

Coming soon...

This page will contain frequenly requested troubleshooting information.

## Connectivity

## Status LEDs

## Updating Firmware

Firmware out of date?
Use the [firmware tool](/firmware_tool) to flash the most recent version.

## Reading the Microcontroller's Console

While debugging, its sometimes useful to read the logs from the microcontroller on your rover.
The [firmware tool](/firmware_tool) allows you to open a console using your browser.

## Still Need Help?

Didn't find what you needed? Try [making a post on the forum](https://github.com/orgs/little-red-rover/discussions).
6 changes: 6 additions & 0 deletions docs/firmware_tool.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Firmware Tool

Connect your rover to your computer using the provided USB cable. Turn the rover on.

To flash it with the newest firmware, click 'Program'. To open a console click 'Open Console'.

For either option, you'll be asked to select a serial device. Chose the option that says 'USB JTAG / serial debug unit'.

[firmware tool](/firmware_tool.html ':include :type=iframe width=100% height=400px')
13 changes: 0 additions & 13 deletions docs/troubleshooting.md

This file was deleted.

0 comments on commit 5c717b2

Please sign in to comment.