https://github.com/marcoradocchia/bombuscv-bundle
BombusCV complete package and installation scripts.
https://github.com/marcoradocchia/bombuscv-bundle
Last synced: 2 months ago
JSON representation
BombusCV complete package and installation scripts.
- Host: GitHub
- URL: https://github.com/marcoradocchia/bombuscv-bundle
- Owner: marcoradocchia
- License: gpl-3.0
- Created: 2022-07-20T23:37:18.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T21:25:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T17:46:35.559Z (4 months ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BombusCV Bundle
BombusCV complete package and installation scripts for **Raspberry Pi**.
This repository contains the full installation scripts to setup a **BombusCV
device**[^1]. The installation script provides:- [`bombuscv-rs`](https://github.com/marcoradocchia/bombuscv-rs)[^2];
- [`datalogger`](https://github.com/marcoradocchia/datalogger);
- [`bombuscv-display`](https://github.com/marcoradocchia/bombuscv-display).However it lets the user choose wheter to install:
- `bombuscv-rs`;
- `datalogger` + `bombuscv-display`;
- `bombuscv-rs` + `datalogger` + `bombuscv-display` (complete bundle).In order to run `bombuscv-rs` and `bobmuscv-display`, the script will enable
**Legacy camera support** and **I2C interface** respectively, using the
`raspi-config` script.The script will pull all the dependencies needed, so it can be run on a plain
installation of Raspberry Pi OS.[^1]: Raspberry Pi 4 (4GB of RAM) with Raspberry Pi camera, DHT22 humidity &
temperature sensor and SSD1306, 0.96" (128x64), I2C display
[^2]: Requires Raspberry Pi 4 with at least 4GB of RAM, running Raspberry Pi OS
aarch64## Usage
In order to install the **BombusCV Bundle** on **Raspberry Pi**, clone this
repository and execute `install.sh` script:
```sh
git clone https://github.com/marcoradocchia/bombuscv-bundle.git
cd bombuscv-bundle
./install.sh
```