You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: flipagotchi/README.md
+1-17
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,7 @@
1
1
Displays the screen of the Pwnagotchi on the Flipper's screen. Interfaces over UART with a Raspberry Pi Zero W running the Pwnagotchi program.
2
2
3
3
# Setup instructions
4
-
## PwnZero Setup (Pwnagotchi side)
5
-
This procedure will explain how to configure the Pwnagotchi to use the PwnZero plugin to communicate with the Flipper. Note: You may need to change the pyserial file name based on whichever version pip downloaded for you.
6
-
1. On your host machine run `pip3 download pyserial`, this should download a `.whl` file.
7
-
2. Take note of the filename of the `.whl` and insert that instead of mine
8
-
3. Also on the host, run `scp pyserial-3.5-py2.py3-none-any.whl pi@10.0.0.2:/home/pi` to transfer the `.whl` file to the pwnagotchi
9
-
4. Now on the pwnagotchi install the module as root with `sudo pip3 install /home/pi/pyserial-3.5-py2.py3-none-any.whl`
10
-
5. Disable Bluetooth on the Pi by adding ```dtoverlay=disable-bt``` at the bottom of the ```/boot/config.txt``` file
11
-
1. This needs to be disabled so that the full UART is directed to ```/dev/serial0```
12
-
6. Enter the raspberry pi configuration settings with `sudo raspi-config`
13
-
1. Select `Interface Options`
14
-
2. Select `Serial Port`
15
-
3. Select `No` for shell over serial
16
-
4. Select `Yes` for serial enabled
17
-
6. Place the PwnZero.py file somewhere on the Pi in either its own folder or a folder with other plugins
18
-
7. Edit ```/etc/pwnagotchi/config.toml``` file and set ```main.custom_plugins = "/path/to/plugin/folder"```
19
-
8. Follow hardware setup shown in `doc/HardwareSetup.md` to connect the devices
20
-
9. Restart the Pwnagotchi and open the Flipagotchi app on the Flipper Zero
4
+
This app requires additional setup on the Pwnagotchi as well as some hardware setup. See the README.md at the root of the GitHub repository linked below.
0 commit comments