-
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.
- Loading branch information
1 parent
be2741e
commit 6a2096d
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
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,17 @@ | ||
## instructions for running: | ||
|
||
connect a raspberry pi, client PC and server PC to the same network, connect a vibration motor to GPIO17 on the raspberry pi. | ||
|
||
make sure all IP addresses are correct in: | ||
- raspi-server.py (bindip is its own IP address) | ||
- user_server_host.py (local_ip is the client PC IP address, raspi_ip is the raspi's IP) | ||
- emotion_webcam_demo.py (connection_ip is the client PC's IP address) | ||
|
||
|
||
Now, run the python files in order | ||
1. raspi-server.py on the raspberry pi | ||
2. user_server_host.py on the client PC | ||
3. emotion_webcam_demo.py on the server PC | ||
|
||
finally, open a google meets meeting on the client PC and bring the python window to the foreground. | ||
|