Skip to content

Commit c98d9a1

Browse files
committed
2 parents ff79acb + a8e0ed6 commit c98d9a1

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# (WIP)
22

3+
### Supports FlipperZero's Dev Board v.1
4+
35
# FlipperZero WiFi Scanner Module
46
WiFi Scanner Module for FlipperZero based on ESP8266/ESP32 (results with ESP8266 much better than with ESP32)
57

@@ -42,11 +44,32 @@
4244

4345
# How to
4446

45-
Flash [firmware](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/FlipperZero-WiFi-Scanner_Module) on Wemos D1 Mini
47+
## FlipperZero's Dev Board v.1
48+
Flash firmware for Dev Board and firmware for FlipperZero from [latest release](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module/releases)
49+
50+
[How To Flash .bin to ESP](https://github.com/SequoiaSan/Guide-How-To-Upload-bin-to-ESP8266-ESP32)
51+
52+
[How To Update FlipperZero firmware](https://www.youtube.com/watch?v=PUn7XJrslQ4) (choose **Install from file**)
53+
54+
55+
## DIY Module
56+
Precompiled .bin for ESP and firmware for FlipperZero can be found in [latest release](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module/releases)
57+
58+
[How To Flash .bin to ESP](https://github.com/SequoiaSan/Guide-How-To-Upload-bin-to-ESP8266-ESP32)
59+
60+
[How To Update FlipperZero firmware](https://www.youtube.com/watch?v=PUn7XJrslQ4) (choose **Install from file**)
61+
62+
63+
### Or compile firmwares on your own
64+
65+
Compile and flash [firmware](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/FlipperZero-WiFi-Scanner_Module) on Wemos D1 Mini
66+
4667
Install EPS8266 board version 2.7.4 for Arduino IDE. I had issues with higher versions.
4768

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

71+
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**
72+
5073
Use next schematics to solder the WiFi Scanner board for FlipperZero
5174

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

6992
<b># My Apps</b>
70-
<b>my_apps",</b>
93+
<b>"my_apps",</b>
7194

7295
# Settings
7396
"passport",

0 commit comments

Comments
 (0)