Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SequoiaSan committed Aug 2, 2022
2 parents ff79acb + a8e0ed6 commit c98d9a1
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# (WIP)

### Supports FlipperZero's Dev Board v.1

# FlipperZero WiFi Scanner Module
WiFi Scanner Module for FlipperZero based on ESP8266/ESP32 (results with ESP8266 much better than with ESP32)

Expand Down Expand Up @@ -42,11 +44,32 @@

# How to

Flash [firmware](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/FlipperZero-WiFi-Scanner_Module) on Wemos D1 Mini
## FlipperZero's Dev Board v.1
Flash firmware for Dev Board and firmware for FlipperZero from [latest release](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module/releases)

[How To Flash .bin to ESP](https://github.com/SequoiaSan/Guide-How-To-Upload-bin-to-ESP8266-ESP32)

[How To Update FlipperZero firmware](https://www.youtube.com/watch?v=PUn7XJrslQ4) (choose **Install from file**)


## DIY Module
Precompiled .bin for ESP and firmware for FlipperZero can be found in [latest release](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module/releases)

[How To Flash .bin to ESP](https://github.com/SequoiaSan/Guide-How-To-Upload-bin-to-ESP8266-ESP32)

[How To Update FlipperZero firmware](https://www.youtube.com/watch?v=PUn7XJrslQ4) (choose **Install from file**)


### Or compile firmwares on your own

Compile and flash [firmware](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/FlipperZero-WiFi-Scanner_Module) on Wemos D1 Mini

Install EPS8266 board version 2.7.4 for Arduino IDE. I had issues with higher versions.

Compile firmware for FlipperZero with new [application](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/applications/wifi_scanner)

If you want compile for Dev Board then enable **FLIPPERZERO_DEV_BOARD_V_1** in code. Same goes to **ENABLE_MODULE_POWER**, **ENABLE_MODULE_DETECTION**

Use next schematics to solder the WiFi Scanner board for FlipperZero

![image](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/blob/main/rep_images/Schematics_1.jpg?raw=true)
Expand All @@ -67,7 +90,7 @@ FIRMWARE_APPS = {
"archive",

<b># My Apps</b>
<b>my_apps",</b>
<b>"my_apps",</b>

# Settings
"passport",
Expand Down

0 comments on commit c98d9a1

Please sign in to comment.