Adafruit
   HOME

TheInfoList



OR:

Adafruit Industries is an
open-source hardware Open-source hardware (OSH) consists of physical artifacts of technology designed and offered by the open-design movement. Both free and open-source software (FOSS) and open-source hardware are created by this open-source culture movement and a ...
company based in
New York City New York, often called New York City or NYC, is the List of United States cities by population, most populous city in the United States. With a 2020 population of 8,804,190 distributed over , New York City is also the L ...
. It was founded by
Limor Fried Limor Fried is an American electrical engineer and owner of the electronics hobbyist company Adafruit Industries. She is influential in the open-source hardware community, having participated in the first Open Source Hardware Summit and the draft ...
in 2005. The company designs, manufactures and sells a number of electronics products, electronics components, tools and accessories. It also produces a number of learning resources, including live and recorded videos related to electronics, technology, and programming.


History

Limor Fried, then a student at
Massachusetts Institute of Technology The Massachusetts Institute of Technology (MIT) is a private land-grant research university in Cambridge, Massachusetts. Established in 1861, MIT has played a key role in the development of modern technology and science, and is one of the ...
, began selling electronic kits on her website from her own designs in 2005. She later moved to New York City and established Adafruit Industries. In 2010, Adafruit offered a reward for whoever could hack
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washing ...
's
Kinect Kinect is a line of motion sensing input devices produced by Microsoft and first released in 2010. The devices generally contain RGB cameras, and infrared projectors and detectors that map depth through either structured light or time of flig ...
to make its motion sensing capabilities available for use for other projects. This reward was increased to $2,000 and then $3,000 following Microsoft's concerns about tampering. The company had $22 million in revenue in 2013 and $33 million in 2014.


Company name

The name Adafruit comes from Fried's online moniker "Ladyada", itself a homage to computer science pioneer
Ada Lovelace Augusta Ada King, Countess of Lovelace (''née'' Byron; 10 December 1815 – 27 November 1852) was an English mathematician and writer, chiefly known for her work on Charles Babbage's proposed mechanical general-purpose computer, the A ...
. The company's goal is to get more people involved in technology, science and engineering.


Products

In addition to distributing third-party components and boards such as the
Raspberry Pi Raspberry Pi () is a series of small single-board computers (SBCs) developed in the United Kingdom by the Raspberry Pi Foundation in association with Broadcom. The Raspberry Pi project originally leaned towards the promotion of teaching basic ...
, Adafruit develops and sells its own development boards for educational and hobbyist purposes. In 2016, the company released the Circuit Playground, a board with an
Atmel Atmel Corporation was a creator and manufacturer of semiconductors before being subsumed by Microchip Technology in 2016. Atmel was founded in 1984. The company focused on embedded systems built around microcontrollers. Its products included micr ...
ATmega32u4 microcontroller and a variety of sensors, followed in 2017 by the more powerful
Atmel Atmel Corporation was a creator and manufacturer of semiconductors before being subsumed by Microchip Technology in 2016. Atmel was founded in 1984. The company focused on embedded systems built around microcontrollers. Its products included micr ...
SAMD21 based Circuit Playground Express. They, like many Adafruit products, are circular in shape for ease of use in education and
wearable electronics A wearable computer, also known as a body-borne computer, is a computing device worn on the body. The definition of 'wearable computer' may be narrow or broad, extending to smartphones or even ordinary wristwatches. Wearables may be for general ...
projects, along with the FLORA and Gemma, the company's wearable electronics development platforms. In 2017, Adafruit Industries best selling product was the Circuit Playground Express


NeoPixel

NeoPixel is Adafruit's brand of individually addressable red-green-blue (
RGB The RGB color model is an additive color model in which the red, green and blue primary colors of light are added together in various ways to reproduce a broad array of colors. The name of the model comes from the initials of the three additiv ...
)
LED A light-emitting diode (LED) is a semiconductor Electronics, device that Light#Light sources, emits light when Electric current, current flows through it. Electrons in the semiconductor recombine with electron holes, releasing energy i ...
. They are based on the WS2812 LED and WS2811 driver, where the WS2811 is integrated into the LED, for reduced footprint. Adafruit manufactures several products with NeoPixels with form factors such as strips, rings, matrices, Arduino shields, traditional five-millimeter cylinder LED and individual NeoPixel with or without a
PCB PCB may refer to: Science and technology * Polychlorinated biphenyl, an organic chlorine compound, now recognized as an environmental toxin and classified as a persistent organic pollutant * Printed circuit board, a board used in electronics * ...
. The control protocol for NeoPixels is based on only one communication wire. Adafruit provides an Arduino library and a Python Library to help with the programming of NeoPixels. In addition to the traditional RGB technology, Adafruit manufactures a red-green-blue-white (RGBW) variant of NeoPixel for all products except those that feature a NeoPixel Mini 3535. Those integrate an additional white LED in the package for extra possible color mixes and selectable white color temperature (the company sells single NeoPixels with a 6000 K, 4500 K and 3000 K
color temperature Color temperature is the color of light emitted by an idealized opaque, non-reflective body at a particular temperature measured in kelvins. The color temperature scale is used to categorize the color of light emitted by other light sources ...
).


CircuitPython

In January, 2017, Adafruit introduced
CircuitPython CircuitPython is an open-source derivative of the MicroPython programming language targeted toward students and beginners. Development of CircuitPython is supported by Adafruit Industries. It is a software implementation of the Python 3 programmin ...
, a fork of the
MicroPython MicroPython is a software implementation of a programming language largely compatible with Python 3, written in C, that is optimized to run on a microcontroller. MicroPython consists of a Python compiler to bytecode and a runtime interpreter of ...
programming language optimized to run on select Adafruit products. CircuitPython currently runs on Adafruit boards with a flash memory chip and one of the following
microcontroller A microcontroller (MCU for ''microcontroller unit'', often also MC, UC, or μC) is a small computer on a single VLSI integrated circuit (IC) chip. A microcontroller contains one or more CPUs (processor cores) along with memory and programmable i ...
s:
Atmel Atmel Corporation was a creator and manufacturer of semiconductors before being subsumed by Microchip Technology in 2016. Atmel was founded in 1984. The company focused on embedded systems built around microcontrollers. Its products included micr ...
SAMD21 (M0), Atmel SAMD51 (M4), and the
Nordic Semiconductor Nordic Semiconductor (formerly Nordic VLSI) is a fabless semiconductor company headquartered in Trondheim, Norway, and focused on low-power wireless communications devices. Overview The company specializes in ultra-low-power performance wireless ...
nRF52840. In 2019, resources for CircuitPython were moved to circuitpython.org, a move to show that the number of third-party boards using CircuitPython had grown beyond those only manufactured by Adafruit. This includes both CircuitPython for microcontrollers and CircuitPython on
single-board computer A single-board computer (SBC) is a complete computer built on a single circuit board, with microprocessor(s), memory, input/output (I/O) and other features required of a functional computer. Single-board computers are commonly made as demonstrati ...
s using a compatibility layer Adafruit named "Blinka", to access
general-purpose input/output A general-purpose input/output (GPIO) is an uncommitted digital signal pin on an integrated circuit or electronic circuit (e.g. MCUs/ MPUs ) board which may be used as an input or output, or both, and is controllable by software. GPIOs have no ...
functionality and compatibility with a library of over 160 sensors and drivers.


Feather development boards

The Feather development boards constitute Adafruit's broadest platform of "
Arduino Arduino () is an open-source hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices. Its hardware products are licensed unde ...
-like" boards. The boards all share similarities in that they have the same form factor, same
pinout In electronics, a pinout (sometimes written "pin-out") is a cross-reference between the contacts, or ''pins'', of an electrical connector or electronic component, and their functions. "Pinout" now supersedes the term "basing diagram" that was the s ...
, similar microcontrollers, and feature
lithium polymer battery A lithium polymer battery, or more correctly lithium-ion polymer battery (abbreviated as LiPo, LIP, Li-poly, lithium-poly and others), is a rechargeable battery of lithium-ion technology using a polymer electrolyte instead of a liquid electrolyt ...
charging. Certain boards have special features in addition to the microcontroller breakout, such as
Bluetooth Bluetooth is a short-range wireless technology standard that is used for exchanging data between fixed and mobile devices over short distances and building personal area networks (PANs). In the most widely used mode, transmission power is limi ...
,
Wi-Fi Wi-Fi () is a family of wireless network protocols, based on the IEEE 802.11 family of standards, which are commonly used for local area networking of devices and Internet access, allowing nearby digital devices to exchange data by radio wave ...
or
cellular network A cellular network or mobile network is a communication network where the link to and from end nodes is wireless. The network is distributed over land areas called "cells", each served by at least one fixed-location transceiver (typically thre ...
connectivity or built-in prototyping space or SD card communication. The name "Feather" comes from the fact that the boards are small, thin, light and easily powered from a battery. In addition to the boards themselves, Adafruit engineers and manufactures "FeatherWings", which are expansion cards allowing the addition of features such as an
LCD A liquid-crystal display (LCD) is a flat-panel display or other electronically modulated optical device that uses the light-modulating properties of liquid crystals combined with polarizers. Liquid crystals do not emit light directly but in ...
, a NeoPixel array or
DC motor A DC motor is any of a class of rotary electrical motors that converts direct current (DC) electrical energy into mechanical energy. The most common types rely on the forces produced by induced magnetic fields due to flowing current in the coil ...
drivers.


Adafruit Learning System

In addition to manufacturing and selling electronic devices, Adafruit regularly publishes tutorials featuring their products. The tutorials show how to build projects, highlighting their products' abilities and strengths. The site hosts close to 2400 guides and articles written by collaborators. The guides range from teardowns of existing wearable electronic devices to 3D printing projects to overview and introduction of Adafruit merchandise and how to build projects.


Presence on YouTube

Adafruit Industries has a substantial presence on the online video streaming website
YouTube YouTube is a global online video platform, online video sharing and social media, social media platform headquartered in San Bruno, California. It was launched on February 14, 2005, by Steve Chen, Chad Hurley, and Jawed Karim. It is owned by ...
. The channel has been active since April 2, 2006. The company was awarded a YouTube Silver Play Button in August 2015 for having surpassed 100,000 subscribers and, as of October 2022, has 420,000 subscribers. Adafruit creates different types of videos, all on electronics, with most featuring one of their products. Each week, several live shows are streamed.


Ask an Engineer

This weekly show was started in 2010 in Fried's living room. The concept was that viewers could ask her questions about engineering while she was assembling an electronics kit and Phillip Torrone, her spouse, was preparing shipments. The show is broadcast on YouTube with behind-the-scenes content available on
Discord Discord is a VoIP and instant messaging social platform. Users have the ability to communicate with voice calls, video calls, text messaging, media and files in private chats or as part of communities called "servers".The developer documenta ...
. The company states that this is the longest-running live electronics show. Some of the sections of the stream are new products where Fried demonstrates new products; Time Travel, where the hosts look back on the world of makers, hackers, artists and engineers and often highlight a special person or event; 3D Printing, where they showcase a special project or product related to the industry; a Q&A session; and a trivia question, where the first viewer with the correct answer wins a product. There is sometimes a section dedicated to Raspberry Pi and Arduino news and a section where the hosts read a positive email they have received. The show airs on Wednesdays at 8PM ET on the company's YouTube channel and is still run by Limor Fried and Phillip Torrone, with guests often present. As of February 2016, there have been almost 200 editions of the show, totalling almost 7 million minutes watched, a half million video views and 33 thousand playlist views.


Show-and-Tell

Show-and-Tell is Adafruit's live show where makers from all around the world share electronic projects they are currently working on. The show is first broadcast at 7:30PM ET on Wednesdays, and runs for 30 minutes. It is hosted by Limor Fried and Phillip Torrone and uses the
Google+ Hangouts Google Hangouts was a cross-platform instant messaging service developed by Google. It originally was a feature of Google+, becoming a standalone product in 2013, when Google also began integrating features from Google+ Messenger and Google Ta ...
platform. Over the four years that it has been running, Show-and-Tell has been produced more than 200 times, collecting more than 2.8 million minutes watched, about 500,000 video views and with 27,000 playlist views.


3D Hangouts with Noe and Pedro Ruiz

3D Hangouts with Noe and Pedro Ruiz goes over the
3D printing 3D printing or additive manufacturing is the Manufacturing, construction of a three-dimensional object from a computer-aided design, CAD model or a digital 3D modeling, 3D model. It can be done in a variety of processes in which material is ...
industry (most typically about desktop FDM printers). Every week, on Thursday, a 30-minute edition is released where the two brothers discuss news about the industry, specific projects that they are working on, share 3D printing tips and tricks and answer viewer's questions and comments. They also showcase projects and prints from the online community. The show was started in 2014.


John Park's Workshop

The weekly John Park's Workshop show is broadcast live from John Edgar Park's workshop as he builds creative technology projects – from mystery boxes to ninja timers to synthesizers to coffee robots – while teaching viewers the skills to create their own. The creations made by Park demonstrate the weekly project (which is later developed into a tutorial on Adafruit's Learning System), covers fundamental tips and tricks for working with the featured tools and materials, interacts with viewers, and answers questions over chat messaging systems in YouTube and Discord.


Wearable Electronics with Becky Stern

Wearable Electronics with Becky Stern was Adafruit's live show dedicated to the
wearable electronics A wearable computer, also known as a body-borne computer, is a computing device worn on the body. The definition of 'wearable computer' may be narrow or broad, extending to smartphones or even ordinary wristwatches. Wearables may be for general ...
industry. It was hosted by the American artist
Becky Stern Becky Stern (born January 29, 1985) is a DIY expert based in New York City. Her work combines basic electronics, textile crafts, and fashion. Career From 2007 to 2012 Stern worked as a blogger and senior video producer for ''MAKE'' and ''CRAFT'' ...
. In the show, industry news, projects, techniques and materials were covered and discussed. It aired every Wednesday at 2PM ET and was produced for 122 episodes, from 2013 to 2016. The last edition was streamed on February 10, 2016.


See also

*
Digi-Key Digi-Key is a privately held American company that distributes electronic components. Headquartered in Thief River Falls in the U.S. state of Minnesota, the company is the fourth largest electronic component distributor in North America and the ...
*
Mouser Electronics Mouser Electronics is a global distributor of semiconductors and electronic components. With over $3 billion in annual revenue, Mouser is ranked as the seventh largest electronic component distributor in the world. The company has 27 locations ...
* Element 14 *
SparkFun Electronics SparkFun Electronics (sometimes known by its abbreviation, ''SFE'') is an electronics retailer in Niwot, Colorado, United States. It manufactures and sells microcontroller development boards and breakout boards. All products designed and produce ...


References


External links

* {{Official website, www.Adafruit.com
Company GitHub repository

CircuitPython Website
Electronics companies of the United States Companies based in New York City Companies established in 2005 Electronic component distributors Online retailers of the United States Open-source hardware