Code Monkey home page Code Monkey logo

burger-quiz-v2's Introduction

Table of Contents

Hardware

Global Schematics

Sources for global schematics are here

board

Ready to solder PCB

Sources for ready-to-solder PCB are here

pcb

pcb-front

pcb-back

Construction

Global design

Sources for desk design are here

back front side xray

Components

Installation

Sources for software are here

  • Enable primary I2C port (/dev/i2c-1)
$ sudo raspi-config
(select 3. Interface options)
(select I5. I2C)
(select yes)
  • Enable secondary I2C port (/dev/i2c-0)
cat /boot/config.txt
...
dtparam=i2c_arm=on
dtparam=i2c_vc=on
...
  • Check I2C ports
 # package to test gpio port
 sudo apt install i2c-dev i2c-tools

 # check i2c ports, should have 27 on
 i2cdetect -y 1
 i2cdetect -y 0
  • Install sound support
 sudo apt-get install pulseaudio pulseaudio-utils python3-vlc
  • Configure default pulseaudio sink
 pactl set-default-sink alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo
  • Install software as user startup service
 # install bquiz cli to ~/.local/bin
 python3 -m pip install .

 # install user systemd unit
 mkdir -p ~/.config/systemd/user
 ln -s $(pwd)/systemd/user/bquiz.service ~/.config/systemd/
 systemctl --user enable bquiz.service

 # run bquiz
 systemctl --user start bquiz.service

burger-quiz-v2's People

Contributors

psycofdj avatar xmarcelet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.