Circuit Playground Express TV Remote

Have you ever lost or broken a TV remote before it's time? Have you ever wanted to spice up the way you change channels or inputs on your TV? Have you got a greedy housemate who always steals the remote off you? If any of these are the case...

Have you ever lost or broken a TV remote before it's time? Have you ever wanted to spice up the way you change channels or inputs on your TV? Have you got a greedy housemate who always steals the remote off you? If any of these are the case...

Writing Code Onto MicroPython Boards

You have your shiny new MicroPython or Circuit Python board and you have Installed the Firmware and connected to REPL, but now you want to put your code onto the board. To do this we need to send the files over serial. Luckily Adafruit has ...

You have your shiny new MicroPython or Circuit Python board and you have Installed the Firmware and connected to REPL, but now you want to put your code onto the board. To do this we need to send the files over serial. Luckily Adafruit has ...

3D Printing for the Circuit Playground

You’ve made yourself a great project for your Circuit Playground Express, now all you need is a box to put it in. How do you keep your Circuit Playground safe in a housing while still being able to press the buttons and use the sensor...

You’ve made yourself a great project for your Circuit Playground Express, now all you need is a box to put it in. How do you keep your Circuit Playground safe in a housing while still being able to press the buttons and use the sensor...

Introducing MakeCode: Adafruit Circuit Playground Express

One of the greatest features of the Adafruit Circuit Playground Express is its MakeCode compatibility. MakeCode is an exciting coding interface that makes coding accessible for those with little or no exposure to how coding works or how it ...

One of the greatest features of the Adafruit Circuit Playground Express is its MakeCode compatibility. MakeCode is an exciting coding interface that makes coding accessible for those with little or no exposure to how coding works or how it ...

CircuitPython vs MicroPython: Key Differences

Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython and CircuitPython bring the ease of Python to microcontrollers by adding hardware support! In MicroPython, Python is largely unchanged other t...

Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython and CircuitPython bring the ease of Python to microcontrollers by adding hardware support! In MicroPython, Python is largely unchanged other t...

Natural Disaster Sensor Project with Circuit Playground Express

There is some wild weather approaching! We need a way to give ourselves an early warning when a disaster strikes! In this project, we will use the Adafruit Circuit Playground Express to make an all in one Disaster Detection Station that wil...

There is some wild weather approaching! We need a way to give ourselves an early warning when a disaster strikes! In this project, we will use the Adafruit Circuit Playground Express to make an all in one Disaster Detection Station that wil...

Using the Accelerometer with CircuitPython: Adafruit Circuit Playground Express

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ci...

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ci...

Using the Accelerometer with MakeCode: Adafruit Circuit Playground Express

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ma...

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ma...

Infrared (IR) Controlled Lights with CircuitPython: Adafruit Circuit Playground Express

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

Infrared (IR) Controlled Lights with MakeCode: Adafruit Circuit Playground Express

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

Sound Reactive Lights with CircuitPython: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using CircuitPython to turn the lights on the board in...

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using CircuitPython to turn the lights on the board in...

Color Matching with the Light Sensor and CircuitPython: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

Color Matching with the Light Sensor in MakeCode: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

Capacitive Touch Keyboard with MakeCode: Adafruit Circuit Playground Express

On the lower left-hand portion of every Adafruit Circuit Playground Express, there is a small onboard speaker and class D amplifier. This allows you to make some pretty loud sounds! The amplifier is also connected to the true analog output ...

On the lower left-hand portion of every Adafruit Circuit Playground Express, there is a small onboard speaker and class D amplifier. This allows you to make some pretty loud sounds! The amplifier is also connected to the true analog output ...

Capacitive Touch Keyboard with CircuitPython: Adafruit Circuit Playground Express

On the lower left-hand portion of every Adafruit Circuit Playground Express, there is a small onboard speaker and class D amplifier. This allows you to make some pretty loud sounds! The amplifier is also connected to the true analog output ...

On the lower left-hand portion of every Adafruit Circuit Playground Express, there is a small onboard speaker and class D amplifier. This allows you to make some pretty loud sounds! The amplifier is also connected to the true analog output ...

Visual Thermometer with CircuitPython: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes packed with sensors, and for this tutorial, we are going to learn to use the onboard thermometer (technically a thermistor)! We will take temperature readings with the thermometer and print out ...

The Adafruit Circuit Playground Express comes packed with sensors, and for this tutorial, we are going to learn to use the onboard thermometer (technically a thermistor)! We will take temperature readings with the thermometer and print out ...

Sound Reactive Lights using MakeCode: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using MakeCode to turn the lights on the board into a ...

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using MakeCode to turn the lights on the board into a ...

Visual Thermometer with MakeCode: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes packed with onboard sensors, in this tutorial we will learn about using the temperature sensor in MakeCode. MakeCode is great for a simple project because its block-based interface and pre-built...

The Adafruit Circuit Playground Express comes packed with onboard sensors, in this tutorial we will learn about using the temperature sensor in MakeCode. MakeCode is great for a simple project because its block-based interface and pre-built...

Introducing CircuitPython: Adafruit Circuit Playground Express

CircuitPython is a variant of MicroPython that is designed with ease of use and simplicity in mind, and it works great with the Adafruit Circuit Playground Express. CircuitPython is based on the very popular Python programming language, the...

CircuitPython is a variant of MicroPython that is designed with ease of use and simplicity in mind, and it works great with the Adafruit Circuit Playground Express. CircuitPython is based on the very popular Python programming language, the...

Our Adafruit Circuit Playground Express Overview

Adafruit has done it again with the new and improved Circuit Playground Express. This new version of the Circuit Playground is packed with even more sensors, and capacitive touch ready connection pads. This is a great board for makers ...

Adafruit has done it again with the new and improved Circuit Playground Express. This new version of the Circuit Playground is packed with even more sensors, and capacitive touch ready connection pads. This is a great board for makers ...

How to get started with Circuit Playground

Have you heard about the Circuit Playground? It's the new all-in-one electronics platform from Adafruit. It was created to bring all the fun features of electronics and physical computing to makers, but It's dead-simple to use, solde...

Have you heard about the Circuit Playground? It's the new all-in-one electronics platform from Adafruit. It was created to bring all the fun features of electronics and physical computing to makers, but It's dead-simple to use, solde...
Loading...

Items 1 to 10 of 21 total

Page
Show per page
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.