adafruit industries llc featherwing 2.4 320x240 tft lcd 3315 free sample
Small TFT displays are a great way to add graphics to your projects. These are like tiny little LCD monitors that you can drive with a simple SPI serial interface. You can even use these displays in CircuitPython and MicroPython using a module from Adafruit! This module allows you to do basic drawing like putting pixels and filling rectangles on TFT displays like the TFT FeatherWing. You can start to explore a fun world of Python and graphical TFT displays!
This guide explores how to use ILI9341/ILI9340 TFT displays with CircuitPython and MicroPython. Note that right now drawing support for these displays is limited to basic pixel and rectangle drawing commands. You can use another library to draw basic graphics or to draw text. In addition, the touchscreens commonly found on these small TFT displays are not currently supported by the Python module. In the future, a touchscreen module might be available, but for now these displays are only for viewing graphics.
If you"re using a Feather the TFT FeatherWing is the perfect option that easily connects to the Feather. For other boards, you"ll need an ILI9341 or ILI9340 display breakout, like this large 2.8" TFT display breakout. ILI9340 displays like the 2.2" TFT breakout or 2.4" TFT breakout should work too. Make sure the display you"re using has the ILI9341 or ILI9340 driver chip!
If you"re using a TFT FeatherWing and Feather just slide the wing onto the Feather board and you"re all set! The FeatherWing will automatically be connected to the board using its SPI connection.
If you"re using a TFT display breakout you"ll need to connect its power, ground, and SPI connections to the board. For example, the wiring for a 2.8" TFT breakout to Feather HUZZAH ESP8266 might look like:
To use the TFT display with your Adafruit CircuitPython board you"ll need to install the Adafruit_CircuitPython_RGB_Display module on your board. Remember this module is for Adafruit CircuitPython firmware and not MicroPython.org firmware!
For express boards that have extra flash storage, like the Feather/Metro M0 express and Circuit Playground express, you can easily install the necessary libraries with Adafruit"s CircuitPython bundle. This is an all-in-one package that includes the necessary libraries to use the ILI9341 display with CircuitPython. To install the bundle follow the steps in your board"s guide.
Before continuing, make sure your board"s root filesystem has the adafruit_rgb_display, adafruit_bus_device, and adafruit_register folders/modules copied over.
The following section will show how to control the LED backpack from the board"s Python prompt / REPL. You"ll walk through how to control the TFT display and learn how to use the CircuitPython module built for the display. As a reference, be sure to see the micropython-adafruit-rgb-display module documentation too.
When creating the display instance of the ILI9341 class you"ll need to know which pins are connected to the display"s CS, DC, and optionally RST or reset line. For the TFT FeatherWing see its guide for details on these pin connections.
In addition to CircuitPython, there"s an older MicroPython version of the TFT library that you can use with some MicroPython boards. Before you get started it will help to be familiar with these guides for working with MicroPython:
To use the TFT display with your MicroPython board you"ll need to install the micropython-adafruit-rgb-display MicroPython module on your board. Remember this module is for MicroPython.org firmware and not Adafruit CircuitPython!
On MicroPython.org firmware which uses the machine API you can initialize SPI like the MicroPython SPI guide mentions. For example, on the ESP8266 with TFT FeatherWing you can run:
When creating the display instance of the ILI9341 class you"ll need to know which pins are connected to the display"s CS, DC, and optionally RST or reset line. For the TFT FeatherWing see its guide for details on these pin connections.
This FeatherWing uses a SPI display so it works fast on each and every one of Adafruit’s Feathers. They have also included an SPI resistive touchscreen controller so you only need one additional pin to add a high quality touchscreen controller. One more pin is used for an optional SD card that can be used for storing images for display.
This TFT display is 2.4" diagonal with a bright 4 white-LED backlight. You get 240x320 pixels with individual 16-bit color pixel control. It has way more resolution than a black and white 128x64 display. As a bonus, this display comes with a resistive touchscreen attached to it already, so you can detect finger presses anywhere on the screen.
This FeatherWing uses a SPI display so it works fast on each and every one of our Feathers. Adafruit also include an SPI resistive touchscreen controller so you only need one additional pin to add a high quality touchscreen controller. One more pin is used for an optional SD card that can be used for storing images for display.
A Feather board without ambition is a Feather board without FeatherWings! Spice up your Feather project with a beautiful 2.4" touchscreen display shield with built in microSD card socket. This TFT display is 2.4" diagonal with a bright 4 white-LED backlight. You get 240x320 pixels with individual 16-bit color pixel control. It has way more resolution than a black and white 128x64 display. As a bonus, this display comes with a resistive touchscreen attached to it already, so you can detect finger presses anywhere on the screen. This FeatherWing uses a SPI display so it works fast on each and every one of the Feathers. Also included is an SPI resistive touchscreen controller so you only need one additional pin to add a high quality touchscreen controller. One more pin is used for an optional SD card that can be used for storing images for display. This Wing comes fully assembled with dual sockets for your Feather to plug into. You get two sockets per pin so you can plug in wires if you want to connect to Feather pins. Alternatively, each pin has a large square pad on the PCB for direct soldering. Four mounting holes make it easy to attach this Wing anywhere.You"ll also find a big reset button and an on/off switch connected to the Feather Enable pin (note that the Teensy 3.x Feather does not use the Enable pin so the switch will not do anything with that type). Item Specifics Size: 65.0mm x 53.0mm x 9.5mm / 2.6" x 2.1" x 0.4" Weight: 32.2g / 1.1oz
Would you like to learn electronics, with an all-in-one board that has sensors and LEDs built in? Circuit Playground is here - and it"s the best way to practice programming on real hardware with no soldering or sewing required! This is the Classic version of Circuit Playground, which comes with an ATmega32u4. It"s designed to be used with Arduino IDE and code.org CS...
FLORA is Adafruit"s fully-featured wearable electronics platform. It"s a round, sewable, Arduino-compatible microcontroller designed to empower amazing wearables projects.FLORA comes with Adafruit"s support, tutorials and projects. Check out dozens of FLORA tutorials on the Adafruit Learning System, with more added all the time! The FLORA is small (1.75" diameter,...
Feather is the new development board from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Adafruit Feather HUZZAH ESP8266 - our take on an "all-in-one" ESP8266 WiFi development board with built-in USB and battery charging. It"s an ESP8266 WiFi module with...
Deprecation Warning: The Pro Trinket bit-bang USB technique it uses doesn"t work as well as it did in 2014, many modern computers won"t work well. So while we still carry the Pro Trinket so that people can maintain some older projets, we no longer recommend it. Please check out the Metro Mini (ATmega328 @ 5V 16 MHz), ItsyBitsy 32u4 5V 16MHz, ItsyBitsy 32u4 @ 3.3V...
A Feather board without ambition is a Feather board without FeatherWings! This is the Power Relay FeatherWing. It gives you power to control, and control over power. Put simply, you can now turn on and off lamps, fans, solenoids, and other small appliances that run on up to 250VAC or DC power using any Feather board. Compared to our smaller Relay FeatherWings, this...
Deprecation Warning: The Pro Trinket bit-bang USB technique it uses doesn"t work as well as it did in 2014, many modern computers won"t work well. So while we still carry the Pro Trinket so that people can maintain some older projets, we no longer recommend it. Please check out the Metro Mini (ATmega328 @ 5V 16 MHz), ItsyBitsy 32u4 5V 16MHz, ItsyBitsy 32u4 @ 3.3V...
Wireless is wonderful, but sometimes you want the strong reliability of a wire. If your Feather board is going to be part of a permanent installation, this Ethernet FeatherWing will let you add quick and easy wired Internet. Just plug in a standard ethernet cable, and run the Ethernet2 library for cross-platform networking. Works with all/any of our Feather boards as...
Make your Arduino-based project tiny and with the Adafruit METRO Mini! The METRO Mini works great with the Arduino IDE, and runs the ATmega328P at 16MHz so it is pin-compatible with Arduino UNO R3 - note you won"t be able to plug in shields, but great for use with breadboards. You can use this with the Arduino IDE (both desktop and cloud version) by selecting...
Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Adafruit Feather 32u4 Bluefruit - our take on an "all-in-one" Arduino-compatible + Bluetooth Low Energy with built in USB and battery charging. Its an Adafruit Feather...
Oh man, is this not the best thing ever? You can now use the awesome Teensy 3 with any and all of our FeatherWings or Feather accessories and even get built-in LiPoly charging! This Feather adapter rearranges the pins of a Teensy 3.x to give you the same shape and pinout for our Feathers. We"ve tested our FeatherWings so far and all are drop-in compatible. It"s a...
These little cables are handy when programming or debugging a tiny board that uses 10-pin 1.27mm (0.05") pitch SWD programming connectors. We see these connectors often on ARM Cortex dev kits, and have a few handy in our ARM-dev box. We thought you may want a backup cable as well, so now they are in the Adafruit shop! One cable per order. The ribbon cable is...
A Feather board without ambition is a Feather board without FeatherWings! This is the FeatherWing Proto - a prototyping add-on for all Feather boards. Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top or bottom of your Feather board and let the board take flight! This has a duplicate breakout for each pin on a Feather,...
Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Adafruit Feather M0 Adalogger - our take on an "all-in-one" Cortex M0 datalogger (or data-reader) with built in USB and battery charging. Its an Adafruit Feather M0 with...
A Feather board without ambition is a Feather board without FeatherWings! This is the Adalogger FeatherWing: it adds both a battery-backed Real Time Clock and micro SD card storage to any Feather main board. Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top of your Feather board and let the board take flight! Check out...
This is the Adafruit Feather M0 RFM69 Packet Radio (868 or 915 MHz). We call these RadioFruits, our take on an microcontroller with a RFM69HCW packet radio transceiver plus built in USB and battery charging. Its an Adafruit Feather M0 with a 900MHz radio module cooked in! Feather is the new development board from Adafruit, and like its namesake it is thin, light, and...
This is the Adafruit Feather M0 RFM96 LoRa Radio (433 MHz). We call these RadioFruits, our take on an microcontroller with a "Long Range (LoRa)" packet radio transceiver with built in USB and battery charging. Its an Adafruit Feather M0 with a 433MHz radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the...
This is the Adafruit Feather 32u4 Radio (RFM69HCW) 900MHz. We call these RadioFruits, our take on an microcontroller packet radio transceiver with built in USB and battery charging. Its an Adafruit Feather 32u4 with a 900 MHz radio module cooked in! Great for making wireless networks that can go further than 2.4GHz 802.15.4 and similar, are more flexible than...
This is the FeatherWing Doubler - a prototyping add-on and more for all Feather boards. This is similar to our FeatherWing Proto except there are two! The magic of the Doubler comes when stacking a Feather and another board on top of the Doubler so you can work with both boards simultaneously side-by-side! In addition to the board the Doubler comes with: 1 Doubler...
We"ve got a simple and highly functional solution to wiring your Adafruit Feather board! These 0.1" Pitch Terminal Blocks, are exactly the right size to it your Feather board or FeatherWing. They are great news since nothing makes a project harder to maintain than a lot of loose wiring. Perfect when you don"t need a full Terminal Block FeatherWing These terminal...
Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Adafruit Feather 32u4 Adalogger - our take on an "all-in-one" datalogger (or data-reader) with built in USB and battery charging. Its an Adafruit Feather 32u4 with a...
A Feather board without ambition is a Feather board without FeatherWings! This is the Latching Mini Relay FeatherWing. It gives you power to control, and control over power. Put simply, you can now turn on and off lamps, fans, solenoids, and other small appliances that run on up to 250VAC or DC power using any Feather board. Using our Feather Stacking Headers or...
A Feather board without ambition is a Feather board without FeatherWings! This is the 8-Channel PWM or Servo FeatherWing, you can add 8 x 12-bit PWM outputs to your Feather board. Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top or bottom of your Feather board and let the board take flight! You want to make a cool...
A Feather board without ambition is a Feather board without FeatherWings! This is the NeoPixel FeatherWing, a 4x8 RGB LED Add-on For All Feather Boards! Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top or bottom of your Feather board and make your Feather board strut like a peacock at a rave. Put on your sunglasses...
You will chirp with delight when you see how easy it is to make your very own 8x16 LED matrix display for any Feather. This kit combines two of our adorable miniature LED matrices with a FeatherWing driver board. At 0.8" square, these little 8x8 matrices have got everything a big LED matrix has, but bite sized! Double them up for 128 total bright red LEDs. This is...
A Feather board without ambition is a Feather board without FeatherWings! This is the DC Motor + Stepper FeatherWing which will let you use 2 x bi-polar stepper motors or 4 x brushed DC motors (or 1 stepper and 2 DC motors). Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top or bottom of your Feather board and let the...
This is the Adafruit Feather M0 RFM69 Packet Radio (433 MHz). We call these RadioFruits, our take on an microcontroller with a RFM69 HCW packet radio transceiver plus built in USB and battery charging. It"s an Adafruit Feather M0 with a 433MHz radio module cooked in! Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets...
Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is the Red Adafruit 0.54" Dual Alphanumeric Display w/ FeatherWing Combo Pack! We also have these combo packs in Green, White, Yellow-Green, Blue, and Yellow. This is a nice, bright alphanumeric display that shows letters and...
A Feather board without ambition is a Feather board without FeatherWings! This is the Non-Latching Mini Relay FeatherWing. It gives you power to control, and control over power. Put simply, you can now turn on and off lamps, fans, solenoids, and other small appliances that run on up to 250VAC or DC power using any Feather board. Using our Feather Stacking Headers or...
This is the Adafruit Feather 32u4 Radio (RFM69HCW) 433MHz. We call these RadioFruits, our take on an microcontroller packet radio transceiver with built in USB and battery charging. Its an Adafruit Feather 32u4 with a 433 MHz radio module cooked in! Great for making wireless networks that can go further than 2.4GHz 802.15.4 and similar, are more flexible than...
You wont be able to look away from the mesmerizing patterns created by this Adafruit 15x7 CharliePlex LED Matrix Display FeatherWing. This 15x7 LED display can be paired with any of our Feather boards for a beautiful, bright grid of 105 charlieplexed LEDs. It even comes with a built-in charlieplex driver that is run over I2C. We carry these FeatherWings in five vivid...
A Feather board without ambition is a Feather board without FeatherWings! This is the DS3231 Precision RTC FeatherWing: it adds an extremely accurate I2C-integrated Real Time Clock (RTC) with a Temperature Compensated Crystal Oscillator (TCXO) to any Feather main board. This RTC is the most precise you can get in a small, low power package. Using our Feather Stacking...
This is the Adafruit Feather 32u4 LoRa Radio (RFM9x). We call these RadioFruits, our take on an microcontroller with a "Long Range (LoRa)" packet radio transceiver with built in USB and battery charging. Its an Adafruit Feather 32u4 with a 433 radio module cooked in! Great for making wireless networks that can go further than 2.4GHz 802.15.4 and similar, are more...
One of the most popular Trinket projects now has its own kit pack! Make your very own programmable NeoPixel goggles with 2 x 16 LED rings and an Adafruit Trinket. It even comes with a rechargeable LiPoly battery and charger. It"s a great easy build and when you"re done you"ll have the coolest accessory. Follow along with our popular Kaleidoscope Eyes tutorial. The...
The Terminal Block Breakout FeatherWing kit is like the Golden Eagle of prototyping FeatherWings (eg. majestic, powerful, good-looking). To start, you get a nice prototyping area underneath your Feather, with extra pads for ground, 3.3V and SDA/SCL. Not one to stop there, we expanded the PCB out to 2" x 2.5" with 3.5mm pitch terminal blocks down each side. There"s...
You will chirp with delight when you see how easy it is to make your very own 8x16 LED matrix display for any Feather. At 0.8" square, the little 8x8 matrices have everything a big LED matrix has, but bite sized! A Feather board without ambition is a Feather board without FeatherWings! This is the Adafruit 8x16 LED Matrix FeatherWing! This FeatherWing backpack makes...
You wont be able to look away from the mesmerizing patterns created by this Adafruit 15x7 CharliePlex LED Matrix Display FeatherWing. This 15x7 LED display can be paired with any of our Feather boards for a beautiful, bright grid of 105 charlieplexed LEDs. It even comes with a built-in charlieplex driver that is run over I2C. We carry these FeatherWings in five vivid...
USBtinyISP is a simple open-source USB AVR programmer and SPI interface. It is low cost, easy to make, works great with avrdude, has both 6 and 10 pin standard ISP cables, is AVRStudio-compatible and tested under Windows XP and MacOS X, it may or may not work with your specific Vista/Windows 7 system, please visit the Adafruit forums before purchase. Using this...
You wont be able to look away from the mesmerizing patterns created by this Adafruit 15x7 CharliePlex LED Matrix Display FeatherWing. This 15x7 LED display can be paired with any of our Feather boards for a beautiful, bright grid of 105 charlieplexed LEDs. It even comes with a built-in charlieplex driver that is run over I2C. We carry these FeatherWings in five vivid...
You will chirp with delight when you see how easy it is to make your very own 8x16 LED matrix display for any Feather. This kit combines two of our adorable miniature LED matrices with a FeatherWing driver board. At 0.8" square, these little 8x8 matrices have got everything a big LED matrix has, but bite sized! Double them up for 128 total bright blue LEDs. This is...
You wont be able to look away from the mesmerizing patterns created by this Adafruit 15x7 CharliePlex LED Matrix Display FeatherWing. This 15x7 LED display can be paired with any of our Feather boards for a beautiful, bright grid of 105 charlieplexed LEDs. It even comes with a built-in charlieplex driver that is run over I2C. We carry these FeatherWings in five vivid...
You will chirp with delight when you see how easy it is to make your very own 8x16 LED matrix display for any Feather. This kit combines two of our adorable miniature LED matrices with a FeatherWing driver board. At 0.8" square, these little 8x8 matrices have got everything a big LED matrix has, but bite sized! Double them up for 128 total bright white LEDs. This is...
You wont be able to look away from the mesmerizing patterns created by this Adafruit 15x7 CharliePlex LED Matrix Display FeatherWing. This 15x7 LED display can be paired with any of our Feather boards for a beautiful, bright grid of 105 charlieplexed LEDs. It even comes with a built-in charlieplex driver that is run over I2C. We carry these FeatherWings in five vivid...
Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is the Blue Adafruit 0.54" Dual Alphanumeric FeatherWing Display Combo Pack! We also have these combo packs in Green, Red, White, Yellow-Green and Yellow. This is a nice, bright alphanumeric display that shows letters and numbers in...
You wont be able to look away from the mesmerizing patterns created by this Adafruit 15x7 CharliePlex LED Matrix Display FeatherWing. This 15x7 LED display can be paired with any of our Feather boards for a beautiful, bright grid of 105 charlieplexed LEDs. It even comes with a built-in charlieplex driver that is run over I2C. We carry these FeatherWings in many vivid...
Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is the White Adafruit 0.54" Dual Alphanumeric Display w/ FeatherWing Combo Pack! We also have these combo packs in Green, Red, Blue, Yellow-Green, and Yellow. This is a nice, bright alphanumeric display that shows letters and...
Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. A Feather board without ambition is a Feather board without FeatherWings! This is the Adafruit 0.56" 4-Digit 14-Segment Display FeatherWing! This 14-segment FeatherWing backpack makes it really easy to add a bright alphanumeric display...
Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is the Yellow Adafruit 0.54" Dual Alphanumeric Display w/ FeatherWing Combo Pack! We also have these combo packs in Green, Red, Yellow-Green, Blue, and White. This is a nice, bright alphanumeric display that shows letters and...
You will chirp with delight when you see how easy it is to make your very own 8x16 LED matrix display for any Feather. This kit combines two of our adorable miniature LED matrices with a FeatherWing driver board. At 0.8" square, these little 8x8 matrices have got everything a big LED matrix has, but bite sized! Double them up for 128 total bright green LEDs. This is...
One segment? No way dude! 7-Segments for life! A Feather board without ambition is a Feather board without FeatherWings! This is the Adafruit 4-Digit 7-Segment LED Matrix Display FeatherWing! This 7-segment FeatherWing backpack makes it really easy to add a 4-digit numeric display with decimal points and even "second colon dots" for making a clock. This version does...
You will chirp with delight when you see how easy it is to make your very own 8x16 LED matrix display for any Feather. This kit combines two of our adorable miniature LED matrices with a FeatherWing driver board. At 0.8" square, these little 8x8 matrices have got everything a big LED matrix has, but bite sized! Double them up for 128 total bright yellow-green LEDs....
Pickup a copy of Getting Started with Adafruit Trinket and then hit the ground running with one of the most popular Trinket projects: the Trinket-Powered NeoPixel Goggle Kit Pack! This pack is perfect for somebody who is up for a little challenge and eager to dive further into the wonderful world of Adafruit Trinket. This pack includes the Getting Started book and...
Display, elegantly, 012345678 or 9! Gaze, hypnotized, at ABCDEFGHIJKLM - well it can display the whole alphabet. You get the point. This is the Green Adafruit 0.54" Dual Alphanumeric FeatherWing Display Combo Pack! We also have these combo packs in Blue, Red, White, Yellow-Green, and Yellow. This is a nice, bright alphanumeric display that shows letters and numbers...
One segment? No way dude! 7-Segments for life! This is the Yellow Adafruit 0.56" 4-Digit 7-Segment Display w/ FeatherWing Combo Pack! We also have these combo packs in Green, Red, White, and Blue! 7-Segment Matrices like these are "multiplexed" - so to control all the seven-segment LEDs you need 14 pins. That"s a lot of pins, and there are driver chips like the...
You will chirp with delight when you see how easy it is to make your very own 8x16 LED matrix display for any Feather. This kit combines two of our adorable miniature LED matrices with a FeatherWing driver board. At 0.8" square, these little 8x8 matrices have got everything a big LED matrix has, but bite sized! Double them up for 128 total bright yellow LEDs. This is...
Pick up a copy of "Getting Started with Adafruit Trinket" and for a couple dollars more, hit the ground running with a Trinket 5V! As of October 12th, 2015 this product now ships with an Adafruit Trinket with a micro-USB plug. This pack is great for somebody starting out with microcontrollers to get them up and running quickly with this board, as well as for somebody...
Add short-hop wireless to your Feather with these RadioFruit Featherwings. These add-ons for any Feather board will let you integrate packetized radio (with the RFM69 radio) or LoRa radio (with the RFM9x"s). These radios are good options for kilometer-range radio, and paired with one of our WiFi, cellular or Bluetooth Feathers, will let you bridge from 433/900 MHz to...
This is the Adafruit Feather 32u4 Bluefruit - our take on an "all-in-one" Arduino-compatible + Bluetooth Low Energy with built in USB and battery charging. It"s an Adafruit Feather 32u4 with a BTLE module, ready to rock! Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new...
Add short-hop wireless to your Feather with these RadioFruit Featherwings. These add-ons for any Feather board will let you integrate packetized radio (with the RFM69 radio) or LoRa radio (with the RFM9x"s). These radios are good options for kilometer-range radio, and paired with one of our WiFi, cellular or Bluetooth Feathers, will let you bridge from 433/900 MHz to...
Add short-hop wireless to your Feather with these RadioFruit Featherwings. These add-ons for any Feather board will let you integrate packetized radio (with the RFM69 radio) or LoRa radio (with the RFM9x"s). These radios are good options for kilometer-range radio, and paired with one of our WiFi, cellular or Bluetooth Feathers, will let you bridge from 433/900 MHz to...
Add short-hop wireless to your Feather with these RadioFruit Featherwings. These add-ons for any Feather board will let you integrate packetized radio (with the RFM69 radio) or LoRa radio (with the RFM9x"s). These radios are good options for kilometer-range radio, and paired with one of our WiFi, cellular or Bluetooth Feathers, will let you bridge from 433/900 MHz to...
The Raspberry Pi foundation changed single-board computing when they released the Raspberry Pi computer, now they"re ready to do the same for microcontrollers with the release of the brand new Raspberry Pi Pico. This low-cost microcontroller board features a powerful new chip, the RP2040, and all the fixin"s to get started with embedded electronics projects at a...
The Raspberry Pi foundation changed single-board computing when they released the Raspberry Pi computer, now they"re ready to do the same for microcontrollers with the release of the brand new Raspberry Pi Pico. This low-cost microcontroller board features a powerful new chip, the RP2040, and all the fixin"s to get started with embedded electronics projects at a...
A new chip means a new Feather, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the Feather Treatment" and so we did! This Feather features the RP2040, and all niceties you know and love about Feather Measures 2.0" x 0.9" x 0.28" (50.8mm x 22.8mm x 7mm) without headers soldered in. Light...
This 4" / 100mm long flexible uFL 2.4GHz antenna has approx 4DBi gain and a 50Ω impedance so it will work fantastically with just about any 2.4-2.5GHz wireless receiver/transmitter such as the Adafruit CC3000s! Antenna comes with a uFL (a.k.a u.FL / IPX / IPEX) connector, so no more need for additional adapters to get your IoT cloud flying high!
A Feather board without ambition is a Feather board without FeatherWings! This is the FeatherWing 128x64 OLED: it adds a gorgeous 128x64 monochrome OLED plus 3 user buttons to any Feather main board. Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top of your Feather board and let the board take flight! These displays are...
What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with one of our new favorite chip, the RP2040. It"s been made famous in the new Raspberry Pi Pico and our Feather RP2040 and ItsyBitsy RP2040, but what if we wanted something really smol? A new chip means a new QT Py, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought...
We"ve got a new machine here at Adafruit, it can uncover your deepest desires. Don"t believe me? I"ll turn it on right now to prove it to you! What, you want unlimited mozzarella sticks? OK well, that"s not something we can provide. But we can provide your second-deepest desire: an ESP32-S2 Feather board with a built in IPS TFT color display. It"s got all the...
The Adafruit Feather nRF52840 Express is the new Feather family member with Bluetooth Low Energy and native USB support featuring the nRF52840! It"s our take on an "all-in-one" Arduino-compatible + Bluetooth Low Energy with built-in USB plus battery charging. With native USB it"s even ready to join the CircuitPython party. We have other boards in the Feather family,...
What"s Feather-shaped and has an ESP32-S2 WiFi module? What has a STEMMA QT connector for I2C devices and a built in ambient sensor? What has your favorite Espressif WiFi microcontroller and lots of Flash and RAM memory for your next IoT project? What will make your next IoT project sensor project flyyyyy? That"s right - it"s the new Adafruit ESP32-S2 Feather with...
A wild Kee Boar appears! It’s a shiny KB2040! An Arduino Pro Micro-shaped board for Keebs with RP2040. (#keeblife 4 evah) A lot of folks like using Adafruit parts for their Keeb builds – but with the ItsyBitsy not being pin-compatible with the Pro Micro pinout, it really wasn"t very easy without some sort of adapter plate. Now we’re seeing lots of...
What"s smaller than a Feather but larger than a Trinket? It"s an Adafruit ItsyBitsy nRF52840 Express featuring the Nordic nRF52840 Bluetooth LE processor! Teensy & powerful, with an fast nRF52840 Cortex M4 processor running at 64 MHz and 1 MB of FLASH - this microcontroller board is perfect when you want something very compact, with a heap-load of memory and...
What"s smaller than a Feather but larger than a Trinket? It"s an Adafruit ItsyBitsy M4 Express featuring the Microchip ATSAMD51! Small, powerful, with a ultra fast ATSAMD51 Cortex M4 processor running at 120 MHz - this microcontroller board is perfect when you want something very compact, with a ton of horsepower and a bunch of pins. This Itsy is like a bullet train,...
It"s half USB Key, half Adafruit Trinket...it"s Neo Trinkey, the circuit board with a Trinket M0 heart and four RGB NeoPixels for customizable glow. We were inspired by some USB key flashlight boards that would turn any battery pack into an LED torch. So we thought, hey what if we made something like that but with fully programmable color NeoPixels? And this is what...
The Adafruit Gemma M0 is a super small microcontroller board, with just enough built-in to create many simple projects. It may look small and cute: round, about the size of a quarter, with friendly alligator-clip sew pads. But do not be fooled! The Gemma M0 is incredibly powerful! We"ve taken the same form factor we used for the original ATtiny85-based Gemma and gave...
ST takes flight in this Feather board. The new STM32F405 Feather (video) that we designed runs CircuitPython at a blistering 168MHz – our fastest CircuitPython board ever! We put a STEMMA QT / Qwiic port on the end, so you can really easily plug and play I2C sensors. This Feather has lots of goodies: STM32F405 Cortex M4 with FPU and 1MB Flash, 168MHz speed....
What"s smaller than a Feather but larger than a Trinket? It"s an Adafruit ItsyBitsy M0 Express! Small, powerful, with a rockin" ATSAMD21 Cortex M0 processor running at 48 MHz - this microcontroller board is perfect when you want something very compact, but still with a bunch of pins. ItsyBitsy M0 Express is only 1.4" long by 0.7" wide, but has 6 power pins, 23...
Are you ready? Really ready? Cause here comes the fastest, most powerful Metro ever. The Adafruit Metro M4 featuring the Microchip ATSAMD51. This Metro is like a bullet train, with it"s 120MHz Cortex M4 with floating point support. Your code will zig and zag and zoom, and with a bunch of extra peripherals for support, this will for sure be your favorite new chipset....
This is the FeatherWing Tripler - a prototyping add-on and more for all Feather boards. This is similar to our FeatherWing Proto except there are three! The magic of the Tripler comes when you want to connect your Feather to two other Feather Wings without needing any stacking headers! The Tripler comes with: 1 Tripler Wing PCB. 3 sets Feather Female Headers. The...
The Adafruit Feather nRF52 Bluefruit is another easy-to-use all-in-one Bluetooth Low Energy board, with a native-Bluetooth chip, the nRF52832! It"s our take on an "all-in-one" Arduino-compatible + Bluetooth Low Energy with built in USB and battery charging. We have other boards in the Feather family, check"em out here. This chip has twice the flash, SRAM and...
Give your next project a lift with AirLift - our witty name for the ESP32 co-processor that graces this Metro M4. You already know about the Adafruit Metro M4 featuring the Microchip ATSAMD51, with it"s 120MHz Cortex M4 with floating point support. With a train-load of FLASH and RAM, your code will be fast and roomy. And what better way to improve it than to add...
The Grove Shield FeatherWing for Particle Mesh and all Feathers is an add-under for any Particle Mesh or Feather board, so that you can easily interface with Seeed"s huge collection of Grove sensors. Now you can have full range of hundreds of Grove modules with Particle Mesh along with our Feather line! Working with Grove requires no soldering. Just plug the sensors,...
It"s half USB Key, half Adafruit QT Py, and a lotta RP2040...it"s Trinkey QT2040, the circuit board with an RP2040 heart and Stemma QT legs. Folks are loving the QT Py 2040 we made, but maybe you want something plug-and-play. So we thought, hey what if we made something like that plugs right into your computer"s USB port? And this is what we came up with! The PCB is...
At the Feather M0"s heart is an ATSAMD21G18 ARM Cortex M0+ processor, clocked at 48 MHz and at 3.3V logic, the same one used in the new Arduino Zero. This chip has a whopping 256K of FLASH (8x more than the Atmega328 or 32u4) and 32K of RAM (16x as much)! This chip comes with built in USB so it has USB-to-Serial program & debug capability built in with no need...
What"s Metro shaped and has an ESP32-S2 WiFi module? What has a STEMMA QT connector for I2C devices, and a Lipoly charger circuit? What has your favorite Espressif WiFi microcontroller and lots of memory for your next IoT project? That"s right - its the new Adafruit Metro ESP32-S2! With native USB and a load of PSRAM this board is perfect for use with CircuitPython...
This simple development board for the STM32F411 is a great way to add a powerful STM chip to your next project. Featuring the STM32F411CEU6, this chip has 512 KB of flash, 128 KB of SRAM, and runs at 100 MHz. There"s a spot on the bottom for wide SOIC flash memory - you could solder on a 2 MB SPI flash memory chip (its barely wide enough to sit on the pads) to give...
A new chip means a new ItsyBitsy, and the Raspberry Pi RP2040 is no exception. When we saw this chip we thought "this chip is going to be awesome when we give it the ItsyBitsy teensy-weensy Treatment" and so we did! This Itsy" features the RP2040, and all niceties you know and love about the ItsyBitsy family What"s smaller than a Feather but larger than a Trinket?...
Feather is the new development board from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Adafruit Feather HUZZAH ESP8266 - our take on an "all-in-one" ESP8266 WiFi development board with built-in USB and battery charging. It"s an ESP8266 WiFi module with...
Sometimes we wonder if robotics engineers ever watch movies. If they did, they"d know that making robots into servants always ends up in a robot rebellion. Why even go down that path? Here at Adafruit, we believe in making robots our friends! So if you find yourself wanting a companion, consider the robot. They"re fun to program, and you can get creative with...
What fits in your pocket, is fully Open Source, and can run CircuitPython, MakeCode Arcade or Arduino games you write yourself? That"s right, it"s the Adafruit PyGamer! We wanted to make an entry-level gaming handheld for DIY gaming, and maybe a little retro-emulation. It"s not the fastest and best of everything but it is an all-in-one dev board with a lot of...
Give your Feather project a lift with the Adafruit AirLift FeatherWing - a FeatherWing that lets you use the powerful ESP32 as a WiFi co-processor. You probably have your favorite Feather (like the Feather M4) that comes with its own set of awesome peripherals and lots of libraries. But it doesn"t have WiFi built in! So lets give that chip a best friend, the ESP32....
Do you feel like you just don"t have a CLUE? Well, we can help with that - get a CLUE here at Adafruit by picking up this sensor-packed development board. We wanted to build some projects that have a small screen and a lot of sensors. To make it compatible with existing projects, we made it the same shape and size as the BBC micro:bit and with the same edge-connector...
Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Adafruit Feather 32u4 Bluefruit with Headers - our take on an "all-in-one" Arduino-compatible + Bluetooth Low Energy with built in USB and battery charging. Its an...
Introducing the TinyS2 - The Tiny Mighty ESP32-S2 development board in the TinyPICO format! This board features the powerful ESP32-S2, a single-core Tensilica processor with WiFi and native USB so it can run Arduino or Circuitpython code. The ESP32-S2 is a highly-integrated, low-power, 2.4 GHz Wi-Fi System-on-Chip (SoC) solution that now has built-in native USB as...
The SparkFun Qwiic FeatherWing (Shield for Thing Plus) provides an easy-to-assemble way to add the STEMMA QT / Qwiic connect ecosystem to any development board with Feather/Thing Plus Footprint. It connects the I2C bus (GND, 3.3V, SDA, and SCL) on your Feather to four SparkFun Qwiic / Stemma QT connectors. The plug-n-play ecosystem allows for easy daisy chaining so,...
These two SMT Socket Headers alone are, well, lonely. But pair them with any of our Feather boards and you"re in business! These headers are particularly cute and slim and are designed to match with FeatherWings. It"s harder to solder than thru-hole type headers, but for reflow-friendly builds these headers are recommended! We use these on all types of "Wings, from...
The INA219 FeatherWing makes power-monitoring problems a thing of the past. Instead of struggling with two multimeters, you can just use the handy INA219B chip on this breakout to both measure both the high side voltage and DC current draw over I2C with 1% precision. Works with any and all Feathers! Communicates over I2C so its super-simple to use, you can even...
Extend and expand your Circuit Playground projects with a bolt on TFT Gizmo that lets you add a lovely color display in a sturdy and reliable fashion. This PCB looks just like a round TFT breakout but has permanently affixed M3 standoffs that act as mechanical and electrical connections. Once attached you"ll get a 1.54" 240x240 IPS display with backlight control, two...
Adafruit seesaw is a near-universal converter framework which allows you to add and extend hardware support to any I2C-capable microcontroller or microcomputer. Instead of getting separate I2C GPIO expanders, ADCs, PWM drivers, etc, seesaw can be configured to give a wide range of capabilities. For example, our ATSAMD09 breakout with seesaw gives you 3 x 12-bit ADC...
Bend all audio files to your will with the Adafruit Music Maker FeatherWing! It"s a fun-size version of our Music Maker shield for Arduino! This powerful wing features the VS1053, an encoding/decoding (codec) chip that can decode a wide variety of audio formats such as MP3, AAC, Ogg Vorbis, WMA, MIDI, FLAC, WAV (PCM and ADPCM). You can do all sorts of stuff with the...
This is the FeatherWing Quad 2x2 - a prototyping add-on and more for all Feather boards. This is similar to our FeatherWing Proto except there are four! The magic of the Quad comes when you want to connect your Feather to three other Feather Wings without needing any stacking headers. The boards are all set up in a 2x2 grid, thus the name The Quad comes with: 1 Quad...
It"s half USB Key, half Adafruit Trinket M0, half APDS9960 breakout...it"s Proximity Trinkey, the circuit board with a Trinket M0 heart, APDS9960 Proximity, Light, RGB, and Gesture Sensor, and two RGB NeoPixels for a customizable glow. We wanted to make it super-easy to add one of our most popular combination-sensors to any computer with a USB port and this one is...
Ahoy! It"s time to create a dazzling light up project with our new RGB Matrix FeatherWing. Now you can quickly and easily create projects featuring your favorite 16 or 32-pixel tall matrix boards. Using our RGB Matrix library is easy and works wonderfully with any of our M0 or M4 based Feathers. Please note: This wing is only tested/designed to work with the RP2040,...
Feather is the flagship development board from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Assembled Adafruit Feather HUZZAH ESP8266 with headers - our take on an "all-in-one" ESP8266 WiFi development board with built-in USB and battery charging and...
The thirst is real! Keep your plants happy and hydrated with the Plant Care Kit for micro:bit or CLUE. This kit will teach you all about how to keep your plants in good condition, by measuring the soil moisture content using nails and alligator clips to tell you the state of your plant Kit contains: 1 x Adafruit Bonsai Buckaroo. 1 x Submersible 3V DC Water Pump with...
Sometimes we wonder if robotics engineers ever watch movies. If they did, they"d know that making robots into servants always ends up in a robot rebellion. Why even go down that path? Here at Adafruit, we believe in making robots our friends! So if you find yourself wanting a companion, consider the robot. They"re fun to program, and you can get creative with...
Add speedy mega-storage in a jiffy using this 16 GB Class 10 micro-SD card. It comes with a SD adapter so you can use it with any of our shields or adapters! Preformatted to FAT so it works out of the box with our projects. Works great with any device in the Adafruit shop that uses micro-SD cards. Ideal for use with Raspberry Pi, BeagleBone Black and other...
This is the FeatherWing Quad Side-by-Side - a prototyping add-on and more for all Feather boards. This is similar to our FeatherWing Proto except there are four! The magic of the Quad comes when you want to connect your Feather to three other Feather Wings without needing any stacking headers! The Quad comes with: 1 Quad Side-by-side Wing PCB. 4 sets Feather Female...
This breakout board is a "three in one" product: The ATtiny817 is part of the "next gen" of AVR microcontrollers, and now we have a cute development/breakout board for it, with just enough hardware to get the chip up and running.It"s also an Adafruit seesaw board. Adafruit seesaw is a near-universal converter framework which allows you to add and extend hardware...
The Adafruit Feather nRF52 Pro is another Bluetooth Low Energy board for advanced projects and users who want to use a fully open-source Bluetooth Low Energy 5.0 stack. It has a native Bluetooth chip, the nRF52832, as well as built-in USB Serial and battery charging! We have other boards in the Feather family, check"em out here. This is a special Feather - unlike the...
Woohoo, it"s time for a Particle Mesh party! And the Particle Argon is bringing it with a mix of Bluetooth Low Energy and Wi-Fi, your two most favorite 2.4GHz wireless protocols. The Argon is a powerful Wi-Fi enabled development kit that can act as either a standalone Wi-Fi endpoint or Wi-Fi enabled gateway for Particle Mesh networks. It is based on the Nordic...
Turn your Feather into a song-bird with this musically-enabled FeatherWing that adds MIDI input and output jacks to just about any Feather. You get both input and output DIN-5 MIDI jacks, a 3V optically isolator so you can interface with MIDI on 3.3V logic/power microcontrollers, and two blinky indicator LEDs underneath the jacks to help you know when data is sent...
The BBC micro:bit comes with 25 red LEDs on the front but...maybe you have a fever, and the only prescription is MORE LEDs!? If so, then you can add 119 individual blinkies to your micro:bit with Pimoroni"s scroll:bit! No extra components or headers needed, simply insert the micro:bit into the 2x40 right angle edge connector, and you"re good to go! Then, MakeCode to...
Bend all audio files to your will with the Adafruit Music Maker FeatherWing + Amplifier! It"s a fun-size version of our Music Maker shield for Arduino, and similar to our other Music Maker FeatherWing, but this one is even better - with an on-board 3 Watt amplifier! This powerful wing features the VS1053, an encoding/decoding (codec) chip that can decode a wide...
We are thrilled to release Adafruit"s lovely Beagle Bone Black case, designed by Mike Doell (who made our really terrific Raspberry Pi enclosures as well). We wanted a beautiful, elegant case, not just functional but also something you"d really like having on your desk. Gaze lovingly at its square modern shape & its glossy clear cover! Using this case is very...
It"s half USB Key, half Adafruit Trinket, half rotary encoder...it"s Rotary Trinkey, the circuit board with a Trinket M0 heart, a NeoPixel glow, and a rotary encoder body. We were inspired by this project from TodBot where a rotary encoder was soldered onto a QT Py. So we thought, hey what if we made something like that that plugs right into your computer"s USB port,...
Here is a chic minimalist enclosure for your CLUE board! This case has been laser-cut specifically to accommodate the TFT display, tactile buttons, and capacitive pads. And of course, we include mounting hardware so you can assemble it right onto your CLUE board. Takes less than five minutes to assemble, just find a nearby screwdriver. Please note: It won"t work with...
This 4"/100mm long swivel dipole antenna has 2dBi of gain and 50Ω impedance so it will work fantastically with just about any 2.4-2.5GHz wireless receiver/transmitter such as: 2.4GHz Wi-Fi (802.11b/g/n). 2.4GHz XBee. Bluetooth. Other 2.4GHz transceivers. Antenna comes with the industry standard RP-SMA connector that is found on nearly all WiFi devices. If you...
Make a game or robotic controller with this Joy-ful FeatherWing. This FeatherWing has a 2-axis joystick and 5 momentary buttons (4 large and 1 small) so you can turn your feather board into a tiny game controller. This wing communicates with your host microcontroller over I2C so it"s easy to use and doesn"t take up any of your precious analog or digital pins. There...
Upgrade any Feather board with motion and precision temperature sensing, with this all-in-one sensing FeatherWing. It sports two fantastic sensors from Analog Devices: an ADXL343 triple-axis accelerometer and an ADT7410 precision temperature sensor. Both sensors are connected over the shared I2C bus, so you can use it with any and all Feathers! We also break out the...
This simple but effective enclosure will fit any "classic Arduino" shaped development board - we"ve tested it with the Arduino UNO R3, Adafruit Metro, and Adafruit Metro M4 Express. We rather like this case because it"s low-profile enough that you can fit shields on top. There"s even a flexi-nub for pressing the reset button! Best of all, it"s LEGO brick compatible!...
This 8"/200mm long swivel dipole antenna has 5dBi of gain and 50Ω impedance so it will work fantastically with just about any 2.4-2.5GHz wireless receiver/transmitter such as: 2.4GHz Wi-Fi (802.11b/g/n). 2.4GHz XBee. Bluetooth. Other 2.4GHz transceivers. Antenna comes with the industry standard RP-SMA connector that is found on nearly all WiFi devices. If you...
The Raspberry Pi foundation changed single-board computing when they released the Raspberry Pi computer, now they"ve done the same for microcontrollers with the release of the powerful new chip, the Raspberry Pi RP2040. We"ve used this chip in a bunch of breakouts and dev boards, but perhaps you want to use it too? Now these are available in cut tape strips of 10 for...
A Feather board without ambition is a Feather board without FeatherWings! This is the DotStar FeatherWing, a 6x12 RGB LED Add-on For All Feather Boards! Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top or bottom of your Feather board and make your Feather board strut like a peacock at a rave. Put on your sunglasses...
Easy e-paper finally comes to your Feather with this Adafruit EInk Feather Friend that"s designed to make it a breeze to add an eInk display. Chances are you"ve seen one of those new-fangled "e-readers" like the Kindle or Nook. They have gigantic electronic paper "static" displays - that means the image stays on the display even when power is completely disconnected....
This is Hallowing..this is Hallowing... Hallowing! Hallowing! Are you the kind of person who doesn"t like taking down the skeletons and spiders until after January? Well, we"ve got the development board for you. This is electronics at its most spooky! The Adafruit HalloWing is a skull-shaped ATSAMD21 board with a ton of extras built in to make for an adorable...
A Feather board without ambition is a Feather board without FeatherWings! This is the Thermal Camera FeatherWing: thanks to the Panasonic AMG8833 8x8 GridEYE sensor, it adds heat-vision to any Feather main board. Using our Feather Stacking Headers or Feather Female Headers you can connect a FeatherWing on top of your Feather board and let the board take flight! This...
M5Stack"s Timer Camera X is an all-in-one camera module based on ESP32, integrated with ESP32 chip and has 8M PSRAM. Why so much PSRAM? Well, the camera can shoot up to 2048x1536 resolution photos(!). The module also comes with a built-in 140mAh battery and LED status indicator. There is a reset button under the LED. You can use the built-in RTC (BM8563) to keep...
Machine learning has come to the "edge" - small microcontrollers that can run a very miniature version of TensorFlow Lite to do ML computations. But you don"t need super complex hardware to start developing your own TensorFlow models! We"ve curated a simple kit to dip your toes into machine learning waters. Kit includes: Adafruit PyBadge with SAMD51 Cortex M4F...
Care about air with Enviro+ FeatherWing. It"s packed full of environmental sensors that"ll get you started in the world of citizen science. Monitor weather, light level, noise pollution, and air quality, in your local area and contribute your data to better understand trends in air pollution. Note: you"ll need a Feather board to go with this FeatherWing. We"d...
This three-in-one Particle Ethernet Feather is a mix of our Ethernet "wing and the Tripler "wing. The form-factor is based around the Adafruit FeatherWing Tripler. The two side connectors allow you to plug in one Particle Mesh device along with a Feather accessory. The Ethernet FeatherWing is deisgned to be the fastest way to add wired connectivity to your Argon,...
This set of high quality machined header pins can be soldered onto the MicroPython pyboard (all versions), and mate perfectly with both the LCD and Audio modules, as well as the Protoskins. The black pins are used for the standard I/O ports and the 4-way GND rail, and the white pins are used for the 4-way V+ rail and the additional, inner I/O ports. The header pins...
It"s half USB Key, half Adafruit Trinket, half mini slide pot... it"s Slider Trinkey, the circuit board with a Trinket M0 heart, NeoPixel glow, and a 35mm long 10KΩ slide potentiometer. The PCB is designed to slip into any USB A port on a computer or laptop. There"s an ATSAMD21 microcontroller on board with just enough circuitry to keep it happy. One pin of the...
The ESP-32-based M5Stick-C is a wee, super portable, open-source IoT development board, like a fun-sized version of the M5Stack. Jam-packed with a Wi-Fi & Bluetooth powered ESP32, USB interface, Li-Poly battery and charge circuitry, 0.96" color TFT display, various sensors (IR transmitter, microphone, 6-DoF IMU sensor) all integrated inside, buttons, and more!...
Make: Getting Started with Circuit Playground Express is written by our friend, Anne Barela, author of G.S.W. Adafruit Trinket. Anne is an engineer and Maker with the Adafruit team. We also have a great bundle that includes everything you need to follow along with the projects in the book, no soldering required! This book gives you the low-down on microcontrollers by...
Instead of being a single embedded functional module, Wio Terminal is more of a complete system equipped with Screen + Development Board + Input/Output Interface + Enclosure. Because it uses the SAMD51, it is compatible with Arduino and CircuitPython - using the same Arduino & CircuitPython core we have developed here at Adafruit! Wio Terminal is an...
Give your ItsyBitsy project a lift with the Adafruit AirLift Bitsy Add-On - a daughterboard that lets you use the powerful ESP32 as a WiFi co-processor. You probably have your favorite ItsyBitsy (like the Itsy" M4) that comes with its own set of awesome peripherals and lots of libraries. But it doesn"t have WiFi built in! So lets give that chip a best friend, the...
This simple development board for the STM32H750 is a great way to add a powerful STM chip to your next project. Featuring the STM32H750VBT6, this chip has 1024KB of RAM, 8MB of QSPI Flash, and runs at 480 MHz. This dev board is not designed or developed by Adafruit. It"s for advanced users who are already familiar with STM32 development! We don"t have detailed...
The ESP-32-based M5Stick-C is a wee, super portable, open-source IoT development board, like a fun-sized version of the M5Stack. Jam-packed with a Wi-Fi & Bluetooth powered ESP32, USB interface, Li-Poly battery and charge circuitry, 0.96" color TFT display, various sensors (IR transmitter, microphone, MPU6886 sensor) all integrated inside, buttons, and more! You...
Ahoy! It"s time to create a dazzling light up project with our new RGB Matrix FeatherWing for nRF52840. Now you can quickly and easily create projects featuring your favorite 16 or 32-pixel tall matrix boards. Using our RGB Matrix library is easy and works wonderfully with our nRF52840 based Feathers. Please note: This "Wing is only tested/designed to work with the...
The ESP32-S2-Kaluga-1 kit is a full featured development kit by Espressif for the ESP32-S2 that comes with everything but the kitchen sink! From TFTs to touch panels, this dev board has it all. Espressif designed this kit to demonstrate the ESP32-S2’s human-computer interaction functionalities and provide the users with the tools for development of...
While the UniBBB isn"t made of Valyrian Steel or Adamantium or whatever your favorite fictional metal is, it"s still the best and sleekest way to protect your precious Beagle Bone Black. Made in the U.S.A. by Pazdan LLC Tool & Die from solid Aluminum, this case protects your BeagleBone from damage and looks great in your modern/designer apartment! Some nice bonus...
We sure love the ATmega328 here at Adafruit, and we use them a lot for our own projects. The processor has plenty of GPIO, Analog inputs, hardware UART SPI and I2C, timers and PWM galore - just enough for most simple projects. When we need to go small, we use a Metro Mini or a Trinket M0, but when size isn"t as much of a concern, we reach for an Adafruit METRO. New!...
These two Female Headers alone are, well, lonely. But pair them with any of our Feather boards and you"re in business! What do they do? They get soldered on either side of the Feather board. Now you can plug in FeatherWings to add more capability to your portable project. Unlike our Feather Stacking Headers, they aren"t designed to "stack", but they"re more compact....
Feather is the new development board from Adafruit, and like its namesake, it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Adafruit Feather M0 Bluefruit LE - our take on an "all-in-one" Arduino-compatible + Bluetooth Low Energy with built-in USB and battery charging. It"s an Adafruit...
This is the Adafruit Feather M0 RFM95 LoRa Radio (900MHz). We call these RadioFruits, our take on an microcontroller with a "Long Range (LoRa)" packet radio transceiver with built in USB and battery charging. Its an Adafruit Feather M0 with a 900MHz radio module cooked in! Great for making wireless networks that are more flexible than Bluetooth LE and without the...
This is the Adafruit METRO Arduino-Compatible - with headers. It"s a fully assembled and tested microcontroller and physical computing board with through-hole headers attached. If you don"t want a Metro with the headers attached for super-slimness, check out our Metro without Headers. The METRO works great with the Arduino IDE, and runs the ATmega328P at 16MHz so it...
Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Feather M0 Basic Proto, it has a bunch of prototyping space built right in. We have other boards in the Feather family, check"em out here! At the Feather M0"s heart is...
This is the Adafruit Feather 32u4 LoRa Radio (RFM9x). We call these RadioFruits, our take on an microcontroller with a "Long Range (LoRa)" packet radio transceiver with built in USB and battery charging. Its an Adafruit Feather 32u4 with a 868/915 MHz radio module cooked in! Great for making wireless networks that can go further than 2.4GHz 802.15.4 and similar, are...
Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores. This is the Feather 32u4 Basic Proto, it has a bunch of prototyping space built right in We have other boards in the Feather family, check"em out here! At the Feather 32u4"s heart...
Give your Feather a sense of place, with an Ultimate GPS FeatherWing. In 2013 we designed the Ultimate GPS module to satisfy all your GPS desires - and now we have brought its power and versatility plus more to our Feather series with the Adafruit Ultimate GPS FeatherWing! This FeatherWing plugs right into your Feather board and gives it a precise, sensitive, and...
One segment? No way dude! 7-Segments for life! This is the Red Adafruit 0.56" 4-Digit 7-Segment Display w/ FeatherWing Combo Pack! We also have these combo packs in Green, Blue, White, and Yellow! 7-Segment Matrices like these are "multiplexed" - so to control all the seven-segment LEDs you need 14 pins. That"s a lot of pins, and there are driver chips like the...
One segment? No way dude! 7-Segments for life! This is the Blue Adafruit 0.56" 4-Digit 7-Segment Display w/ FeatherWing Combo Pack! We also have these combo packs in Green, Red, White, and Yellow! 7-Segment Matrices like these are "multiplexed" - so to control all the seven-segment LEDs you need 14 pins. That"s a lot of pins, and there are driver chips like the...
One segment? No way dude! 7-Segments for life! This is the Green Adafruit 0.56" 4-Digit 7-Segment Display w/ FeatherWing Combo Pack! We also have these combo packs in Blue, Red, White, and Yellow! 7-Segment Matrices like these are "multiplexed" - so to control all the seven-segment LEDs you need 14 pins. That"s a lot of pins, and there are driver chips like the...
One segment? No way dude! 7-Segments for life! This is the White Adafruit 0.56" 4-Digit 7-Segment Display w/ FeatherWing Combo Pack! We also have these combo packs in Green, Red, Blue, and Yellow! 7-Segment Matrices like these are "multiplexed" - so to control all the seven-segment LEDs you need 14 pins. That"s a lot of pins, and there are driver chips like the...
One segment? No way dude! 7-Segments for life! This is the Adafruit 0.56" 4-Digit 7-Segment Display w/ FeatherWing Combo Pack! We have these combo packs in Green, Blue, Red, White, and Yellow! 7-Segment Matrices like these are "multiplexed" - so to control all the seven-segment