Skip to content

Latest commit

 

History

History
131 lines (126 loc) · 5.12 KB

BuildTemplate.md

File metadata and controls

131 lines (126 loc) · 5.12 KB

Hardware list

Picture Board Screen Case Power Extra Firmware
Pwnamon UI Raspberry Pi0W Waveshare Eink 2,13" 3D printed PiSugar 3 USB GPS Dongle 2.8.9

Plugins

Config:

main.plugins.pisugar3.enabled = true
main.plugins.pisugar3.shutdown = 1

You have to install the PiSugar Powermanager. Run this command and follow the instructions.

curl http://cdn.pisugar.com/release/pisugar-power-manager.sh | sudo bash

If you want to use the RTC too, add the following to your /boot/firmware/config.txt file: dtoverlay=i2c-rtc,ds3231 After these steps finished you can reach the PiSugar power manager on http://<your raspberry ip>:8421 On this build I use the Custom Button functions to control the Pwnmenu plugin, and in the settings for soft shutdown, I use a python command to shutdown the pi .with the Powerutils plugin

Config:

main.plugins.pwnmenu.enabled = true

Config:

main.plugins.powerutils.enabled = true

Config:

main.plugins.gpsdeasy.enabled = true
main.plugins.gpsdeasy.host = "127.0.0.1"
main.plugins.gpsdeasy.port = 2947
main.plugins.gpsdeasy.device = "/dev/ttyACM0"
main.plugins.gpsdeasy.baud = 9600
main.plugins.gpsdeasy.fields = ['fix']
sudo apt-get install gpsd gpsd-clients

Config:

main.plugins.wardriver.enabled = true
main.plugins.wardriver.path = "/root/wardriver"
main.plugins.wardriver.ui.enabled = true
main.plugins.wardriver.ui.position.x = 5
main.plugins.wardriver.ui.position.y = 95

main.plugins.wardriver.wigle.enabled = true
main.plugins.wardriver.wigle.api_key = "YOURAPIKEYHERE"
main.plugins.wardriver.wigle.donate = false

main.plugins.wardriver.whitelist = []

Config:

main.plugins.enable_assoc.enabled = true

Config:

main.plugins.enable_deauth.enabled = true

Config:

main.plugins.instattack.enabled = true

Config:

main.plugins.clock.enabled = true

Config:

main.plugins.expv2.enabled = true
main.plugins.expv2.lvl_x_coord = 0
main.plugins.expv2.lvl_y_coord = 81
main.plugins.expv2.exp_x_coord = 38
main.plugins.expv2.exp_y_coord = 81
main.plugins.expv2.str_x_coord = 67
main.plugins.expv2.str_y_coord = 32
main.plugins.expv2.bar_symbols_count = 12

Config:

main.plugins.tweak_view.enabled = true

Config:

ui.faces.look_r = "/custom-faces/look_r.png"
ui.faces.look_l = "/custom-faces/look_l.png"
ui.faces.look_r_happy = "/custom-faces/look_r-happy.png"
ui.faces.look_l_happy = "/custom-faces/look_l-happy.png"
ui.faces.sleep = "/custom-faces/sleep.png"
ui.faces.sleep2 = "/custom-faces/sleep2.png"
ui.faces.awake = "/custom-faces/awake.png"
ui.faces.bored = "/custom-faces/bored.png"
ui.faces.intense = "/custom-faces/intense.png"
ui.faces.cool = "/custom-faces/cool.png"
ui.faces.happy = "/custom-faces/happy.png"
ui.faces.excited = "/custom-faces/excited.png"
ui.faces.grateful = "/custom-faces/grateful.png"
ui.faces.motivated = "/custom-faces/motivated.png"
ui.faces.demotivated = "/custom-faces/demotivated.png"
ui.faces.smart = "/custom-faces/smart.png"
ui.faces.lonely = "/custom-faces/lonely.png"
ui.faces.sad = "/custom-faces/sad.png"
ui.faces.angry = "/custom-faces/angry.png"
ui.faces.friend = "/custom-faces/friend.png"
ui.faces.broken = "/custom-faces/broken.png"
ui.faces.debug = "/custom-faces/debug.png"
ui.faces.upload = "/custom-faces/upload.png"
ui.faces.upload1 = "/custom-faces/upload1.png"
ui.faces.upload2 = "/custom-faces/upload2.png"
ui.faces.png = true
ui.faces.position_x = 0
ui.faces.position_y = 34