Code Monkey home page Code Monkey logo

pwnagotchi-3.5inch-raspberry-pi's Introduction

pwnagotchi 3.5 inch screen installation mod

  1. flash the given image onto a sd card and add the provided config.toml to boot directory https://drive.google.com/file/d/1CO0-47CPS6muQ8sjIbm6xOnuHNLkvWMV/view?usp=sharing 1.1 if u dont want your network to be pawned do add your ssid in config.toml or your firewall may blacklist you

  2. connect the sd card to rpi0 and the rpi0 to pc via the second port(data port)

  3. the device should show up as a RNDIS device in your netwoks 3.1 if not go to device manager the usb ports then update the ports driver with the .inf file provided this should connect the rpi0 as RNDIS device

  4. go to properties of your current working network go to sharing then add the name of the rpi0

  5. the open rpi0's properties goo to ipv4 and add static ip 10.0.0.1 and dns 255.255.255.0 (.0 at last is specific for ssh)

6.after saving open terminal

  1. ssh [email protected] (password = raspberry)

  2. to enable internet ~ nano /etc/resolv.conf

  3. edit the file add dns 8.8.8.8

  4. sudo apt update && upgrade

  5. to configure the screen (put in the screen to gpio pins)

  6. sudo rm -rf LCD-show

  7. git clone https://github.com/waveshare/LCD-show.git

  8. cd LCD-show/

  9. chmod +x LCD35-show

  10. sudo nano /usr/local/lib/python3.7/dist-packages/pwnagotchi/ui/hw/spotpear24inch.py

Remove all the content and replace with the provided screen.mod contents

  1. save

  2. ./LCD35-show lite

  3. the screen will boot dont disconect or you may have to repeat the whole process again

  4. and there you go hurray u have the cute face on your 3.5 inch screen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.