flipperzero-firmware/README.md

63 lines
2.0 KiB
Markdown
Raw Normal View History

2020-08-01 19:54:58 +00:00
# Flipper Zero firmware repository
Open source multi-tool device for researching and pentesting radio protocols, access control systems, hardware, and more.
2020-08-01 19:47:07 +00:00
Project website: [flipperzero.one](https://flipperzero.one)
Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper-devices/flipper-zero-tamagochi-for-hackers)
2020-08-02 05:26:43 +00:00
Forum: [forum.flipperzero.one](https://forum.flipperzero.one/)
2020-08-01 19:54:58 +00:00
## Modules/features
2020-08-01 19:47:07 +00:00
2020-08-01 19:52:21 +00:00
* [Sub-1 GHz radio](wiki/sub-1ghz-radio.md)
2020-08-01 20:01:40 +00:00
* [125 kHz RFID](wiki/125khz-rfid.md)
2020-08-02 04:18:44 +00:00
* [iButton contact keys](wiki/ibutton.md)
2020-08-02 04:20:16 +00:00
* [U2F/FIDO2 security token](wiki/security-token.md)
2020-08-02 04:28:36 +00:00
* [infrared transmitter](wiki/ir.md)
2020-08-02 04:31:40 +00:00
* [GPIO/HW tools](wiki/gpio-hw.md)
2020-08-02 05:17:15 +00:00
* [USB](wiki/usb.md)
* [Bluetooth](wiki/bluetooth.md)
2020-08-02 05:17:26 +00:00
* [NFC](wiki/nfc.md)
2020-08-02 05:17:15 +00:00
2020-08-07 00:23:27 +00:00
## Features
* [Sub-1 GHz radio](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/Sub-1-GHz-radio)
* [125 kHz RFID](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/125-kHz-RFID)
* [Infrared](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/Infrared)
* [Ibutton](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/Ibutton)
* [USB](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/USB)
* [Bluetooth](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/Bluetooth)
* [NFC](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/NFC)
* [U2F](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/U2F)
* [Tamagotchi](https://github.com/Flipper-Zero/flipperzero-firmware-community/wiki/Tamagotchi)
2020-08-02 05:17:52 +00:00
## Hardware
2020-08-02 05:36:22 +00:00
[Hardware specification](wiki/hw.md)
2020-08-02 05:17:52 +00:00
* [Version 1.0](wiki/hw-1.0.md)
* In progress Version 1.1
2020-08-02 05:25:17 +00:00
2020-08-02 05:32:15 +00:00
### Hardware components
* LCD display [buydisplay.com](https://www.buydisplay.com/1-4-inch-graphic-128x64-lcd-module-serial-spi-st7565-black-on-white)
2020-08-02 05:25:17 +00:00
## How to contribute
(add code style, contribution guide here)
## Build
* docker image
* Arduino IDE (in progress)
* PlatformIO (in progress)
## Firmware description
* HAL
* OSAL
* Components description
2020-08-07 00:23:27 +00:00
* Basic Flipperzero components