Adafruit FunHouse Development Board
Code name: FUNHOUSE_ESP32S2
Adafruit FunHouse development board is based on esp32s2 microcontroller and uses xtensa architecture. This board has a maximum CPU frequency of 240 MHz and a flash size of 4MB.
About Adafruit FunHouse
ESP32-S2 board with sensors, screen, and buttons β ideal for smart home control panels and STEM projects.
Technical Specifications
π°οΈ Connectivity
π§ Microcontroller
β¨ Features
- 48 digital IO pins
- 46 external interrupt pins
- 20 analog input pins
- 30 PWM pins
Adafruit FunHouse Pins Mapping Arduino IDE
Below you can find the Adafruit FunHouse pinout. This development board provides 48 digital IO pins, out of which 46 can be used as external interrupt pins, 20 as analog input pins and 30 pins have Pulse-Width Modulation (PWM).
Pin | Analog | Touch | PWM | Other |
---|---|---|---|---|
0 | ||||
1 | A2 | PWM | ||
2 | A1 | PWM | ||
3 | PWM | |||
4 | PWM | |||
5 | PWM | |||
6 | T6 | PWM | ||
7 | T7 | PWM | ||
8 | T8 | PWM | ||
9 | T9 | PWM | ||
10 | T10 | PWM | ||
11 | T11 | PWM | ||
12 | T12 | PWM | ||
13 | T13 | PWM | ||
14 | PWM | |||
15 | PWM | |||
16 | PWM | SENSOR_PIR | ||
17 | A0 | PWM | DAC1 | |
18 | A3 | PWM | SENSOR_LIGHT DAC2 | |
21 | PWM | TFT_BACKLIGHT | ||
33 | PWM | SCL | ||
34 | PWM | SDA | ||
35 | PWM | MOSI | ||
36 | PWM | SCK | ||
37 | PWM | LED_BUILTIN MISO | ||
39 | PWM | TFT_DC | ||
40 | PWM | TFT_CS SS | ||
41 | PWM | TFT_RESET | ||
42 | PWM | SPEAKER | ||
43 | PWM | TX | ||
44 | PWM | RX | ||
PIN_BUTTON1 | BUTTON_DOWN | |||
PIN_BUTTON2 | BUTTON_SELECT | |||
PIN_BUTTON3 | BUTTON_UP |
Default Tools
Bootloader tool | esptool_py |
Uploader tool | esptool_py |
Network uploader tool | esp_ota |
Bootloader address | 0x1000 |
Flash mode | dio |
Boot mode | qio |
Maximum upload size | 1280 Kb (1310720 B) |
Maximum data size | 320 Kb (327680 B) |
The Adafruit FunHouse development board by default uses esptool_py uploader tool, esp_ota network uploader tool for Over-the-air (OTA) uploads and esptool_py bootloader tool. The bootloader starts at address "0x1000". Flash mode and boot mode for Adafruit FunHouse development board by default is dio and qio respectively.