justcallmekoko / ESP32Marauder

A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
5.52k stars 609 forks source link

Devboard FlipperZero Wifi Network for OTA dont show up. #230

Open Visseb opened 1 year ago

Visseb commented 1 year ago

Describe the bug I get to step 8 of [Installing Firmware via OTA]https://github.com/justcallmekoko/ESP32Marauder/wiki/installing-firmware-via-ota) and the Wifi network "MaruderOTA" Never shows up, the board is still connectet to Arduino IDE, i followed the guide " https://www.youtube.com/watch?v=_YLTpNo5xa0"

Expected behavior MarauderOTA dont show up.

Screenshots n/a Marauder (please complete the following information if applicable):

Firmware version: n/a
Hardware version: Flipperzero Devboard V1 brand new.

Desktop (please complete the following information if applicable):

OS: Windows 11
Browser: Chrome
Version: n/a

Smartphone (please complete the following information if applicable):

Device: n/a
OS: n/a
Browser n/a
Version n/a

Additional context

Visseb commented 1 year ago

Anyone?

aki2273 commented 1 year ago

Same, did u resolve it?

Visseb commented 1 year ago

Same, did u resolve it?

No :/

aki2273 commented 1 year ago

https://github.com/SkeletonMan03/FZEasyMarauderFlash

Do it with this link. Worked fine.

Visseb commented 1 year ago

https://github.com/SkeletonMan03/FZEasyMarauderFlash

Do it with this link. Worked fine. https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard/FZ_Marauder_Flasher I followed this guide.

kre8tivkulture commented 1 year ago

Mine also didn't show up via pc. But it showed up on the phone wifi.What I did was connected it via android phone, downloaded the bin on my phone. I then connected to the up and ota'd it via android phone

Harris2shotKbke commented 1 year ago

i have been having the same issue. finish the install and no network called marauder OTA shows up. i flashed multiple times using the fz marauder flasher and Arduino ide

m0veax commented 1 year ago

I had the same Problem.

After changing Flash Size to "4MB (32MB)" and Partition Scheme to "Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)" it started working.

I am not sure if the wiki is outdated on that settings (I have fairly no knowledge about that topic)? I was able to connect to the "MarauderOTA" Wifi, Upload the binary afterwards and start using the Wifi Marauder Firmware on my Flipper Zero afterwards.

jorgedeand commented 1 year ago

I had the same Problem.

After changing Flash Size to "4MB (32MB)" and Partition Scheme to "Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)" it started working.

I am not sure if the wiki is outdated on that settings (I have fairly no knowledge about that topic)? I was able to connect to the "MarauderOTA" Wifi, Upload the binary afterwards and start using the Wifi Marauder Firmware on my Flipper Zero afterwards.

This worked for me. Thanks!