Flipper Zero app that sends spacebar when it receives any IR signal. Made for Geometry Dash but works for whatever you want
- Flipper Zero (any firmware)
- Python 3.9+
- uFBT
Install uFBT:
pip install ufbtPull the Momentum SDK:
python -m ufbt updateBuild and deploy:
python -m ufbt launch- Connect Flipper to PC via USB
- Launch the app
- Point any IR remote at the Flipper and press a button
- It sends spacebar to your PC
Hold BACK to exit
- @jasompalo - original idea
- @pilot2254 - rework