meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| home_automation:esp32 [2022/08/05 08:43] – created niziak | home_automation:esp32 [2022/12/21 15:10] (current) – niziak | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * ESP32-S3 (2 core, WiFi, BT5.0) | * ESP32-S3 (2 core, WiFi, BT5.0) | ||
| - | [[https:// | + | [[https:// |
| + | |||
| + | ===== Modules ===== | ||
| + | |||
| + | * ESP32 WROOM 32U | ||
| + | * D1 MINI | ||
| + | * WEMOS LITE | ||
| + | |||
| + | ===== Pins ===== | ||
| + | |||
| + | Max voltage on any pin is 3,3V! | ||
| + | |||
| + | ==== Straping pins ==== | ||
| + | |||
| + | Following pins state are latched into '' | ||
| + | - MTDI | ||
| + | - GPIO0 | ||
| + | - GPIO2 | ||
| + | - MTDO | ||
| + | - GPIO5 | ||
| + | |||
| + | ==== Input only pins! ==== | ||
| + | |||
| + | |||
| + | Input only GPIOs! Or differential ADC. | ||
| + | * GPIO34 = ADC1_CH6 | ||
| + | * GPIO35 = ADC1_CH7 | ||
| + | * GPIO36 = ADC1_CH0 = SENSOR_VP | ||
| + | * GPIO39 = ADC1_CH3 = SENSOR_VN | ||
| + | |||