https://github.com/bulletdev/flipperpi
Flipper Zero usando uma Raspberry Pi
https://github.com/bulletdev/flipperpi
Last synced: about 2 months ago
JSON representation
Flipper Zero usando uma Raspberry Pi
- Host: GitHub
- URL: https://github.com/bulletdev/flipperpi
- Owner: Bulletdev
- Created: 2024-12-18T07:22:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T12:51:12.000Z (about 1 year ago)
- Last Synced: 2025-02-10T20:41:34.767Z (11 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlipperPi
Flipper Zero usando uma Raspberry Pi
## Próximos Passos
Para tornar o projeto funcional:
Instalar dependências
Configurar módulos de hardware
Testar cada função separadamente
Adicionar mais protocolos de comunicação
## Instalação de Dependências
sudo apt update
## Instalar dependências do sistema
sudo apt-get install -y python3-pip bluetooth bluez libbluetooth-dev
### Instalar bibliotecas Python
pip3 install RPi.GPIO nfcpy bluez pyserial
pip3 install adafruit-blinka adafruit-circuitpython-ssd1306