Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion _board/circuitplayground_express.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,37 @@ board_url: "https://www.adafruit.com"
board_image: "/assets/images/boards/circuitplayground_express.jpg"
---

The Circuit Playground Express is Adafruit's flagship educational board designed for CircuitPython.
It brings the "batteries included" approach of Python to hardware by including an assortment of
functionality built-in. It is one of the best beginner boards available. If you are new to hardware,
then this is a great board to start with.

Manually add a description here. asdf
Here's some of the great goodies baked in to each Circuit Playground Express:

* 10 x mini NeoPixels, each one can display any color
* 1 x Motion sensor (LIS3DH triple-axis accelerometer with tap detection, free-fall detection)
* 1 x Temperature sensor (thermistor)
* 1 x Light sensor (phototransistor). Can also act as a color sensor and pulse sensor.
* 1 x Sound sensor (MEMS microphone)
* 1 x Mini speaker with class D amplifier (7.5mm magnetic speaker/buzzer)
* 2 x Push buttons, labeled A and B
* 1 x Slide switch
* Infrared receiver and transmitter - can receive and transmit any remote control codes, as well as send messages between Circuit Playground Expresses. Can also act as a proximity sensor.
* 8 x alligator-clip friendly input/output pins
* Includes I2C, UART, 8 pins that can do analog inputs, multiple PWM output
* 7 pads can act as capacitive touch inputs and the 1 remaining is a true analog output
* Green "ON" LED so you know its powered
* Red `board.D13` LED for basic blinking
* Reset button
* ATSAMD21 ARM Cortex M0 Processor, running at 3.3V and 48MHz
* 2 MB of SPI Flash storage, used to store code and libraries.
* MicroUSB port for programming and debugging
* USB port can act like serial port, keyboard, mouse, joystick or MIDI!

## Tutorials
* [Circuit Playground Express Overview](https://learn.adafruit.com/adafruit-circuit-playground-express)

## Purchase
* [Adafruit](https://www.adafruit.com/product/3333)
* [Digi-Key](https://www.digikey.com/short/p88cfj)
* [Pimoroni](https://shop.pimoroni.com/products/circuit-playground-express-developer-edition)
21 changes: 21 additions & 0 deletions _board/pirkey_m0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: download
board_id: "pirkey_m0"
title: "pIRkey Download"
name: "pIRkey"
manufacturer: "Adafruit"
board_url: "https://www.adafruit.com/product/3364"
board_image: "/assets/images/boards/pirkey_m0.jpg"
---

This board hasn't been fully documented yet. Please make a pull request adding more info to this file.

The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it.

## Purchase
Add any links to purchase the board
* [Adafruit](https://www.adafruit.com/product/3364)

## Contribute

Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
Loading