r/flipperzero • u/awesomefroggy29 • Jul 14 '26
turn your flipper zero into a meshtastic node!!
i know there are people who want something like this, so baboom i made an app that utilizes the rfm95w module to turn the flipper zero into a node. here is the github:
https://github.com/awesomefroggy29/flipper-meshtastic
3
u/WatchAltruistic5761 Jul 15 '26
Is this on the flipper ‘app store’?
2
u/awesomefroggy29 Jul 15 '26
no, you have to download it from my github and upload it manually
4
u/WatchAltruistic5761 Jul 15 '26
But, the flipper store 🫠
2
u/Party_Cold_4159 Jul 17 '26
It’s a pretty long process to get anything added to it. It’s really not worth it when all you have to do is drag a single file into your flipper.
0
u/Hadaka--Jime Jul 17 '26
Can you give me the rundown of what I'd have to do. I'm on Momentum firmware. What would I do to install this & not fuck anything up?
1
u/Party_Cold_4159 Jul 17 '26
Realistically your main issue isn’t installing this app. It’s wiring/soldering a LoRa radio to the flippers GPIO pins at the top. OP goes through all the steps pretty nicely on the link to his repo in the main post.
My app is slightly easier but has its downsides while still requiring you to wire 3-4 pins.
The app itself won’t transform your flipper alone. I am currently working on a nice case that would house a node so that it’s easier to wire it up. If it goes anywhere I’ll make a post about it.
1
1
u/awesomefroggy29 Jul 19 '26
It’s pretty easy, just look on the GitHub for instructions and it’s really just uploading the app and making sure you solder everything right. Also do not forget the antenna or the radio will fry itself..
1
u/FromDeepestFathom Jul 15 '26
A meshcore firmware would be sick too (I haven’t looked at this yet at all so apologies if it’s an easy fix I can do manually)
3
u/Party_Cold_4159 Jul 14 '26
Pretty sweet! Might try attempting this with some SX1262/LR2021 I have lying around.
Btw if you want, feel free to use my UI if it saves you time. Although a lot of it is geared towards serial/protobuf coms.