Skip to content

jawetzel/Raspbery-Pi3-ModelB-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspbery-Pi3-ModelB-Tools

Tamplate project with some tools for the Raspberry pi 3 model b alredy setup.

Raspberry pi3 model b GPIO Diagram, the side with odd pins faces the body of the pi

Capabilities

Play and Record Audio

https://github.com/ashishbajaj99/mic https://github.com/pmelander/node-aplay

my choices for speaker, microphone

Take Photos

https://github.com/troyth/node-raspicam

my choice of camera

Servo Motors

https://github.com/101100/pca9685

my choice of motors, servo driver, and servo motor power adapter

Climate Sensor(temp and humidity)

https://github.com/momenso/node-dht-sensor

this works for both DHT11 and DHT22

Raspberry pi3 model B command Line Setup

updating the pi

sudo apt-get update
sudo apt full-upgrade
sudo rpi-update

nodejs

sudo apt-get install alsa-base alsa-utils
sudo apt install nodejs

AudioSetup

sudo apt-get install alsa-base alsa-utils

Releases

No releases published

Packages

No packages published