diff --git a/_board/raspberrypi_zero_w.md b/_board/raspberrypi_zero_w.md new file mode 100644 index 00000000..fd788b58 --- /dev/null +++ b/_board/raspberrypi_zero_w.md @@ -0,0 +1,29 @@ +--- +layout: download +board_id: "raspberrypi_zero_w" +title: "Raspberry Pi Zero W Download" +name: "Zero W" +manufacturer: "Raspberry Pi" +board_url: "https://www.raspberrypi.com/products/raspberry-pi-zero-w/" +board_image: "raspberry_pi_zero_w.jpg" +date_added: 2022-01-07 +--- + +**NOTE**: Not all features are supported in CircuitPython. + +**Raspberry Pi Zero W** Is the first small size (Wifi enabled) Raspberry Pi's single-board computers. This is the predecessor of **Raspberry Pi Zero 2 W** with the same form factor. + +The board incorporates a Broadcom single-core ARMv6 CPU (BCM2835) clocked at 1GHz and has 512MB of RAM. + +The board has a microSD card slot, a CSI-2 camera connector, a USB On-The-Go (OTG) port, and an unpopulated footprint for a HAT-compatible 40-pin GPIO header. It is powered via a micro USB socket. Video output is via a mini HDMI port; composite video output can easily be made available via test points, if needed. Sharing the same form factor as the original Raspberry Pi Zero, Raspberry Pi Zero 2 W fits inside most existing Raspberry Pi Zero cases. + +## CircuitPython + +These downloads are for CircuitPython standalone on the Raspberry Pi (not Blinka). There is no underlying operating system. It is in its early developments. + +This image could work on non Wifi Pi Zero but was primarly develop for the Wifi version. + +After installing the disk image on an SD card, the normal CircuitPython USB workflow is available over the micro-B USB connector labeled "USB". + +## Purchase +* [Adafruit](https://www.adafruit.com/product/3400) diff --git a/assets/images/boards/large/raspberry_pi_zero_w.jpg b/assets/images/boards/large/raspberry_pi_zero_w.jpg new file mode 100644 index 00000000..1f183e69 Binary files /dev/null and b/assets/images/boards/large/raspberry_pi_zero_w.jpg differ diff --git a/assets/images/boards/original/raspberry_pi_zero_w.jpg b/assets/images/boards/original/raspberry_pi_zero_w.jpg new file mode 100644 index 00000000..69548183 Binary files /dev/null and b/assets/images/boards/original/raspberry_pi_zero_w.jpg differ diff --git a/assets/images/boards/small/raspberry_pi_zero_w.jpg b/assets/images/boards/small/raspberry_pi_zero_w.jpg new file mode 100644 index 00000000..3767e3f3 Binary files /dev/null and b/assets/images/boards/small/raspberry_pi_zero_w.jpg differ