Your wiring chart was accurate! Honestly the amount of documentation you released is what's impressive! If you'd like to join the discord I know we would love to have you!
again thank you for these tutorials dude. please keep up the flipper content being as descriptive as possible & explain it to me like I'm an actual 5 year old 😆. you rock dude
And then my very next search brought me back to your channel and the second most excellent FZ video yet. So glad I grabbed a few dev boards when I got the Kickstarter, and have a couple ESP32s kicking around. Next project here we go...
Thanks for this video, very helpfu:) What fw are you using? I got the 3sp32 flashed but my gpio menu doesn't show that 'esp32 marauder' option you are using to test it. I'm burning to get started!
Very cool custom boards and your instructions are very easy to follow! In my opinion, you could stand to insert gifs a bit less frequently but other than that great work dude!
Oh wait, there really was an update to the app.. thank you for the notification! Also, I totally stand by that job you did with those DuPont wires! Cable management at its best :D Also also, DAMN EXCELLENT TUTORIAL HERE!
Love the clarity of your instructions, but GOOD GOD the gifs are too much. I found them to be extremely distracting and annoying. The rest was great though.
Not sure if it has already been suggested, but have you considered double stacking the boards to protect the wiring? Use headers pins to connect another board and basically make it so the wires are inside/sandwiched? And then obviously fill that to the gills with hot glue. Just splurp a buncha hot glue in there. No such thing as too much hot glue, only too little. 🤙
I have no idea what I'm watching, BUT my flipper just arrived and I want you to know you have released the Monster in me.... Thank you (time to learn what you are doing here and I'm off to play)
you don't have to reset it to change animations. you can hold the select button to cycle trough animations (at least on xtreme firmware not sure for the rest)
How do you solve the power lines if you have ESP32, NRF24 and SD card reader as well? Which one is powered from 3.3V line, which one from 5V line? and since there is only one 3.3V line, one 5V line, two of them should share the same line, right? I would appreciate your answer. thank you so much.
Mostly... the official board uses a ESP32 S2 (WROVER) which can caputer PCAPS. Check out my other video explaining this th-cam.com/video/subLBPJ3IxU/w-d-xo.html
Can you explain how you built it further? Like the added stuff you built along like the antenna and the sd card -> how do we add it the the “board” we built and do we need to write anything in the code to add features? Would love to learn how I can build my own board with extra features like your v2 in the latest video’s
Huge missing step: You have to have Python installed on your computer. Installing gitbash does not install python onto your PC, at least it didn't for me using windows 11 and all the default install options. I had to manually install python on my PC to get step zero to work.
I’ve been following you recently, I want to ask you. I can connect my esp32 board with which I use wifi marauder. To my plate cc1101 in what points to weld etc so that everything is a plate is possible
Just bought a ESP32 with OLED display, will the display show anything if I follow those steps? Is there a firmware for esp32 with OLED? Great firmware btw congrats!
I don't understand, with the whole touchscreen assembly It looks like to me that its mostly ran on the external board, at what point is the flipper just being used to power these boards and there is very minimal data transfer?
I'm trying to make the esp32 wroom wifi board with the antenna on the pcb as well. Do I need an SD card and screen on the pcb wired and soldered like you have it for it to work with my flipper?
Hey Sassy mate! I’ve bought the same heltec as you, however as I followed the process of downloading marauder to this esp32, the screen lost function and does not function when connected to the flipper. Any help would be appreciated!
that board is cursed lol. it uses heltec's proprietary coding so it was a nightmare to work with. Mine only displays a static image. It doesn't actually do anything
I finally did it!!!! Spent like 12 hours today to do this, but I am a total newbie but I really enjoy learning about this stuff. Thank you for the tutorial! Actually had so many problems while doing this, but managed to finish the board, really proud of myself right now! For example, at the end part with: python3 EasyInstall, I constantly got red errors about python ..... [python3 : The term 'python3' is not recognized as the name of a cmdlet, function, script file, or operable program] ...don't really know why, even without the 3 just "python" didn't work.....so after a few hours spinning my head around the requirements.txt not working right and this python thing..... I found out that after the pip instalation reqirements.txt, after the connection ESP32 with PC, I just have to run: start EasyInstall.py and it opened the window! Installed the correct version, and everything else after, voila, I have a working replacement for my Flipper Dev board! Thank you so much for the tutorial, but if you know why or what the problem with the Powershell is, why do I get python error? So my SkeletonMan window would be black in cmd, not in powershell, like yours!
@@TalkingSasquach Yes, did step 0, but had an error with the requirements.txt (even tho' the set-location and folder had the requirements.txt), so did a few google searches and managed to fix it. This command helped me? .... I'm not sure, heh: pip freeze > requirements.txt Anyways, good thing it works perfectly now, I'm gonna continue adding the nrf24, and then, gonna try again. Actually having fun building this stuff, while I'm not working at the studio, sooooo thank you! 🤘🤘🤘
i was wondering that not only 4 wires are enough to use the pmpkid deauthor to save pcaps files to the flipper memory, it saves it with zero size, thu it saves the logs inside the logs folder just fine !?!?
still, i made so many changes to make sure, esp32 by itself and hookedwith 4 wires to the flipper will save files inside logs folder just fine, but inside the pcaps it will only create filenames without any contents saved (zero size) :L
I'm pretty sure you could, you'd have to recompile the Marauder firmware with the correct drivers and resolution, but i think technically you could pull it off. I actually have one so it might be worth a try!
@@TalkingSasquach hey somebody told me you have your own firmware to this is that true? What is it like …unleashed or roadmaster? Or is this something new altogether?
is the board in the back holdng it all together the breadboard on your amazon list? also do you have a video showing how to put it all together after what you showed here brotha? great videos man you make it easy for us tards lol
@@TalkingSasquach thanks bro, any chance your going to be doing a video showing how to put it all together on the PCB and maybe a guide on how to get things running on it ?
I'm getting my Flipper on Tuesday and have a ESP8266 laying around. Could I use it to do the same thing? I figured I light aswell try as the ESP32 is technically just an upgraded ESP8266. Love the content, keep it up! Even though I haven't got my Flipper yet I watch your videos daily so that I'm ready to go once I get it and know what to do :))
Hey, I have been scouring the internet in the past few days to find a good alternative for the flipper zero. But there are none. I decided to make something which has similar functions to the flipper zero with the ESP32. I found two projects which I can make; esp32 marauder and esp32 cc1101 (for rf hacking). I prefer any of the two but the rf hacking project is dope. I can't find much info on the internet about these projects... Can you please guide me or give me some details about how you made your custom marauder NRF24L01 boards? How can I get a user interface with an oled screen with esp32 provided I don't have a flipper. Second question, can the NRF24L01 sniff rf? What is the wiring for it to the esp32? Sorry for taking your time, but please reply back if possible. Thanks 😁 have a good day.
it says Failed to connect to ESP32: No serial data received and for the driver i had to download the windows one not the uni because no app was in the uni one
Can you not run over the install on the driver files I cannot find the install file anywhere and you just skip it entirely. Maybe I should know this but I don’t so think about that when you’re describing 6 steps!
@@TalkingSasquach hey I’m having trouble with the flasher. It’s telling me that there is no esp32 device was detected, do you happen to know what causes this or how to fix it?
@@TheWrenchEngineer if you've got the drivers installed, try holding the boot button literally from before plugging in the board until after it tries to install
Yo I'm not going to lie I dont understand what I'm doing aha you explained it 💯 perfectly. I'm just not grasping what it is this machine is supposed to do I have a flipper now 😕 n I'm so lost 😔
i wanna make a nrf24 board but I have no clue where to start, can someone give me some pointers or links to help me get started, maybe I will make a nrf24 + esp32 combo like this. Thanks
I can't seem get this to work. Power shell just will not recognize my python installation. Ive tried troubleshooting it idk whats going on. just going to order a wifi borad from flipper when they get more in stock. I think youre leaving some stuff out im supposedly to already know. or im just an idiot. maybe even both.
Update: Apparently newer esp board have had a hardware lock put on them and will not become a marauder. You need older model esp and only certain brand will do.
Props on being able to build the Marauder with touch screen. If all you had to go on is my shitty documentation, it's truly impressive.
Your wiring chart was accurate! Honestly the amount of documentation you released is what's impressive! If you'd like to join the discord I know we would love to have you!
Dude you put so much info out there, its amazing. Thank you, seriously. 😊🎉🎉
again thank you for these tutorials dude. please keep up the flipper content being as descriptive as possible & explain it to me like I'm an actual 5 year old 😆. you rock dude
I make tutorials that try to explain everything, no prerequisites except for installing your own software on your own computer.
And then my very next search brought me back to your channel and the second most excellent FZ video yet. So glad I grabbed a few dev boards when I got the Kickstarter, and have a couple ESP32s kicking around. Next project here we go...
Thanks for this video, very helpfu:) What fw are you using? I got the 3sp32 flashed but my gpio menu doesn't show that 'esp32 marauder' option you are using to test it. I'm burning to get started!
can you please make video how you wire up bread borad with screen with card reader and esp and nrf24 please? is there any instruction!?
Another masterpiece! "Lil Sasquach is growing up so fast."
Thanks buddy!! Your repo is permalinked in my description!
This is the video I was waiting for!! Thanks for creating this.
Very cool custom boards and your instructions are very easy to follow! In my opinion, you could stand to insert gifs a bit less frequently but other than that great work dude!
I agree - good vids but wayyyy too many gifs. 1 or 2 per video would be enough.
Oh wait, there really was an update to the app.. thank you for the notification! Also, I totally stand by that job you did with those DuPont wires! Cable management at its best :D Also also, DAMN EXCELLENT TUTORIAL HERE!
Finally got my parts in today, doing this as soon as i get home from work.🎉🎉🎉 Thanks Squatch!
Hell yeah! Have fun!
The overlay gifs were extreme on this one. Personally appreciate this having been toned down a bit. Probably is meta on tiktok
Love the clarity of your instructions, but GOOD GOD the gifs are too much. I found them to be extremely distracting and annoying. The rest was great though.
@@michaelkamka6568 thank you!
Nice work as usual Sas, keep it going bro.
Thanks! I appreciate you!
Not sure if it has already been suggested, but have you considered double stacking the boards to protect the wiring? Use headers pins to connect another board and basically make it so the wires are inside/sandwiched? And then obviously fill that to the gills with hot glue. Just splurp a buncha hot glue in there. No such thing as too much hot glue, only too little. 🤙
I subscribe to the cult of hot glue. Great idea!
@@TalkingSasquach glue be with you, brother. 🙏
Thanks for this tutorial! After fighting with python on windows, and some com port issues, I got this going.
you can shift-rightclick to open a powershell window in a folder btw :)
You can tell that I only use PowerShell to build flipper firmware lol
Quality is to the moon. Keep it up ‘squatch.
Thanks!
I really appreciate the time you took to make this accessible. Thank you.
just got my flipper today, first thing i. doing is looking into this haha. awesome editing, really fun video!
I have no idea what I'm watching, BUT my flipper just arrived and I want you to know you have released the Monster in me.... Thank you (time to learn what you are doing here and I'm off to play)
There's so many cool things you can do!
I really want to know too.
@@speeddemonvrod esp32 is how you will actually hack
This channel is dope af. Just subbed. Keep doing content like this.
Thanks!!
Love your combo boards! Is there a chance you could share the wiring schematics for them?
I've got links and diagrams in my Discord!
@@TalkingSasquach Fooking A, been digging!!! Hahaha. LFG, on way now!
Nice video! Cheers. With the nrf24 and esp32 wiring if there is any overlap do you just splice in the overlap and flipper uses either or?
you don't have to reset it to change animations. you can hold the select button to cycle trough animations (at least on xtreme firmware not sure for the rest)
Thanks a lot for the exact and easy description of the ESP 32-flashing. Great !
Thank you for all your tutorials! so freaking helpful! Any chance you could update the amazon parts list? I really want to make one of these :)
you can switch animations by holding the center.button while in brainiac mode
What are your intentions with Lora 32?
I'm thinking about installing one too
If you hold the ok button it changes animations, you don't have to restart it.
on RM yes, but I didn't think they had that feature in official firmware
Fantastic video! Btw, those wires are called DuPont wires, not Dunlop.
lol I know that but i say it wrong all the time, good catch!
How do you solve the power lines if you have ESP32, NRF24 and SD card reader as well? Which one is powered from 3.3V line, which one from 5V line? and since there is only one 3.3V line, one 5V line, two of them should share the same line, right? I would appreciate your answer. thank you so much.
Thnaks man u rulz ! Where i can find the diagram for the ftf display?
Out of curiosity does this work the exact same as the Wi-Fi board? The de-auth etc
Mostly... the official board uses a ESP32 S2 (WROVER) which can caputer PCAPS. Check out my other video explaining this th-cam.com/video/subLBPJ3IxU/w-d-xo.html
Why would you want 2 ESP32s on the Yeti Mk3? 5:36
And how do you install the SD card/micro SD card reader
The heltec Lora esp32 with the screen could you do a video on how you got marauder on there ? When I flash it the screen is not working
Can you explain how you built it further? Like the added stuff you built along like the antenna and the sd card -> how do we add it the the “board” we built and do we need to write anything in the code to add features? Would love to learn how I can build my own board with extra features like your v2 in the latest video’s
Huge missing step: You have to have Python installed on your computer. Installing gitbash does not install python onto your PC, at least it didn't for me using windows 11 and all the default install options. I had to manually install python on my PC to get step zero to work.
Good point!
Is there a tutorial that shows how to solder everything?
I’ve been following you recently, I want to ask you. I can connect my esp32 board with which I use wifi marauder. To my plate cc1101 in what points to weld etc so that everything is a plate is possible
Yes!! I was hoping for this video lol
It's amazing how easy it is to make your own WiFi board!
Hey Men i am Brazilian and i don' speak english well. But This vídeos Help me a Lot!!!
so glad it was able to help you!
The software that you flashed in this video will that work with your ftf display or is it another software ?
Yeah it works with the TFT!
@@TalkingSasquach Thanks all working now, is there a way to calibrate the screen? i have to touch at almost the bottom to get the top buttons?
We found 1 post on instagram and we love u since ❤
Just bought a ESP32 with OLED display, will the display show anything if I follow those steps? Is there a firmware for esp32 with OLED? Great firmware btw congrats!
Absolutely in love with the energy of your videos and the way you explain everything so clearly and easy to follow.
Youre awesome!
Sphyxx! Thank you so much for the support! love my #random friends!!
4:05 hi, can you do a Tutorial to install the firmware with screen Support? Thank you very much
Can we get a tutorial on the yet-E-board?
I don't understand, with the whole touchscreen assembly It looks like to me that its mostly ran on the external board, at what point is the flipper just being used to power these boards and there is very minimal data transfer?
Hi so i wanted to buy the welding flux and their is pens and syringes whats better?
could you provide a wiring diagram for the display to esp32 please
Wiring diagrams for these boards please!!!
They're in my discord!!
i need to find a alternative to the flipper zero altogether. unable to get in my areaa.
I'm trying to make the esp32 wroom wifi board with the antenna on the pcb as well. Do I need an SD card and screen on the pcb wired and soldered like you have it for it to work with my flipper?
Do you plan to make a video on how you put everything together?
can i do the same thing as the dev bored for the flipper like wi-fi rick rolled????????
please anwser soon getting the esp 32 td
You Can! I even have a video showing how to do that!
@@TalkingSasquach thanks i was looking for the video but couldn't find it.
Hey Sassy mate! I’ve bought the same heltec as you, however as I followed the process of downloading marauder to this esp32, the screen lost function and does not function when connected to the flipper. Any help would be appreciated!
that board is cursed lol. it uses heltec's proprietary coding so it was a nightmare to work with. Mine only displays a static image. It doesn't actually do anything
I finally did it!!!! Spent like 12 hours today to do this, but I am a total newbie but I really enjoy learning about this stuff. Thank you for the tutorial! Actually had so many problems while doing this, but managed to finish the board, really proud of myself right now!
For example, at the end part with: python3 EasyInstall, I constantly got red errors about python ..... [python3 : The term 'python3' is not recognized as the name of a cmdlet, function, script file, or operable program] ...don't really know why, even without the 3 just "python" didn't work.....so after a few hours spinning my head around the requirements.txt not working right and this python thing.....
I found out that after the pip instalation reqirements.txt, after the connection ESP32 with PC, I just have to run: start EasyInstall.py and it opened the window!
Installed the correct version, and everything else after, voila, I have a working replacement for my Flipper Dev board!
Thank you so much for the tutorial, but if you know why or what the problem with the Powershell is, why do I get python error? So my SkeletonMan window would be black in cmd, not in powershell, like yours!
You sure you did step 0?
@@TalkingSasquach Yes, did step 0, but had an error with the requirements.txt (even tho' the set-location and folder had the requirements.txt), so did a few google searches and managed to fix it.
This command helped me? .... I'm not sure, heh:
pip freeze > requirements.txt
Anyways, good thing it works perfectly now, I'm gonna continue adding the nrf24, and then, gonna try again. Actually having fun building this stuff, while I'm not working at the studio, sooooo thank you!
🤘🤘🤘
@@MariusPov - I am aslo stuck at this point how did you fix?
Thank you so much!
its saying pip3 install -r requirements.txt
pip3 cannot be recognized.
Same I need help update me if you find out
python -m pip ...rest-of-pip3-parameters... ftr, it's worth learning a li'l bit about python, it's the BASIC of the 2010s.
i was wondering that not only 4 wires are enough to use the pmpkid deauthor to save pcaps files to the flipper memory, it saves it with zero size, thu it saves the logs inside the logs folder just fine !?!?
still, i made so many changes to make sure, esp32 by itself and hookedwith 4 wires to the flipper will save files inside logs folder just fine, but inside the pcaps it will only create filenames without any contents saved (zero size) :L
hmmmm waiting for some inputs please
Why would you use to esp32 boards I'm new to this in just wondering the difference
Does anyone have a problem with flashing Marauder on D1 Mini ESP32?
why having a board with 2 esp32?
would you make one with 2 esp32 and an NRF24?
Can you do that with a lily go T-Display it has the s3
I'm pretty sure you could, you'd have to recompile the Marauder firmware with the correct drivers and resolution, but i think technically you could pull it off. I actually have one so it might be worth a try!
@@TalkingSasquach yea man let me know just getting started with this flipper. It will definitely be great considering it’s touchscreen as well.
@@TalkingSasquach hey somebody told me you have your own firmware to this is that true? What is it like …unleashed or roadmaster? Or is this something new altogether?
I told a friend it was time to learn and he sent me here
Is it possible for me to have one SD card with official firmware, and another with Unleashed/RougeMaster, and switch them out as I please?
Unfortunately not, but it's really easy to install firmwares and switch between different ones
@@TalkingSasquach ohhh thanks! Those firmwares were something I was always afraid of messing with
hi, can you share the diagram on the board? i have ordered the parts...
thanks :)
is the board in the back holdng it all together the breadboard on your amazon list? also do you have a video showing how to put it all together after what you showed here brotha? great videos man you make it easy for us tards lol
Yeah the green PCB holds it all together!
@@TalkingSasquach thanks bro, any chance your going to be doing a video showing how to put it all together on the PCB and maybe a guide on how to get things running on it ?
@@TalkingSasquach any chance youll be doing a full build video on these videos coming up soon?
Hello from flippercord!
I'm getting my Flipper on Tuesday and have a ESP8266 laying around. Could I use it to do the same thing? I figured I light aswell try as the ESP32 is technically just an upgraded ESP8266.
Love the content, keep it up!
Even though I haven't got my Flipper yet I watch your videos daily so that I'm ready to go once I get it and know what to do :))
Just spend 10 dollars on the esp32 s2 its so much better
Hey, I have been scouring the internet in the past few days to find a good alternative for the flipper zero. But there are none. I decided to make something which has similar functions to the flipper zero with the ESP32. I found two projects which I can make; esp32 marauder and esp32 cc1101 (for rf hacking). I prefer any of the two but the rf hacking project is dope. I can't find much info on the internet about these projects...
Can you please guide me or give me some details about how you made your custom marauder NRF24L01 boards? How can I get a user interface with an oled screen with esp32 provided I don't have a flipper.
Second question, can the NRF24L01 sniff rf? What is the wiring for it to the esp32?
Sorry for taking your time, but please reply back if possible.
Thanks 😁 have a good day.
Would you be willing to sell one of your builds?
I need to! I've got the parts and everything, I'm just worried someone will get one and it wont be working or something
it says Failed to connect to ESP32: No serial data received and for the driver i had to download the windows one not the uni because no app was in the uni one
Can you not run over the install on the driver files I cannot find the install file anywhere and you just skip it entirely. Maybe I should know this but I don’t so think about that when you’re describing 6 steps!
hi where can i buy all the fliper zero antennas also the fliper thanks

whats the wiring for the v1 board?
Is it possible to build a self destructing board?
Does anyone have the parts list? The Amazon list link is broken
Does it have 5ghz and 2.4 dual band
?
If it's a standalone device, why use the flipper at all...? Can't you just use an external battery?
Should make a video on how to make the one with the touch screen, would be helo for people like me who nothin about this
The only JIF in my world is the nut butter!
amazon list wont work, can someone help me with the parts list.
Oh boy you just created some cool projects for me. Thanks for the awesome video. Definitely going to try this out.
Awesome!!
Dope let’s go!!!
let's gooooo!
I really need to find out how to wire and program stuff lol
It's not so bad!
@@TalkingSasquach hey I’m having trouble with the flasher. It’s telling me that there is no esp32 device was detected, do you happen to know what causes this or how to fix it?
@@TheWrenchEngineer if you've got the drivers installed, try holding the boot button literally from before plugging in the board until after it tries to install
@@TalkingSasquach I finally got it done. Thank you so much for your help!
Thanks again!
Yo I'm not going to lie I dont understand what I'm doing aha you explained it 💯 perfectly. I'm just not grasping what it is this machine is supposed to do I have a flipper now 😕 n I'm so lost 😔
i wanna make a nrf24 board but I have no clue where to start, can someone give me some pointers or links to help me get started, maybe I will make a nrf24 + esp32 combo like this.
Thanks
How do program the touch screen
Nice!
amazon list not working :(
Can you actually send LORA messageswith v1?
how do you use Flipp zero do you hacked atm machines safe?
No, not going to happen
very cool!
How did you pinnrf24?
Wiring diagram is in UberGuidoz github repo!
what ever works works man
It says pip3 is not recognized
Same here man I’m stuck
I can't seem get this to work. Power shell just will not recognize my python installation. Ive tried troubleshooting it idk whats going on. just going to order a wifi borad from flipper when they get more in stock. I think youre leaving some stuff out im supposedly to already know. or im just an idiot. maybe even both.
Update: Apparently newer esp board have had a hardware lock put on them and will not become a marauder. You need older model esp and only certain brand will do.
I dare you to put doom on you flipper
You should see me do it in my first video th-cam.com/video/Yw4fQcKor4g/w-d-xo.html !
@@TalkingSasquach no way that is just as good as when they did it on the John Deere