Skip to content

Automatic lightning dodger for FFX using an LDR with a Pico

Notifications You must be signed in to change notification settings

TheLordStyle/FFXLightningDodger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FFXLightningDodger

Automatic lightning dodger for Final Fantasy X using an Light Dependent Resistor (LDR) with a Raspberry Pico and CircuitPython

First install Circuit Python on your Pico: https://circuitpython.org/board/raspberry_pi_pico/

Download the libraries package: https://circuitpython.org/libraries

Copy the library 'adafruit_hid' to the /lib/ folder on the pico.

Copy the files boot.py and code.py to the root of the Pico.

Connect a Light Dependent Resistor to Analogue pin A2 on the board with a 10k resistor. Point the LDR at your screen, in my case i'm using a steamdeck.

The onboard LED will light up when it detects lightning and stay lit when it's dodged 200 times.

IMG_3630

About

Automatic lightning dodger for FFX using an LDR with a Pico

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages