Adafruit Wearables: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{stub}}
{{syllabus
|is_part_of_syllabus=E-textile
|is_module_of=Adafruit Wearables
|do_not_show_sub_page=No
|page_next=Adafruit Circuit Playground Express
|status=draft
|last_modification=2019/09/17
|objective=be aware of various Adafruit components,
differentiate between Arduino-only micro-controllers and others
|difficulty=beginner
|see_also=Adafruit Circuit Playground Express,
MakeCode,
Adafruit GEMMA,
Adafruit NeoPixel,
Adafruit Sensors
|cat_syllabus=e-textile
}}
 
== Introduction ==
== Introduction ==


FLORA is Adafruit's wearable electronics platform. It's built around the Arduino Atmega32u4 chip and has built-in USB support.
This article describes various components of the Adafruit's [https://www.adafruit.com/category/65 Wearables], i.e. [[e-textile]] components.


It is an alternative to the [[Lilypad]]
According to [https://en.wikipedia.org/wiki/Adafruit_Industries Wikipedia] (Aug 2019), {{quotation|Adafruit Industries is an open-source hardware company based in New York City. It was founded by Limor Fried 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.}}


== Components of the FLORA system ==
{{quotation|In addition to our FLORA and GEMMA sewable microcontrollers, Adafruit's wearables category includes conductive textiles, battery packs, sensors and LEDs, and all-in-one packs perfect for beginners and as gifts.}} ([https://www.adafruit.com/category/65 Wearables], retrieved August 28, 2019)
 
Adafruit wearables are an alternative to the [[Lilypad]]


See also:
See also:
* [[Adafruit Circuit Playground Express]]
* [[Adafruit Circuit Playground Express]]
* [[MakeCode]]
* [[Adafruit GEMMA]]
* [[Adafruit NeoPixel]]
* [[Adafruit Sensors]]
== Components of the Adafruit system ==
Below we provide a short overview. Our favorite system is the [Adafruit Circuit Playground Express]].
=== Microcontroller boards ===
All these boards, are some kind of tiny programmable computer and can connect to various other components, e.g. sensors, switches and LEDs.


=== Boards ===
[[image:adafruit-flora-1.jpg|thumb|300px|right|AdaFruit Flora. Source: [https://www.flickr.com/photos/adafruit/6732237213 Flickr of AdaFruit]]]
[[image:adafruit-flora-1.jpg|thumb|300px|right|AdaFruit Flora. Source: [https://www.flickr.com/photos/adafruit/6732237213 Flickr of AdaFruit]]]


'''659 FLORA''' V3
'''659 FLORA''' V3
FLORA was until recently, Adafruit's main [[e-textile|wearable electronics]] platform. It's built around the Arduino Atmega32u4 chip and has built-in USB support.


* [https://www.adafruit.com/product/659 FLORA - Wearable electronic platform: Arduino-compatible - v3] (as of Aug 2019) is the main board. It it includes a processor, a LED and various connectors. ($ 15)
* [https://www.adafruit.com/product/659 FLORA - Wearable electronic platform: Arduino-compatible - v3] (as of Aug 2019) is the main board. It it includes a processor, a LED and various connectors. ($ 15)
Line 25: Line 57:


'''Circuit Playground'''
'''Circuit Playground'''
* An board that integrates LEDs, made for learning Arduino programming.
 
* See below for the Express pack version.
* A FLORA board that integrates LEDs, made for learning Arduino programming.
* No longer much recommended, see below for the Express pack version.


[[image:adafruit-flora-circuit-playground-express.jpg|thumb|300px|right|AdaFruit Circuit Playground Express'. Source: [https://www.flickr.com/photos/adafruit/6732237213 Flickr of AdaFruit]]]
[[image:adafruit-flora-circuit-playground-express.jpg|thumb|300px|right|AdaFruit Circuit Playground Express'. Source: [https://www.flickr.com/photos/adafruit/6732237213 Flickr of AdaFruit]]]


'''Circuit Playground Express''' ($25)
'''Circuit Playground Express''' ($25)
* This board can be programmed in several ways, including with [[MakeCode]].
 
* This board can be programmed in several ways, including with [[MakeCode]], associated JavaScript, Python and Arduino. In that respect this board is not a FLORA.
* [https://www.adafruit.com/product/3333 Circuit Playground Express].  
* [https://www.adafruit.com/product/3333 Circuit Playground Express].  
* 50.6mm / ~2.0", Weight: 8.9g
* See [[Adafruit Circuit Playground Express]]
* $ 25
 
'''Circuit Playground Bluefruit'''


See [[Adafruit Circuit Playground Express]]
* As of 2019, this is the latest board in the "Express" line. It adds Bluetooth to the playground Express
* However, as of Sept. 2019, this product is still in alpha stage, i.e. not suitable for beginners and schools
* See [https://www.adafruit.com/product/4333 Circuit Playground Bluefruit] - ALPHA - Bluetooth Low Energy PRODUCT ID: 4333 ($24.95)
 
'''GEMMA M0'''
* This board is very small and also can be programmed with [[MakeCode]]
* See [[Adafruit GEMMA]]


=== Input ===
=== Input ===
Line 49: Line 90:


* [https://www.adafruit.com/product/1260 Flora RGB Smart NeoPixel version 2 - Pack of 4]
* [https://www.adafruit.com/product/1260 Flora RGB Smart NeoPixel version 2 - Pack of 4]
** See [[Adafruit NeoPixel]]
* [https://www.adafruit.com/product/1759 GEMMA Talking Toy Guts Sound Pack]
* [https://www.adafruit.com/product/1759 GEMMA Talking Toy Guts Sound Pack]


Line 57: Line 99:
* [https://www.adafruit.com/product/2404 Getting Started with Adafruit FLORA Book Pack] ($95). This includes probably everything that is needed for a simple project  
* [https://www.adafruit.com/product/2404 Getting Started with Adafruit FLORA Book Pack] ($95). This includes probably everything that is needed for a simple project  


'''Circuit Playground Express'''
* '''Circuit Playground Express'''
 
: Playground express are interesting for education since the board can be programmed with [[MakeCode]], JavaScript or CircuitPython. In addition, it can communicate with other boards through the infrared sensor. In addition to the built-in LEDs and sensors, one also can attach external components.
Playground express are interesting for education since the board can be programmed with [[MakeCode]], JavaScript or CircuitPython. In addition, it can communicate with other boards through the infrared sensor. In addition to the built-in LEDs and sensors, one also can attach external components.
: See [[Adafruit Circuit Playground Express]] for various packs
 
See [[Adafruit Circuit Playground Express]]


=== Sewing / fixing ===
=== Sewing / fixing ===
Line 72: Line 112:


* [https://www.adafruit.com/product/727 3 x AAA Battery Holder] with On/Off Switch and 2-Pin JST. If you plan to use standard AAA batteries.
* [https://www.adafruit.com/product/727 3 x AAA Battery Holder] with On/Off Switch and 2-Pin JST. If you plan to use standard AAA batteries.
* [https://www.adafruit.com/product/258 Lithium Ion Polymer Battery] - 3.7v 1200mAh  plus a [https://www.adafruit.com/products/259 a LiIon/LiPoly constant-voltage/constant-current charger to recharge them]
* [https://www.adafruit.com/product/258 Lithium Ion Polymer Battery] - 3.7v 1200mAh  plus a [https://www.adafruit.com/products/259 a LiIon/LiPoly constant-voltage/constant-current charger to recharge them].
** Lithium batteries cannot be shipped by plane. For unknown reasons, such batteries are up to four times as expensive in Europe (whereas the CPX boards are roughly the same price in Switzerland).
** These batteries have a JST-PH connector. There are many "JST" variants, be sure to get the JST-'''PH''' if you buy a battery from another supplier.
** Possible sellers: [https://www.digitec.ch/en/s1/product/oem-polymer-lithium-ion-lipo-akku-1000mah-various-electronics-supplies-casing-6311552?origin=OSA-5290 digitec]
 
== Useful tools ==
 
=== At Adafruit ===
 
Making with Adafruit components may require various tools, some of which are not necessarily provided by Adafruit.
 
* Read [https://makecode.adafruit.com/courses/maker/general/maker-tools-techniques Maker Tools and Techniques], part of the [https://makecode.adafruit.com/courses/maker Adafruit Maker Course]
 
=== Local sellers ===
 
Shipping directly from Adafruit should be fast but I did not test it. '''Shipping''' Cost for a single item was estimated between 32 and 38$, meaning that one should buy several items to make it worthwhile. For larger volumes of some products (e.g. Neopixels), this should be the best option.
 
Compare prices before you buy. E.g. for once, amazon.fr and Amazon.de are very pricey and local or non-local Swiss distributors are much cheaper.
 
Switzerland:
* [https://www.distrelec.ch/ Distrelec]. Good choice. Good for institutional shopping since they can ship with an invoice that you can pay later. However, no threads, few Neopixels. Some products I ordered were shipped from Holland.
* [https://www.play-zone.ch/de/catalogsearch/result/index/?manufacturer=315&q=adafruit Playzone]. Good choice.
* [https://www.digikey.ch/ Digikey] (OK choice, good prices). This company ships from the US. Has threads.
* [https://www.microspot.ch/ Microspot] Limited choice,
* Amazon.fr and Amazon.de (limited choice, some very expensive)
 
Some observed prices:
* Adafruit part 641 (thread) varies from 7 CHF to 15,45 € (Digi-key vs. Amazon.fr)
* Playgound Express: 25 CHF + TVA at Digitec,  38.28  € at Amazon.fr
* Circuit Playground Express kit: 30.90 CHF + TVA at Digitec, 29.35 at Digi-Key.
* Flora RGB Smart NeoPixel version 2 - Sheet of 20($35). 34.25 CHF at Digi-key
*  Adafruit NeoPixel LED Dots Strand - 20 LEDs at 2" Pitch PID: 3630. ($27.50). Not found locally, but seen on eBay for CHF 43 plus delivery fees. On Amazon.de for 45,18€ + 5€ delivery and 48€ on Amazon France. Almost double price.


== Links ==
== Links ==


* [https://www.adafruit.com/category/92 Flora] Main product page
* [https://www.adafruit.com/category/92 Flora] Main product page
* [https://makecode.adafruit.com/courses/maker Adafruit Maker Course]
* [https://forums.adafruit.com/viewforum.php?f=48 Adafruit Educators forum] (all products)


== Bibliography ==
== Bibliography ==
Line 82: Line 157:
See also: [[e-textile]]
See also: [[e-textile]]


* Stern, B., & Cooper, T. (2015). Getting started with Adafruit FLORA: making wearables with an Arduino-compatible electronics platform. Maker Media, Inc..
* Stern, B., & Cooper, T. (2015). Getting started with Adafruit FLORA: making wearables with an Arduino-compatible electronics platform. Maker Media, Inc.
* Rozenfeld, M. (2015). How DIY Electronics Startup Adafruit Industries Became a Multimillion-Dollar Company, IEEE, the institute, http://origin.www.theinstitute.ieee.org/career-and-education/startups/how-diy-electronics-startup-adafruit-industries-became-a-multimillion-dollar-company


[[category: e-textile]]
[[category: e-textile]]

Latest revision as of 18:33, 29 November 2019

E-textile
Module - entry page
Adafruit Wearables
▬▶
draft beginner
2019/11/29 ⚒⚒ 2019/09/17
Objectives
  • be aware of various Adafruit components
  • differentiate between Arduino-only micro-controllers and others
See also

Objectives

  • be aware of various Adafruit components
  • differentiate between Arduino-only micro-controllers and others

See also

  • Quality: draft
  • Difficulty: beginner


Introduction

This article describes various components of the Adafruit's Wearables, i.e. e-textile components.

According to Wikipedia (Aug 2019), “Adafruit Industries is an open-source hardware company based in New York City. It was founded by Limor Fried 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.”

“In addition to our FLORA and GEMMA sewable microcontrollers, Adafruit's wearables category includes conductive textiles, battery packs, sensors and LEDs, and all-in-one packs perfect for beginners and as gifts.” (Wearables, retrieved August 28, 2019)

Adafruit wearables are an alternative to the Lilypad

See also:

Components of the Adafruit system

Below we provide a short overview. Our favorite system is the [Adafruit Circuit Playground Express]].

Microcontroller boards

All these boards, are some kind of tiny programmable computer and can connect to various other components, e.g. sensors, switches and LEDs.

AdaFruit Flora. Source: Flickr of AdaFruit

659 FLORA V3

FLORA was until recently, Adafruit's main wearable electronics platform. It's built around the Arduino Atmega32u4 chip and has built-in USB support.

  • FLORA - Wearable electronic platform: Arduino-compatible - v3 (as of Aug 2019) is the main board. It it includes a processor, a LED and various connectors. ($ 15)
  • 4.4 grams
  • 4.5 cm diameter (1.75)
  • 7mm thick (0.3")
  • USB support (Micro B cable needed)
  • Battery connector (several battery types are supported, i.e. 3.5v to 16v))
  • 14 connectors / also used for sewing.

Circuit Playground

  • A FLORA board that integrates LEDs, made for learning Arduino programming.
  • No longer much recommended, see below for the Express pack version.
AdaFruit Circuit Playground Express'. Source: Flickr of AdaFruit

Circuit Playground Express ($25)

Circuit Playground Bluefruit

  • As of 2019, this is the latest board in the "Express" line. It adds Bluetooth to the playground Express
  • However, as of Sept. 2019, this product is still in alpha stage, i.e. not suitable for beginners and schools
  • See Circuit Playground Bluefruit - ALPHA - Bluetooth Low Energy PRODUCT ID: 4333 ($24.95)

GEMMA M0

Input

Ouptut

Packs

  • Circuit Playground Express
Playground express are interesting for education since the board can be programmed with MakeCode, JavaScript or CircuitPython. In addition, it can communicate with other boards through the infrared sensor. In addition to the built-in LEDs and sensors, one also can attach external components.
See Adafruit Circuit Playground Express for various packs

Sewing / fixing

Other

Useful tools

At Adafruit

Making with Adafruit components may require various tools, some of which are not necessarily provided by Adafruit.

Local sellers

Shipping directly from Adafruit should be fast but I did not test it. Shipping Cost for a single item was estimated between 32 and 38$, meaning that one should buy several items to make it worthwhile. For larger volumes of some products (e.g. Neopixels), this should be the best option.

Compare prices before you buy. E.g. for once, amazon.fr and Amazon.de are very pricey and local or non-local Swiss distributors are much cheaper.

Switzerland:

  • Distrelec. Good choice. Good for institutional shopping since they can ship with an invoice that you can pay later. However, no threads, few Neopixels. Some products I ordered were shipped from Holland.
  • Playzone. Good choice.
  • Digikey (OK choice, good prices). This company ships from the US. Has threads.
  • Microspot Limited choice,
  • Amazon.fr and Amazon.de (limited choice, some very expensive)

Some observed prices:

  • Adafruit part 641 (thread) varies from 7 CHF to 15,45 € (Digi-key vs. Amazon.fr)
  • Playgound Express: 25 CHF + TVA at Digitec, 38.28 € at Amazon.fr
  • Circuit Playground Express kit: 30.90 CHF + TVA at Digitec, 29.35 at Digi-Key.
  • Flora RGB Smart NeoPixel version 2 - Sheet of 20($35). 34.25 CHF at Digi-key
  • Adafruit NeoPixel LED Dots Strand - 20 LEDs at 2" Pitch PID: 3630. ($27.50). Not found locally, but seen on eBay for CHF 43 plus delivery fees. On Amazon.de for 45,18€ + 5€ delivery and 48€ on Amazon France. Almost double price.

Links

Bibliography

See also: e-textile