Pi Hole Ad Blocker with Pi Zero W
This project will turn your Raspberry Pi Zero W into an ad-blocking local DNS server with Pi Hole. When it is asked for the IP address of ads.adserver.com (for example) it will return nothing! So you will never even connect to the ad server and get the ad. Your connection will be faster, less data, and no intrusive ads. It works great on computers, tablets, phones, etc. Even if you cannot run an ad-blocker plugin on your phone or tablet, this will work and ad-blocker-detectors can't tell you're running it.
Adafruit Metro Mini
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. METRO Mini is the culmination of years of playing with AVRs: we wanted to make a tiny, breadboard-friendly development board that is easy to use and is hacker friendly. Metro Mini can be programmed with the Arduino IDE (select 'UNO' in the boards dropdown)
I2C Addresses and Troublesome Chips
I2C is incredibly popular because it uses only 2 wires, and like we said, multiple devices can share those wires, making it a great way to connect tons of sensors, drivers, expanders, without using all the microcontroller pins. The only bad news about I2C is that each I2C device must have a unique address - and the addresses only range from 0 to 127 (aka 0 to 0x7F hex). Since we deal with so many I2C devices we thought it would be handy to have a table with all the most common sensors and modules we encounter, and their I2C address! We also describes some problems with certain I2C device.
Adafruit Gemma M0
The Adafruit Gemma M0 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 it a power up. The Gemma M0 has swapped out the lightweight ATtiny85 for a ATSAMD21E18 powerhouse.
Adafruit Mini TFT - 0.96" 160x80
It's the size of your thumbnail, with glorious 160x80 pixel color... it's the Adafruit Mini TFT Breakout! This very very small display is only 0.96" diagonal, packed with RGB pixels, for making very small high-density displays.
Adafruit 128x64 OLED Bonnet for Raspberry Pi
If you'd like a compact display, with buttons and a joystick - we've got what you're looking for. The Adafruit 128x64 OLED Bonnet for Raspberry Pi is the big sister to our mini PiOLED add-on. This version has 128x64 pixels (instead of 128x32) and a much larger screen besides. With the OLED display in the center, we had some space on either side so we added a 5-way joystick and two pushbuttons. Great for when you want to have a control interface for your project.
DAC Hacks for Circuit Playground Express & other ATSAMD21 Boards
The Circuit Playground Express runs on the ATSAMD21 which has a built-in DAC (digital-to-analog converter). It can be persuaded to generate black-and-white TV signals or transmit weak AM radio — without soldering any extra components!
My Mini Race Car
Zooooom! Now you can build and drive your own Mini Race Car using the Feather 32u4 Bluefruit LE microcontroller. Keep an eye on racetrack telemetry with the included HTU21D-F temperature & humidity sensor breakout board.
Adafruit PiOLED - 128x32 Mini OLED for Raspberry Pi
The Adafruit PiOLED is your little OLED pal, ready to snap onto any and all Raspberry Pi computers, to give you a little display. The PiOLED comes with a monochrome 128x32 OLED, with sharp white pixels. The OLED uses only the I2C pins so you have plenty of GPIO connections available for buttons, LEDs, sensors, etc. It's also nice and compact so it will fit into any case.
Introducing Adafruit Feather
Welcome to the Wonderful World of Feathers! This guide will tell you all about the dozens of options you have to build your next Feather project.
Adafruit HUZZAH32 - ESP32 Feather
Aww yeah, it's the Feather you have been waiting for! The HUZZAH32 is our ESP32-based Feather, made with the official WROOM32 module. We packed everything you love about Feathers: built in USB-to-Serial converter, automatic bootloader reset, Lithium Ion/Polymer charger, and all the GPIO brought out so you can use it with any of our Feather Wings.
Adafruit Metro M0 Express
Metro is our series of microcontroller boards for use with the Arduino IDE. This new Metro board looks a whole lot like our original Metro 328, but with a huge upgrade. Instead of the ATmega328, this Metro features a ATSAMD21G18 chip, an ARM Cortex M0+.
CurieBot: Arduino 101 Mini Robot Rover
Build your own mini robot with the Arduino 101 board. This smart little 'bot contains a 32-bit Intel Curie module, Bluetooth LE capabilities, and a 6-axis accelerometer/gyro! Drive it with your phone, or turn over the controls to this capable robot's own decision making!!
Adafruit Feather M0 Express
Get started quickly using Arduino or CircuitPython on the Feather M0 Express.
Adafruit TPL5110 Power Timer Breakout
With some development boards, low power usage is an afterthought. Especially when price and usability is the main selling point. So what should you do when its time to turn around and make that project of yours run on a battery or solar? Sure you could try to hot-air that regulator off, or you could jerry-rig a relay. Or, use a 555? Ugh, the options aren't that great.