- Einleitung -> Jan
- Material und Werkzeug -> Merve
- Anleitung für Kasten -> Aldin
- Anleitung für Waage -> Jan
- Schaltplan (Fritzing, AutoCAD)
- Anleitung für Installation -> Fabi
A smart bin that helps you by reducing your garbage production
Building Steps:
- Flash latest stable version of Raspbian (Raspberry OS) onto SD Card and insert into Raspberry Pi
sudo apt update && sudo apt upgradein Terminal- Change /boot/config.txt according to https://www.waveshare.com/wiki/7inch_DSI_LCD
Comment out this:
#camera_auto_detect=1
#dtoverlay=vc4-kms-v3d
Insert this under [all]:
dtoverlay=vc4-fkms-v3d
start_x=1
- Shutdown Raspberry Pi
- Connect DSI Display and boot up
- The DSI Display should work now
- Connect Arduino with Raspberry Pi
sudo apt install arduinoon Raspberry Pi- Load Arduino Project onto Arduino
- ...
- build AppImage with
yarn run electron:build - move AppImage to raspy
- create folder
ben-exec - move appimage inside ben-exec folder
- run
chmod a+x <appimage file>to make it executable - run AppImage with option
--appimage-extractand extract the AppImage - rename extraction folder to
bin-client - create folders
dataandscale-sample-datainsidebin-client - move folder
scale-data-recorderinsideben-exec - DO ALL THIS STUFF IN A BASH SCRIPT