Giter Club home page Giter Club logo

raspberrypi-recipes's Introduction

Raspberry Pi Recipes

URL: https://github.com/iDoka/raspberrypi-recipes

⚠️ Note

Here my collection of practical RPi's recipes. I checked or created this recipes by my hands.

TOC

Before install

Burn image to uSD card:

sudo dd if=2020-08-20-raspios-buster-armhf-lite.img bs=4M of=/dev/sdX conv=fsync

WARNING: instread of /dev/sdX use your uSD card device!!! (please double check with this cmd!!!)

First steps after Raspbian install

Run config util if it don't start automaticly at the first run:

raspi-config

Update all:

sudo apt-get update -y
sudo apt-get upgrade -y
sudo reboot

Updating Firmware (Optional):

sudo rpi-update
sudo reboot

Install neccessary packet:

sudo apt install git python2.7 python-pip python3 python3-pip cython cython3 ipython ipython3 python-dev python3-dev
sudo apt install python-serial python3-serial python3-serial-asyncio python-libusb1 python3-libusb1
sudo apt install python-numpy python3-numpy python-yaml python3-yaml python-setuptools python3-setuptools
sudo apt install virtualenv python-virtualenv python3-virtualenv pex python-pex python3-pex dh-virtualenv virtualenvwrapper python3-venv

sudo apt install libusb-1.0-0 libusb-1.0-0-dev libusb-dev libusbhid-common libhidapi-libusb0

sudo apt install libv4l-dev v4l-utils

raspberrypi-recipes's People

Contributors

idoka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lowdown1983

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.