You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# (WIP)
2
2
3
+
### Supports FlipperZero's Dev Board v.1
4
+
3
5
# FlipperZero WiFi Scanner Module
4
6
WiFi Scanner Module for FlipperZero based on ESP8266/ESP32 (results with ESP8266 much better than with ESP32)
5
7
@@ -42,11 +44,32 @@
42
44
43
45
# How to
44
46
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
+
46
67
Install EPS8266 board version 2.7.4 for Arduino IDE. I had issues with higher versions.
47
68
48
69
Compile firmware for FlipperZero with new [application](https://github.com/SequoiaSan/FlipperZero-WiFi-Scanner_Module-ESP8266/tree/main/applications/wifi_scanner)
49
70
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
+
50
73
Use next schematics to solder the WiFi Scanner board for FlipperZero
0 commit comments