Skip to content

Commit 0619b5f

Browse files
committed
2 parents eb7da24 + 1a59f26 commit 0619b5f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# tinysense
2-
TinySense
1+
# Welcome to the TinySense Docs!
2+
3+
The TinySense is a ultra low-weight, low-power, low-computation avionics system for Flying Insect Robots (FIRs) made by the [Autonomous Insect Robotics Lab](https://depts.washington.edu/airlab/). This codebase is divided into three sections:
4+
5+
## TinySense Code
6+
7+
Under `/src/*` folders, contains the libraries and sketches deployed to an [Adafruit nRF52840 Feather Express](https://www.adafruit.com/product/4062) during testing and experiments. The `lib` folder contains the custom Lucas-Kanade library used to compute optical flow. The `Arduino_PAG7920` library used in some sketches is not included in `lib`, as details regarding the PAG7920LT are confidential.
8+
9+
## Data and Plotting
10+
11+
Under `/experiments/`, contains the experimental data and processing and plotting scripts. To generate graphs used in the paper, installed the requirements listed in `requirements.txt` on any virtual environment and run `python experiments/main.py`
12+
13+
## Docs
14+
15+
Source code for [TinySense website](https://jtran-uw.github.io/TinySense/).

0 commit comments

Comments
 (0)