Skip to content

Welcome to the Flipper Community Wiki

This site contains the unofficial community driven knowledge base for the Flipper Zero.

Ready to continue onwards?

Also check out the cool Flipper Discord Community Server!

This Discord Flipper Zero focused server is community first and community-led by many of the long time people that were present in the official server, with more freedom to teach and interact with the community! Want to join in the fun? Click the link!

https://discord.gg/vUVK5naagd

Looking to contribute?

See our Contributing page!

Note: The content of this wiki is created and maintained by the community and does not represent the official views, statements, or endorsements of Flipper Devices. All Flipper artwork is attributed to Flipper Devices unless otherwise stated. see the about page for more info

Latest Updates:

Beginner's Guide to Protobuf via python
The Flipper Zero supports receiving commands via protobuf encoded communications via both USB and GPIO. Protobuf communication allows you to do a number of different items via external controls such as: - press buttons - read/write files - draw on the screen - set GPIO pin states and many other functions. While very flexible in their abilities to send/receive varying forms of data, they are also a bit more complex to handle due to the encoding step one needs to complete beforehand so that you can use these commands in your Flipper Zero applications. In order to do this, the official method is to use what is referred to as a protobuf compiler to do this and generate what you need. There are multiple protobuf compilers that will generate these encodings (The official protobuf toolset, nanopb, etc). They can also be encoded by hand if one studies the structure of the data encoding. This guide will assume low/no knowledge of protobufs and data structures and will try to aim for the path of least resistance. Python: Press a key via protobuf For this tutorial, we will set up a basic python environment to handle protobuf and simply send a short press of the UP key on the Flipper Zero to demonstrate how to use protobufs. Prereqs
Arcade Cards
Arcade Data Cards You should not be using your Flipper Zero to emulate your arcade data card. The five main arcade data cards currently in use are: The Flipper Zero includes the MFC Sega Aime and Bandai Namco Passport access keys in the system dictionary as of OFW 0.98.2.
The Flipper Zero expanded its FeliCa emulation support as of OFW 0.103.1. The Sega Aime parser reveals the card's access code.
The Bandai Namco Passport parser reveals the card's access code as of OFW 1.4.2 provided it is correctly encoded in Sector 0 Block 2. The latter four companies have FeliCa card variants endorsed with the Amusement IC Card [AIC] logo. Arcade Data Card Emulation Compatibility Arcade Data Card Emulation Compatibility Notes - If FeliCa emulation does not work, you firstly need to: 1. Back up your microSD card;
Public Transport
The below information is for educational purposes only, and is NOT designed to facilitate fare evasion. Resources - FeliCa Tool - MetroDroid - Metroflip - NFC TagInfo by NXP: Google Play - NFC TagInfo by NXP: App Store - PTDex FeliCa If you have either a HKG Octopus Card or a Japan Transit IC Card using FeliCa, then you can use either FeliCa Tool, MetroDroid, or the Android version of NFC TagInfo by NXP to view some information relating to the card.
The Basics
What To Do After Getting Your Flipper Zero -

Read the official docs!

- Seriously, Read them! - Have we mentioned how great they are?! - Do you know how cool reading them makes you?! - Read our very cool FAQ! - Having issues? Check out the Troubleshooting page! - Check out this very cool qflipper alternative program, FlipperUI! What Not To Do Do Not Try Copying a Car Remote/Keyfob
Troubleshooting
It is recommended first that you check out the ^^Device Troubleshooting section of the official troubleshooting docs^^ before proceeding below, as your question may be answered there. For guides to troubleshoot some of the more obscure Flipper Zero issues, see the items below: [TOC] Flipper Zero Error code on updating If you are experiencing an error code when updating, you can look at the error code list from the OTA update process docs to narrow down your issue. In most cases, errors are typically caused by an improperly formatted or failing MicroSD card and will correspond to the Updating resources error code section. Forgotten/unknown Flipper Zero PIN See the official docs page for PIN reset instructions. If you are still having problems, browse your MicroSD card and delete the hidden .int folder and try the above steps in the docs again.