| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!DOCTYPE html>
- <html>
- <header>
- <title>Flipper Zero Mayhem</title>
- </header>
- <body>
- <h1>Flipper Zero Mayhem installer</h1>
- <script type="module" src="https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module"></script>
- <style>
- .container {
- display: flex;
- justify-content: space-between;
- }
- .left-div {
- text-align: left;
- }
- .right-div {
- width: 100%;
- margin: 20px;
- text-align: left;
- }
- </style>
- <div class="container">
-
- <div class="left-div"><blockquote class="tiktok-embed" cite="https://www.tiktok.com/@erwinried/video/7194596683051764998" data-video-id="7194596683051764998" style="max-width: 605px;min-width: 325px;" > <section> <a target="_blank" title="@erwinried" href="https://www.tiktok.com/@erwinried?refer=embed">@erwinried</a> <a title="flipper" target="_blank" href="https://www.tiktok.com/tag/flipper?refer=embed">#flipper</a> <a title="flipperzero" target="_blank" href="https://www.tiktok.com/tag/flipperzero?refer=embed">#flipperzero</a> <a title="esp32" target="_blank" href="https://www.tiktok.com/tag/esp32?refer=embed">#esp32</a> <a target="_blank" title="? original sound - Erwin Ried" href="https://www.tiktok.com/music/original-sound-7194596679625001734?refer=embed">? original sound - Erwin Ried</a> </section> </blockquote> <script async src="https://www.tiktok.com/embed.js"></script>
- </div>
-
- <div class="right-div">Copy the following apps (<a href="https://github.com/eried/flipperzero-mayhem/tree/master/flipper_companion_apps">compiled</a> for <a href="https://lab.flipper.net/?url=https://unleashedflip.com/fw_extra_apps/flipper-z-f7-update-unlshd-030e.tgz&channel=release-cfw&version=unlshd-030e">unleashed</a>) to your Flipper (i.e. to <i>apps/GPIO</i> using <a href="https://github.com/flipperdevices/qFlipper">qFlipper</a>):<ul>
- <li><a href="build/ESP32CAM_Marauder.fap">ESP32CAM_Marauder.fap</a></li>
- <li><a href="build/ESP32CAM_Camera.fap">ESP32CAM_Camera.fap</a></li>
- <li><a href="build/ESP32CAM_Motion.fap">ESP32CAM_Motion.fap</a></li>
- <li><a href="build/ESP32CAM_QRcode.fap">ESP32CAM_QRcode.fap</a></li></ul>Next, while holding pin <strong>IO0</strong> connected to <strong>GND</strong>, press reset on the ESP32CAM and upload the firmware pressing Install.<br><br><strong>Note 1:</strong> If you are using your Flipper to upload the firmware, remember to go to GPIO/USB-UART Bridge. After the upload, reset the ESP32 (or unplug/replug the module).<br><br><strong>Note 2:</strong> If you do not see the Install button below, your browser might not support this functionality.<br><br>
- <esp-web-install-button manifest="build/manifest.json"></esp-web-install-button>
- <p>If you experience difficulties, please check this <a href="https://www.youtube.com/watch?v=k34t9pmy2Uc">video</a> showing the process.</p>
- <p>Enjoy!</p></div>
-
- </div>
- </body>
- </html>
|