Skip to content

Setting up Raspberry PI

Roberto edited this page Mar 5, 2016 · 14 revisions

First steps

logon and update OS:

sudo apt-get update

sudo apt-get upgrade

update firmware:

sudo apt-get install rpi-update

sudo rpi-update

  1. Setup camera module
  2. Setup PIGPIO
  3. Setup OpenCV
  4. Setup Flask
  5. Setup Wi-Fi
  6. [Setup audio and speech](https://github.com/previ/coderbot/wiki/Audio and speech)
  7. Setup Scratch for GPIO (optional)
Clone this wiki locally