Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgphilpott/blackbox
An airplane simulator using a Raspberry Pi with a Sense HAT.
https://github.com/jgphilpott/blackbox
aerospace aviation raspberry-pi robotics sense-hat threejs
Last synced: about 2 months ago
JSON representation
An airplane simulator using a Raspberry Pi with a Sense HAT.
- Host: GitHub
- URL: https://github.com/jgphilpott/blackbox
- Owner: jgphilpott
- License: mit
- Created: 2020-01-15T13:59:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T03:16:20.000Z (9 months ago)
- Last Synced: 2024-05-01T14:44:50.571Z (9 months ago)
- Topics: aerospace, aviation, raspberry-pi, robotics, sense-hat, threejs
- Language: JavaScript
- Homepage: https://youtu.be/wSXlRIHWeEo
- Size: 84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro
blackbox is a project designed to simulate an airplane control system using a [Raspberry Pi](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/) with a [Sense HAT](https://www.raspberrypi.org/products/sense-hat/). The Sense HAT is a Raspberry Pi add-on that was designed for the [Astro Pi Mission](https://astro-pi.org/about/mission/) and comes with six essential sensors for inertial measurement as well as a 8x8 LED matrix and a joystick.
**A video introduction is available [here](https://youtu.be/wSXlRIHWeEo)**, but if you don't have the above mentioned hardware you won't be able to try this at home.. sorry :(
# Quick Start
Assuming you have the necessary hardware, clone this repository and navigate into the root directory. To make sure you have all the requirements installed run `pip3 install -r app/requirements.txt`. To start the app run `python3 app/root.py`. If everything worked, you should now be able to see the simulation when you visit `localhost:5000` in a web browser.
If you have any problems please open an [issue](https://github.com/jgphilpott/blackbox/issues), thanks :)