Skip to content

Commit

Permalink
Setup files, programs list, GPIO pin map
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash023 committed Jan 13, 2016
0 parents commit 66ed277
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Binary file added B_Diagram_large-212x300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
COMMANDS

VNC SERVER
1) tightvncserver -geometry 1920x1080
2) vncserver -kill :(number)

I2C test

1) sudo i2cdetect -y 1
2) sudo i2cget -y 0x68 0x75
14 changes: 14 additions & 0 deletions libraries_softwares.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Libraries and softwares to be installed on pi just after first boot:

1) Open CV: python and c++
2) Wiring pi c++ and python
3) raspberry pi camera module
4) cmake
5) pip
6) python-smbus
7) i2c-tools (for i2c)
8) tightvncserver
9) isc-dhcp-server
10) cmake
11) libi2c-dev
12) Auto connect to wifi

0 comments on commit 66ed277

Please sign in to comment.