Skip to content

Latest commit

 

History

76 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi FPV Flight Board

If you were looking for the split README sections, they are now separated into dedicated docs:

Quick start

sudo apt update
sudo apt install -y python3 python3-venv python3-pip git rsync \
  libopenjp2-7 libtiff6 libjpeg62-turbo fonts-dejavu-core python3-lgpio

Then follow the full setup guide in docs/README_SETUP.md.

Running the test suite

From the repository root:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt pytest
pytest -q

This project includes a pytest.ini that sets the repository root on PYTHONPATH, so tests work from a clean checkout without extra environment variables.

About

Raspberry Pi–powered FPV flight conditions dashboard that fetches Open‑Meteo forecasts, applies configurable wind/gust/rain thresholds and daylight rules, logs hourly conditions, and displays a clear go/no‑go status on a 2.15″ Waveshare e‑paper screen.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages