Skip to content

Commit 42ae58a

Browse files
authored
Merge pull request #1292 from maewolfsky/flipperzero_wifi_dev
Documentation for the Flipper Zero Wifi Dev board
2 parents bf8697e + 970dbd4 commit 42ae58a

4 files changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
layout: download
3+
board_id: "flipperzero_wifi_dev"
4+
title: "Flipper Zero WiFi Dev Board Download"
5+
name: "Flipper Zero WiFi Dev"
6+
manufacturer: "Flipper Zero"
7+
board_url: "https://docs.flipper.net/development/hardware/wifi-developer-board"
8+
board_image: "flipper-zero_wifi_devboard.jpg"
9+
date_added: 2023-11-28
10+
family: esp32s2
11+
bootloader_id: espressif_saola_1_wrover
12+
features:
13+
- Wi-Fi
14+
- USB-C
15+
---
16+
17+
The developer board with Wi-Fi connectivity made specially for Flipper Zero. Based on the [ESP32-S2](https://www.espressif.com/en/products/socs/esp32-s2) module, this devboard allows:
18+
19+
* Wireless Flipper Zero firmware update
20+
* Advanced in-circuit debugging via USB or Wi-Fi using the [Black Magic Probe](https://github.com/blackmagic-debug/blackmagic) open source project
21+
* As a bonus, ESP32-S2 allows Wi-Fi penetration testing (PMKID capturing, deauth, and more) and connects Flipper Zero to the Internet. These functions are not supplied with the module and must be implemented additionally.
22+
23+
## Technical details
24+
25+
* ESP32-S2-WROVER Xtensa® single-core 32-bit LX7 CPU, frequency up to 240MHz
26+
* 2.4 GHz Wi-Fi (802.11 b/g/n)
27+
* USB-C
28+
* 128 KB ROM
29+
* 320 KB SRAM
30+
* 16 KB RTCSRAM
31+
* 4 MB Flash
32+
* 2 MB PSRAM
33+
* Working Voltage: 3 V to 3.6 V
34+
* Up to 36 GPIOs
35+
* 3 strapping GPIOs
36+
* 7 GPIOs need for flash/PSRAM
37+
* 2*12-bit ADC (up to 20 channels)
38+
* Communication interfaces
39+
* 2 I2C interfaces
40+
* 1 I2S interface
41+
* 4 SPI interfaces
42+
* 2 UART interfaces
43+
* 1 USB OTG interface
44+
* Security
45+
* 4096 bit OTP
46+
* AES, SHA, RSA, ECC, RNG
47+
* Secure Boot, Flash Encryption, Digital signature, HMAC module
48+
49+
## Tutorials
50+
51+
* [Flipper Docs Wi-Fi Developer Page](https://docs.flipper.net/development/hardware/wifi-developer-board)
52+
53+
## Purchase
54+
55+
* [Flipper Zero](https://shop.flipperzero.one/products/wifi-devboard)
56+
57+
## Learn More
58+
59+
* [ESP32-S2-WROVER Product page](https://products.espressif.com/#/product-selector?language=en&names=ESP32-S2-WROVER-N4R2)
90.8 KB
Loading
185 KB
Loading
17.3 KB
Loading

0 commit comments

Comments
 (0)