Git Product home page Git Product logo

keezer-pi's Introduction

keezer-pi

Client/Server code for building a Keezer with a Raspberry Pi

Complete setup guide

Download the raspbian lite image and put it on a micro SD card.

Configure keyboard (and enable SSH)

sudo raspi-config

Set the machine name

sudo vi /etc/hosts sudo vi /etc/hostname

Backup your wpa_supplicant

sudo cp /etc/wpa_supplicant/wpa_supplicant.conf ~/wpa_supplicant.conf.bac

Connect to Wi-Fi

wpa_passphrase "network_name" "passphrase" | sudo tee -a /etc/wpa_supplicant/wpa_supplicant.conf > /dev/null

Then go edit the wpa_supplicant.conf to not have the password

wpa_cli -i wlan0 reconfigure

Check with

ifconfig wlan0

Configure Wi-Fi to connect on boot

Set interface wlan0 in dhcpcd.conf

Update Pi

sudo apt-get update sudo apt-get upgrade

Enable 1 wire interface

Edit /boot/config.txt

Add dtoverlay=w1-gpio

Then reboot the pi

sudo shutdown -r -t 0

Install vim, git, and pip

sudo apt-get install vim, git, pip

Clone the repo

git clone https://github.com/jjulik/keezer-pi.git

Configure keezer-pi

Copy the keezer-pi.config.example to keezer-pi.config

Then edit the settings

Install keezer-pi

sudo ./install.sh

Reboot the pi once more

sudo shutdown -r -t 0

And everything should be working correctly now

keezer-pi's People

Contributors

jjulik avatar

Watchers

 avatar  avatar

keezer-pi's Issues

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.