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

Flipper Zero

356 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!

top 8 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 4 months ago (1 children)

Mine is supposed to be delivered today, can't wait to toss momentum on it and see what I can do!

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

Momentum is my favorite. I really like their UI, the ability to add any app to the main menu, and the battery charge limiter.

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

I haven't messed with any of them yet, but from the research I've done I know I'll need cfw of some sort for what I'd like to do. I was between unleashed and momentum but if I understand correctly momentum is basically unleashed+, and I like the easy spoofing of mac addresses, so I'm going with that.

When you say "add any app," do you mean any app from labs? I've been wondering if it was possible, like if all apps for ofw work on momentum too. My mailman needs to hurry up! Lol

[โ€“] [email protected] 2 points 4 months ago* (last edited 4 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 4 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 4 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 4 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.

[โ€“] [email protected] 2 points 4 months ago* (last edited 4 months ago)

Awesome remote! Here's a great repo for remotes, but it doesn't have as good of a UX as the one you linked, like no readout of the temp.

https://github.com/Lucaslhm/Flipper-IRDB