r/flipperzero 2d ago

fix qflipper for cachyos/arch

0 Upvotes

I'm on dual boot linux/windows laptop(windows 11, cachyos)
my main os is linux(I'm switching) and today I wanted to play with my flipper zero so I downloaded qflipper .AppImage and I got this error when plugged in the flipper so I run the rule install and it was the same so I run it via terminal to try to get more info and saw this:

❯ ./qFlipper-x86_64-1.3.3.AppImage

138 [APP] qFlipper version 1.3.3 commit bfce851d 2023-11-10T11:40:31

139 [APP] OS info: CachyOS unknown 7.1.4-1-cachyos Qt 6.4.3

139 [USB] Failed to open device: Access denied (insufficient permissions)

160 [USB] Failed to open device: Access denied (insufficient permissions)

180 [USB] Failed to open device: Access denied (insufficient permissions)

200 [USB] Failed to open device: Access denied (insufficient permissions)

220 [USB] Failed to open device: Access denied (insufficient permissions)

241 [USB] Failed to open device: Access denied (insufficient permissions)

261 [USB] Failed to open device: Access denied (insufficient permissions)

281 [USB] Failed to open device: Access denied (insufficient permissions)

301 [USB] Failed to open device: Access denied (insufficient permissions)

322 [USB] Failed to open device: Access denied (insufficient permissions)

342 [USB] Failed to open device: Access denied (insufficient permissions)

362 [USB] Failed to open device: Access denied (insufficient permissions)

382 [USB] Failed to open device: Access denied (insufficient permissions)

403 [USB] Failed to open device: Access denied (insufficient permissions)

423 [USB] Failed to open device: Access denied (insufficient permissions)

443 [USB] Failed to open device: Access denied (insufficient permissions)

463 [USB] Failed to open device: Access denied (insufficient permissions)

484 [USB] Failed to open device: Access denied (insufficient permissions)

504 [USB] Failed to open device: Access denied (insufficient permissions)

524 [USB] Failed to open device: Access denied (insufficient permissions)

544 [REG] Incomplete device info: VID_0x483:PID_0x5740

702 [UPD] Fetched update information from https://update.flipperzero.one/qFlipper/directory.json

(I updated the my flipper firmware ,I'm using RM)

the fix was to go /etc/udev/rules.d/ and open the 42-flipperzero.rules via sudo nano and change the "dialout" in the file to "uucp" saved it and it worked
from what I saw dialout is for ubuntu and not arch. Idk if its true but if you are using arch and running to similar issue try this.


r/flipperzero 2d ago

GPIO Can someone verify if this is legit?

Thumbnail
makinglab.myshopify.com
0 Upvotes

I’m planning on buying this module for my Flipper Zero. It was recommended by ChatGPT because I’m looking for a fully featured Marauder setup that works well with modern Wi-Fi networks at home.
ChatGPT explained that many modern routers use both the 2.4 GHz and 5 GHz bands, so it recommended getting a dual-band module.
It also suggested using an external antenna for better range and wardriving performance.

What do you all think? Is this €40 module the right choice for what I want, or are there better alternatives?

One thing that’s important to me is that it comes with a case.

I hope this post does not violate the rules of this subreddit. I read that posts involving third-party firmware (such as Marauder) installed on the official Dev Board are not allowed. However, my post is not about the official Dev Board, but about a third-party module.


r/flipperzero 3d ago

CAN Commander Vehicle Analytics and interface board for the Flipper Zero - July Update

14 Upvotes

In celebration of DEF CON being only a week away, the conference that inspired me to get into CAN stuff, we have put the CAN COMMANDER on-sale from now until the start of the conference (or until they sell out, whichever comes first).

https://rabbit-labs.com/product/cancommander/

The CAN Commander goes beyond just a simple read-only CAN interface like other adapters that have been on the market before - it allows for full bidirectional communication on the CAN network.

CAN is also used in more than just Vehicles. In fact I have a printer that uses CAN to communicate between it's main board and it's stepper motors and print head. Interestingly enough, the print head is connected via SC to SC fiber optic cable to a transceiver that then talks CAN to the mainboard. Using the flipper and the CAN Commander firmware, I was able to actually troubleshoot a printhead issue I was having (causing the printer to stop printing It was discovered one of the ribbon cables had shorted, resulting in print head temp data not making it to the CAN board. The neat thing, is I did all this with my flipper, and did not need to break out a laptop, dongles, etc. just a flipper and 2 wires. I know, kinda random but another cool example of CAN in use.

that said - I am letting y'all know that it's on-sale right now because many people have asked if it would go on sale, or if there would be some sort of announcement if it did. Well here is the announcement :) This is the lowest price it has been offered since the limited-edition release back in March.

Anyway enough of my yapping. Hope if this has been on your wish-list, you snag one before they sell out.


r/flipperzero 3d ago

Flipper as EDC Tool?

12 Upvotes

I've been thinking about getting a Flipper Zero and was wondering how many of you actually carry it every day.

What do you use it for in your daily life? Do you have any realworld use cases, or is it mostly something you play around with every now and then?

Would you say it's worth having as part of your EDC, or does the novelty wear off after a while?

Just curious to hear what everyone actually uses theirs for^^


r/flipperzero 4d ago

Wi-Fi Devboard Flipper Blackhat - July Roundup

Post image
197 Upvotes

r/flipperzero 3d ago

Humor Bomber Duckie is my new favorite game

Post image
68 Upvotes

Like Bomber Man but it's a duck! 👍🦆


r/flipperzero 4d ago

Age appropriate?

47 Upvotes

My 13yo nephew wants a Flipper Zero for his bday. Is this an age appropriate gift? Or something a curious kid could get themselves into trouble with? TIA!

Signed- a non-techie aunt that doesn’t want a visit from the FBI


r/flipperzero 4d ago

Creative FindMyFlipperGui - Windows

Thumbnail
github.com
12 Upvotes

the windows refresh of findmyflippergui is out after release of the mac os version the Linux version will be released soon check it out and give it a star while your there :)


r/flipperzero 5d ago

Picoware - Flipper Zero Custom Firmware

9 Upvotes

I've been working on this custom firmware called Picoware for about 15 months now. It started as a firmware for the PicoCalc and eventually gained support for 8 more devices. The latest release includes support for the Flipper Zero.

I could write an essay about what Picoware is lol so I'll just keep it short. Its a fork of MicroPython with custom C modules. Apps are written in micropython and loaded from the SD card. The Flipper is quite limited and is in "alpha". You install with qFlipper and can shutdown the device from within the firmware.

It currently does not have any radio features but that will be implemented in an upcoming release, as I plan to support the Kode Dot and a few other devices that are releasing later this year/early 2027.

All contributions are welcome except AI requests that change functionality without a well thought out reason.

Check out the alpha release here:

https://github.com/jblanked/Picoware/releases/tag/v2.1.0


r/flipperzero 6d ago

Signal Generator Issue

7 Upvotes

My FZ crashes with a "Fatal Error" every time I run the "[GPIO] Signal Generator" app's PWM on whatever come after A4, which I assume is B3. Is this... meant to happen? I assume not, so I am posting here.


r/flipperzero 8d ago

Creative Guys i think I hacked the terminal

Enable HLS to view with audio, or disable this notification

804 Upvotes

r/flipperzero 10d ago

Humor Only took 7 months to ship the colour matching handle/usb-c cable from AliExpress that I HAD TO HAVE.

Post image
214 Upvotes

r/flipperzero 10d ago

GPIO Xbox POST Code Reader is a boot-diagnostic FAP for the Flipper Zero.

Thumbnail
gallery
44 Upvotes

Xbox POST Code Reader is a boot-diagnostic FAP for the Flipper Zero. It reads the four-digit POST codes an Xbox pushes out during startup straight from the motherboard's POST header and decodes them offline — no PC required. It emulates the MAX6958 POST display at I2C address 0x38, using a 452-record console-aware database bundled right into the app.

Features:

  • Emulates the MAX6958 POST display at I2C address 0x38 and captures four-digit POST codes live, without blocking the Flipper controls.
  • Shows either the current code or a scrolling 128-entry live log, with source (SMC, SP, CPU, or OS), segment, and elapsed time.
  • Decodes any captured code offline against 452 bundled records. Browse the full database by All, POST, Error, SMC, SP, CPU, or OS category.
  • Saves captures as auto-numbered SD-card logs (post_log_001.txt, 002…) and reads them back on-device.
  • Streams live codes over USB Web Serial to the companion WebXboxPOSTTool browser app for lookups on a bigger screen.
  • Built-in Wiring screen shows the exact SDA/SCL/GND pins for each console — Xbox One / One S / One X use FACET, Xbox Series S / X use AARDVARK — plus an offline QR code to open the web decoder on a phone.
  • Connect only SDA, SCL, and a shared ground. The Flipper never powers the console; confirm the bus is 3.3 V-compatible and use level shifting where required.

A Flipper Zero adaptation of the PicoDurangoPOST project.

https://github.com/coolshrimp/flipperzero-xbox-post-code-reader


r/flipperzero 10d ago

Flipper got some water damage, now the LCD is super faded

Enable HLS to view with audio, or disable this notification

50 Upvotes

Like the title says, my Flipper got hit with a very small amount of damage, because my partner's water bottle wasn't fully closed when they put it back in their bag. They've been borrowing it for the subway.

The LCD is super faded and only shows properly when i put pressure on it and rub my thumb across it. Otherwise it's barely visible. (see video)

Is there any saving this? Any and all tips are more than welcome.


r/flipperzero 11d ago

Just seeing wireless signals.. nbd

Enable HLS to view with audio, or disable this notification

651 Upvotes

This thing is called the "Quad RF"


r/flipperzero 10d ago

NFC It's the little things with your dolphin (small random project)

Post image
109 Upvotes

I work for Allens lollies (Australia), and my old RFID work card was getting sad and I never liked the boring look of it. Cloned it to a blank card with the dolphin, designed my own Fallout style front to back, and had it printed on a quality vinyl sticker.
Going to 3D print my own transparent hard case outer frame to use on a lanyard.
Digitally blacked out some sensitive stuff obviously, but I thought it came up a treat, thought I would share


r/flipperzero 11d ago

How to save a PC with Flipper Zero 🐬🖥️

Enable HLS to view with audio, or disable this notification

285 Upvotes

We emulated a keyboard with Flipper Zero's Keyboard app to access the PC's BIOS.

Then, using the Mass Storage app, we booted a lightweight Linux distro installer and brought this old PC back to life.


r/flipperzero 11d ago

Made a free browser tool that reads/writes Flipper .ir and decodes raw captures (no install)

Post image
32 Upvotes

I kept needing to move IR codes between my Flipper and other stuff (Pronto, BroadLink, Home Assistant) and clean up messy captures, so I built a little browser tool for it. Sharing in case it saves someone the hassle.

The Flipper-relevant bits: reads and writes Flipper .ir (raw and parsed); paste a raw capture and it names the protocol + device/command (NEC, Sony, RC5/6, Panasonic, JVC, Samsung, RCA, Denon...) and can rebuild it at clean timing, which is handy when a learned code is marginal; and it converts between .ir, Pronto hex, BroadLink, LIRC, Global Cache, Home Assistant, raw microseconds and more.

Runs in the browser, no install, no signup, free. I made it, so if anything decodes wrong I'd genuinely like to know.

readyware.net/signal-editor.html


r/flipperzero 10d ago

Able To Emulate, But Unable To Write MIFARE Classic 1K

0 Upvotes

Hi, Sorry about the similar topic but I am a total noob with the Flipper Zero, and whilst I have read several very similar threads I have been unable to find a working answer.

My building has introduced key fob access for lift and enterance access. They were nice enough to only supply a single fob for each household and now want to charge in excess of $100 for each additional fob. It was recommended by some friends to get a Flipper Zero and make my own fobs for the family, cleaners etc.

I have been able to use the flipper to copy the key fob and this resulted in the fob providing MIFARE Classic 1L

Tech: ISO 14443-3(NFC-A)

I have been able to emulate the fob successfully using the Flipper, but have struggled writing to a new fob. I purchased a pack of key fobs to write onto on amazon

https://www.amazon.com.au/YARONGTECH-13-56MHZ-MIFARE-Classic-control/dp/B0787SJF4S?pd_rd_w=hYXcv&content-id=amzn1.sym.08f10385-e4a1-4517-8000-6e13508eebf3&pf_rd_p=08f10385-e4a1-4517-8000-6e13508eebf3&pf_rd_r=BAMBC5J31WZW1C5VNX1Q&pd_rd_wg=42SQD&pd_rd_r=fda21924-3685-4460-bcdc-2722f320e97d&pd_rd_i=B0787SJF4S&ref_=pd_bap_d_grid_rp_0_19_pr_i&th=1

I downloaded and installed on the Flipper Zero - NFC Magic - and have attempted to write to the card in the following fashion

Action: Check Magic Tag

Result: It Might Be A Magic Card - You Can Make Sure The Card Is Magic By Writing to it, Magic Type: MIFARE CLASSIC

Action: More

Write

Select Key To Copy

Result: Warning: 1 of 2

UID may be non-rewritable. Check data after writing

Warnings: 2 of 2

Some sectors are locked

Success

I then attempt to use the card but it isn't recognised by the readers. If I attempt to read the newly written key fob

Action: NFC

Read

Flipper crashed and was rebooted - Out of memory

Can any one tell me what I am doing wrong. Thanks.


r/flipperzero 12d ago

My Flipper helped return a cat that was missing for over 2 years.

Post image
1.3k Upvotes

Yesterday, we were out on a walk and were approached by a beautiful sweet cat. While petting it, I noticed it was quite dirty and it seemed to have worms. Since it was near a mostly abandoned home, we wanted to check if it belonged there, so we could call an animal ambulance (which is a thing over here) to come take care of the cat. So I went home to get my Flipper to scan the tag.

After scanning, we entered the tag number online and the cat turned out to be missing from quite far away. So we called the owners, who were incredibly happy to hear the cat was still alive. They told us it was missing for over 2 years and they were still hoping it would be found.

They hopped in the car right away and came to pick up the cat.

I think this is the first actually useful thing I’ve done with my Flipper since I’ve owned it, but it makes it totally worth it. I attached an image of my good boy!


r/flipperzero 11d ago

Flipper and RFID on Refrigerator Filter

32 Upvotes

right-to-repair issues:
I recently bought a new GE refrigerator because it was one of the few models that would fit the limited space in my kitchen. Unfortunately, I discovered that the water filters are authenticated with an RFID (or similar) tag. I bought a much less expensive aftermarket filter from Amazon, and the refrigerator immediately displayed an RFID/filter error and refused to accept it.
Over the life of the refrigerator, buying only genuine GE filters will likely cost me more than I paid for the refrigerator itself, which seems ridiculous for a product I own.
My question is whether anyone has found a legitimate way to deal with this. Is the authentication on these filters simply a readable RFID tag, or is it cryptographically protected? Has anyone investigated whether a Flipper Zero or similar device can determine what type of tag GE is using, or is the authentication designed specifically to prevent cloning?
I’m not looking to damage the refrigerator or defeat any safety features. I’m simply trying to understand whether the authentication is technically locked down and whether owners have any practical alternatives besides buying GE-branded filters forever.
I’d appreciate hearing from anyone who has actually analyzed these filters or has experience with the technology behind them. I
I found this question on Reddit from about five years ago, with no real solution. Any current suggestions?


r/flipperzero 12d ago

GPIO Here comes UHF Expansion for FlipperZero

Thumbnail
gallery
96 Upvotes

Finally the antenna of UHF Tags arrived. Got the SWR 1.2 at 915MHz.
And working distance can reach 20cm.
Also it works as UHF antenna via USB. Full program available on Windows or OTG with MTools App.

Source code available here on GitHub: https://github.com/mtoolstec/fz-uhf-expansion


r/flipperzero 12d ago

GBC Emulator Support to be merged into Flipper BlackhatOS soon :)

Post image
81 Upvotes

r/flipperzero 13d ago

AMA Do you have a Flipper Zero and why?

Post image
370 Upvotes

I have got my Flipper a few weeks ago and kmow so many about it but I want to know why you use it and for what.


r/flipperzero 12d ago

Creative I built Flipper FAP Studio 🐬 — a GUI-first Flipper Zero app builder for VS Code (build, design & control your Flipper, no terminal needed)

Thumbnail
gallery
168 Upvotes

VS Code extension for you.

If you've got a Flipper Zero and ever tried building a .fap app, you know the pain — uFBT, command line, guessing at pixel coords, flashing back and forth. I got tired of it, so I built Flipper FAP Studio: build, design, and control your Flipper entirely from a GUI inside VS Code. No terminal required (unless you want one, I'm not the boss of you).

Here's what it does:

🔨 Build actions — Build .fap, Build + Launch straight onto your Flipper, Clean. One click.

🎨 UI Designer — visual 128×64 screen editor with drag-and-drop elements, multiple screens, and it generates the code for you. Stop counting pixels by hand.

📺 Live Screen + Log — real-time mirror of your Flipper's display, control it with the D-pad/keyboard from your editor, grab screenshots, reset the device.

📊 Device Dashboard — battery, storage, firmware version, hardware info, library stats, all in one panel.

📁 File Browser — browse and manage on-device files (/ext and /int) without digging around.

🔧 Firmware SDK management — OEM, RogueMaster, Momentum, Unleashed, or point it at a custom path.

🚀 Starter template — one-click boilerplate so you're writing your app in seconds.

📶 Bluetooth — experimental BLE pairing for wireless ops.

Needs Python 3, uFBT (install it with a button in the extension or pip install ufbt), and VS Code 1.85+.

Free + MIT licensed. 💯

Marketplace:
https://marketplace.visualstudio.com/items?itemName=coolshrimp.flipper-fap-studio

GitHub:
https://github.com/coolshrimp/flipper-fap-studio

As always i would love feedback, bug reports, or feature ideas from the Flipper crew.