ESP-Nodes/README.md

29 lines
1.3 KiB
Markdown
Raw Normal View History

2023-11-21 14:52:36 -05:00
# ESP-Nodes
2024-07-06 21:38:37 -04:00
Eco-system of ESP32s Nodes and ATtiny85 peripherals with different functionalities.
2024-07-06 21:20:47 -04:00
2024-07-06 21:38:37 -04:00
<p>The ESP32-Node is designed to be a low-cost solution for experimenting with embedded and IoT devices. The ESP32-Node is intended to College students taking Electronics program or advanced users who are looking for functional ESP32 embedded board with minimal size.</p>
2024-07-06 21:20:47 -04:00
2024-07-06 21:40:46 -04:00
<img alt="ESP32-Node PCB" src="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/assets/ESP32-Node-001.jpg" width="50%"/>
2024-07-06 21:35:56 -04:00
2024-07-06 21:39:16 -04:00
<p><i>ESP32-Node Features:</i></p>
2024-07-06 21:38:37 -04:00
- ESP32-WROOM-32D Module
2024-07-06 21:44:07 -04:00
- Direct connections to all GPIOs
- Miniature in size, only 35.7mm x 35.7mm
- Built-in 3V3 voltage regulator and reversed voltage protection
2024-07-06 21:38:37 -04:00
- Pre-wired strapping pins for ensuring proper booting on power-on
2024-07-06 21:44:07 -04:00
- blue power-on LED
2024-07-06 21:38:37 -04:00
- two programmable LEDs
- programmable via UART0 -> no need for serial drivers
2024-07-06 21:48:22 -04:00
### Pinouts
2024-07-06 21:51:42 -04:00
<img alt="ESP32-Node Pinout" src="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/assets/ESP32-Node-pinout.png" width="350px"/>
2024-07-06 22:26:19 -04:00
| Physical Pin | Descrption and Logical Pin | Extended Function |
| --- | --- | --- |
| `1` `15` `38` | Ground | |
| `3` | EN | |
| `4` `5` `6` `7` | Inputs `GPIO36` `GPIO39` `GPIO34` `GPIO35` | ADC1_CH0, ADC1_CH3, ADC1_CH6, ADC1_CH7 |
| `8` `9` | `GPIO32` `GPIO33` | TOUCH_9, TOUCH_8 |
| `10` `11` | `GPIO25` `GPIO26` | DAC_1, DAC_2 |