Skip to content

Commit 7205feb

Browse files
authored
Update README.md
1 parent 0b2cdb6 commit 7205feb

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 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,7 +44,26 @@
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)
@@ -67,7 +88,7 @@ FIRMWARE_APPS = {
6788
"archive",
6889

6990
<b># My Apps</b>
70-
<b>my_apps",</b>
91+
<b>"my_apps",</b>
7192

7293
# Settings
7394
"passport",

0 commit comments

Comments
 (0)