add rpi zero 2 w
This commit is contained in:
parent
87f624fe17
commit
259cc3e078
3 changed files with 39 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
obj: meta/collection
|
||||
rev: 2024-04-26
|
||||
rev: 2024-09-03
|
||||
---
|
||||
|
||||
# Devices
|
||||
|
@ -8,6 +8,7 @@ rev: 2024-04-26
|
|||
- [Rubberducky USB](./Rubberducky%20USB.md)
|
||||
- [Steam Deck](./Steam%20Deck.md)
|
||||
- [YubiKey](./YubiKey.md)
|
||||
- [DualSemse Controller](./DualSense%20Controller.md)
|
||||
|
||||
## Google
|
||||
- [Google Pixel 8](./Google%20Pixel%208.md)
|
||||
|
@ -17,4 +18,5 @@ rev: 2024-04-26
|
|||
- [Raspberry Pi 4](./Raspberry%20Pi%204.md)
|
||||
- [Raspberry Pi Pico Rubberducky](./Raspberry%20Pi%20Pico%20Rubberducky.md)
|
||||
- [Raspberry Pi Pico W](./Raspberry%20Pi%20Pico%20W.md)
|
||||
- [Raspberry Pi Zero 2 W](./Raspberry%20Pi%20Zero%202%20W.md)
|
||||
- [PiKVM](./PiKVM.md)
|
||||
|
|
|
@ -1,6 +1,41 @@
|
|||
---
|
||||
obj: device
|
||||
website: https://www.raspberrypi.com/products/raspberry-pi-zero-2-w
|
||||
---
|
||||
|
||||
# Raspberry Pi Zero 2 W
|
||||
#wip
|
||||
The **Raspberry Pi Zero 2 W** is a compact and affordable single-board computer developed by the Raspberry Pi Foundation. Released in October 2021, it builds on the success of the original Raspberry Pi Zero and Zero W models, offering significant improvements in performance while maintaining a small form factor. It’s an excellent choice for hobbyists, educators, and developers looking to create projects on a budget.
|
||||
|
||||
![Device](./raspberry_pi_zero_2_w.avif)
|
||||
|
||||
## Features
|
||||
### **Form Factor**
|
||||
- Dimensions: 65mm × 30mm × 5mm
|
||||
- Weight: 9g
|
||||
- Same form factor and layout as the original Raspberry Pi Zero, ensuring compatibility with most existing enclosures and accessories.
|
||||
|
||||
### **Processor**
|
||||
- **SoC**: Broadcom BCM2710A1, a quad-core 64-bit ARM Cortex-A53.
|
||||
- **Clock Speed**: 1 GHz.
|
||||
|
||||
### **Memory**
|
||||
- **RAM**: 512 MB LPDDR2 SDRAM.
|
||||
|
||||
### **Wireless Connectivity**
|
||||
- **Wi-Fi**: 802.11 b/g/n (2.4 GHz), same as the Raspberry Pi Zero W.
|
||||
- **Bluetooth**: 4.2, BLE (Bluetooth Low Energy).
|
||||
|
||||
### **Ports and Connectors**
|
||||
- **1x Mini HDMI port** for video output (1080p at 30fps).
|
||||
- **1x Micro USB OTG port** for data and peripheral connection.
|
||||
- **1x Micro USB port** for power.
|
||||
- **40-pin GPIO header** (unpopulated, but compatible with HATs).
|
||||
- **Composite video and reset pin headers**.
|
||||
- **CSI-2 camera connector** for attaching a camera module.
|
||||
|
||||
### **Storage**
|
||||
- Uses a **MicroSD card** for operating system and file storage.
|
||||
|
||||
### **Power**
|
||||
- **Power Input**: 5V via Micro USB.
|
||||
- **Power Consumption**: Varies depending on workload but generally very low, making it ideal for battery-powered projects.
|
||||
|
|
BIN
technology/devices/raspberry_pi_zero_2_w.avif
Normal file
BIN
technology/devices/raspberry_pi_zero_2_w.avif
Normal file
Binary file not shown.
Loading…
Reference in a new issue