forked from suyash023/Humanoid-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup files, programs list, GPIO pin map
- Loading branch information
0 parents
commit 66ed277
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |