this post was submitted on 13 Apr 2024
33 points (97.1% liked)

Flipper Zero

372 readers
1 users here now

Flipper Zero is a portable multi-tool for pentesters and geeks in a toy-like body. It loves to hack digital stuff around such as radio protocols, access control systems, hardware and more. It's fully opensource and customizable so you can extend it in whatever way you like.


Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

Firmware:


Official resources:


Useful resources:

founded 1 year ago
MODERATORS
 

I just discovered this repo: Mitsubishi AC remote.

I have a reversible Mitsubishi AC.

Cloned the report, ufbt-launched it, and hey presto! I now have a second AC remote to fight my wife over the temperature in the living room with ๐Ÿ™‚

Thanks Anton!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

Any app you find in the Apps menu. Including one you compiled and installed yourself.

That's why I installed Momentum on our company Flippers, so I could vacate all the default apps out of the main menu and only leave our own custom app.

[โ€“] [email protected] 2 points 5 months ago (1 children)

Not sure I have enough experience to make my own apps, I'm familiar with a compiling on linux (though last few packages I tried to compile just refuse, idk why), but unless you mean "cd into the folder and type 'sudo make && make install' I'm at a loss. I know a bit of bash scripting but basically the extent of my knowledge is for loops.

[โ€“] [email protected] 2 points 5 months ago (1 children)

Making apps for the Flipper is phenomenally simple. You don't even need to make a Makefile: it's all in the application.fam manifest. The API is very well documented here and there's plethora of sample applications and tutorials out there - for instance, this one which is pretty good and got me started.

What you do need however is a somewhat solid knowledge of the C language. Not C++, not C#: plain old C. But you know what? I reckon getting started with your first Flipper app would be a great way to learn C. It's easy, it's forgiving and it's very quick to test changes and debug what you're doing using the CLI log.

Give it a shot: it's honestly a great and rewarding little platform to develop on.

[โ€“] [email protected] 3 points 5 months ago

Hell I might, thanks for the inspiration! I know literally nothing about C lol but I'll at least look into these tutorials and give it a shot. Hopefully I can at least learn enough to momentum-ize some app made for the ofw or unleashed or something if need be.