Podcasts about circuit playground

  • 9PODCASTS
  • 94EPISODES
  • 10mAVG DURATION
  • ?INFREQUENT EPISODES
  • Oct 24, 2024LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about circuit playground

Latest podcast episodes about circuit playground

Smart Software with SmartLogic
Creating VintageCell: Nerves, PCBs, and GenStateMachine with Bryan Green

Smart Software with SmartLogic

Play Episode Listen Later Oct 24, 2024 28:58


Today on Elixir Wizards, Bryan Green shares how he transformed a vintage 1930s rotary phone into a fully functional cell phone using Elixir, Nerves, and a mix of hardware components. Bryan shares the highs and lows of his project, from decoding rotary dial clicks to troubleshooting hardware issues with LED outputs. He explains why Nerves was the perfect fit for this project, offering SSH access, over-the-air updates, and remote debugging. You'll also hear how Elixir's concurrency model helped him manage hardware inputs and outputs efficiently using GenStateMachine and Genservers. Elixir and Nerves really shine when modeling real-world systems. Bryan dives into how he used a finite state machine to track the phone's states and handled inputs from the rotary dial and hook switch via GPIO. For hardware enthusiasts, Bryan's advice is to embrace this “golden age” of DIY electronics. Whether you're experienced with embedded systems or just curious on where to start, Bryan's VintageCell can inspire you to tinker with a hardware engineering project. Key topics discussed in this episode: Advantages of functional programming and immutability in Elixir Building hardware projects using Adafruit components Why Nerves was the best choice for the VintageCell project Interpreting rotary dial clicks using GPIO and circuits.gpio Troubleshooting hardware issues with LED diagnostics Challenges in optimizing wiring and PCB design Benefits of Nerves: SSH access, OTA updates, and remote debugging Modeling real-world systems with Elixir and Nerves Implementing a finite state machine with GenStateMachine Managing input with Genservers for rotary dial and hook switch Leveraging community resources like Discord, Elixir Slack, and forums Practical advice for keeping hardware projects on track Potential applications from SMS servers to home automation Links mentioned: Vintage Cellphone: Bridging the Past and Future with Elixir (https://www.youtube.com/watch?v=U4hetzVpjmo) Seven Languages in Seven Weeks https://pragprog.com/titles/btlang/seven-languages-in-seven-weeks/ Seven More Languages https://pragprog.com/titles/7lang/seven-more-languages-in-seven-weeks/ Node.js https://github.com/nodejs https://nerves-project.org/ https://www.arduino.cc/ Adafruit Circuit Playground https://www.adafruit.com/category/965 Adafruit 3D Printed Star Trek Communicator https://learn.adafruit.com/3d-printed-star-trek-communicator Adafruit FONA 3G Cellular + GPS Breakout https://learn.adafruit.com/adafruit-fona-3g-cellular-gps-breakout/overview https://github.com/elixir-circuits/circuitsgpio Nerves SSH https://hex.pm/packages/nervesssh OTA (over-the-air) Updates with NervesHub https://www.nerves-hub.org/ https://github.com/kicad Waveshare 4G Hat for Raspberry Pi https://www.waveshare.com/sim7600e-h-4g-hat.htm https://hexdocs.pm/genstatemachine/GenStateMachine.html https://hexdocs.pm/elixir/GenServer.html https://www.sparkfun.com/ https://www.digikey.com/ USB-C Gadget Mode with Nerves https://github.com/nerves-project/nervessystemrpi4/issues/18 https://livebook.dev/ https://codestorm.me/ https://github.com/codestorm1/vintage_cell/ Special Guest: Bryan Green.

Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Sound Detection

Adafruit Industries

Play Episode Listen Later Sep 29, 2023 2:50


#circuitpythonparsec Use the built-in mic on Circuit Playground Bluefruit to sense sound levels and detect loud sounds to trigger events. Learn about CircuitPython: https://circuitpython.org Code examples here: https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/sound Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

sound detection parsec adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Play Files

Adafruit Industries

Play Episode Listen Later Sep 22, 2023 2:02


#circuitpythonparsec Play audio .wav files with the cp.play_file() command on Circuit Playground Express/Bluefruit boards with Circuit Playground in CircuitPython. Learn about CircuitPython: https://circuitpython.org Code examples here: https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/play-file Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

files parsec adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Tones

Adafruit Industries

Play Episode Listen Later Sep 15, 2023 2:39


#circuitpythonparsec Play simple music with the Tones command on Circuit Playground Express/Bluefruit boards with Circuit Playground in CircuitPython. Learn about CircuitPython: https://circuitpython.org Code examples here: https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/play-tone https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/start-and-stop-tone Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

tones parsec adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Touch Sensing

Adafruit Industries

Play Episode Listen Later Sep 8, 2023 2:28


#circuitpythonparsec How to use the capacitive touch pads on the Circuit Playground Express/Bluefruit boards with Circuit Playground in CircuitPython. Learn about CircuitPython: https://circuitpython.org Code examples here: https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/capacitive-touch Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

touch sensing parsec adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Temperature

Adafruit Industries

Play Episode Listen Later Aug 21, 2023 1:51


John Park's CircuitPython Parsec: Circuit Playground Temperature #circuitpythonparsec Use the built-in temperature sensor on Circuit Playground boards! Learn about CircuitPython: https://circuitpython.org Code examples here: https://github.com/jedgarpark/parsec/blob/main/2023-08-19/code.py Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

temperature parsec adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Buttons

Adafruit Industries

Play Episode Listen Later Aug 11, 2023 3:00


#circuitpythonparsec Use the built-in buttons on Circuit Playground boards! Learn about CircuitPython: https://circuitpython.org Code examples here: https://github.com/jedgarpark/parsec/blob/main/2023-08-11/code.py Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

buttons parsec adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Light Detection

Adafruit Industries

Play Episode Listen Later Aug 4, 2023 2:41


#circuitpythonparsec Use the on-board light detector on Circuit Playground boards! Learn about CircuitPython: https://circuitpython.org Code examples here: https://github.com/jedgarpark/parsec/blob/main/2023-08-03-lightdetect/code.py Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

detection parsec adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground NeoPixels

Adafruit Industries

Play Episode Listen Later Jul 28, 2023 2:12


#circuitpythonparsec Use the Circuit Playground library on the CPX and CPB boards to easily control on-board NeoPixels. Learn about CircuitPython: https://circuitpython.org Code examples here: https://github.com/jedgarpark/parsec/blob/main/2023-07-27/code.py Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

cpb parsec adafruit john park cpx circuitpython adafruit learning system neopixels circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground Tap Detection

Adafruit Industries

Play Episode Listen Later Jul 14, 2023 3:00


#circuitpythonparsec Use the Circuit Playground library on the CPX and CPB boards to detect single and double taps with the on-board accelerometer. Learn about CircuitPython: https://circuitpython.org Code examples here: https://github.com/jedgarpark/parsec/blob/main/2023-07-13/code.py Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

detection cpb parsec adafruit john park cpx circuitpython adafruit learning system circuit playground
Adafruit Industries
John Park's CircuitPython Parsec: Circuit Playground LED/Switch

Adafruit Industries

Play Episode Listen Later Jul 7, 2023 2:41


#circuitpythonparsec Use the Circuit Playground library on the CPX and CPB boards to light the LED and use the switch. Learn about CircuitPython: https://circuitpython.org Code examples here: https://github.com/jedgarpark/parsec/blob/main/2023-07-06/code.py Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

switch led cpb parsec adafruit john park cpx circuitpython adafruit learning system circuit playground
Adafruit Industries
Circuit Playground 32u4 Tester is pico-ified!

Adafruit Industries

Play Episode Listen Later Mar 28, 2023 0:56


With many chips finally coming back into stock, we're doing a run of some boards we haven't manufactured in quite a bit! for example this Circuit Playground Classic (https://www.adafruit.com/product/3000), our original Circuit Playground board, is based on the ATmega32u4. since its been a few years we pulled out the tester kit and noticed that only one of the three testers was working. the tester was originally designed to use an Arduino M0 Pro (https://docs.arduino.cc/retired/getting-started-guides/ArduinoM0Pro) which was a SAMD21 board with a second USB serial port for programming & debug. but...that board is discontinued! so we might as well 'pico-ify' it by converting the tester to use our RP2040 Tester Brains (https://github.com/adafruit/RP2040-Based-Tester-Brains-PCB) which is combined with our standalone AVR Programming (https://github.com/adafruit/Adafruit_AVRProg) library to perform all the firmware burning, USB enumeration, and testing. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- #adafruit #circuitplayground #raspberrypi

usb pico tester adafruit adafruit learning system circuit playground
Show and Tell
SHOW and TELL 10/19/2022

Show and Tell

Play Episode Listen Later Oct 19, 2022 25:05


SHOW and TELL 10/19/2022 #ShowandTell Jayy @00:37 Orbit the Robot John Park @02:42 split ortho keyboard jepler @05:37 Apple II floppy drive Erin St. Blaine @08:36 LED jellyfish / mermaid tail Noe + PEdro @11:20 WhipperSnapper soil sensor node Ann Barela @13:36 cackling light up skull in space helmet Liz @16:04 bat w/ Circuit Playground, flapping wings DJDevon3 @17:14 social media tracker project Mark (Gamblor) @24:55 LED googly eyes

Adafruit Industries
Advanced Manufacturing 7/27/2022 Manufacturing Circuit Playground

Adafruit Industries

Play Episode Listen Later Jul 28, 2022 2:55


Manufacturing Circuit Playground (0:05) https://www.adafruit.com/product/3000 PCBs small to large (0:43) Testing a batch of Feather nRF52 Pro boards (1:09) https://www.adafruit.com/product/3574 Soaking a solder sponge (1:21) Soldering some Pixie 3W Smart LEDs (1:35) https://www.adafruit.com/product/2741 Testing the Pixie 3W Smart LEDs (1:53) https://www.adafruit.com/product/2741 Comparing and aligning a PCB with a new stencil (2:08) Afternoon construction time lapse (2:20) #adafruit #manufacturing #nyc ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

testing afternoons pcb advanced manufacturing soldering adafruit adafruit learning system circuit playground
Adafruit Industries
Glowing LED Chaos Emerald

Adafruit Industries

Play Episode Listen Later Mar 22, 2022 2:11


3D Print a Chaos Emerald inspired by Sonic the Hedgehog. Use NeoPixels and Circuit Playground to make a light-up cosplay prop! 3D printed with no supports, these emerald snap fit together. Learn Guide https://learn.adafruit.com/led-emerald-with-circuit-playground/ Circuit Playground Bluefruit https://www.adafruit.com/product/4333 500mah Battery https://www.adafruit.com/product/1578 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

chaos 3d sonic the hedgehog emerald glowing 3d print adafruit adafruit learning system circuit playground
3D Printing Projects
Glowing LED Chaos Emerald

3D Printing Projects

Play Episode Listen Later Mar 22, 2022 2:11


3D Print a Chaos Emerald inspired by Sonic the Hedgehog. Use NeoPixels and Circuit Playground to make a light-up cosplay prop! 3D printed with no supports, these emerald snap fit together. Learn Guide https://learn.adafruit.com/led-emerald-with-circuit-playground/ Circuit Playground Bluefruit https://www.adafruit.com/product/4333 500mah Battery https://www.adafruit.com/product/1578 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

chaos 3d sonic the hedgehog emerald glowing 3d print adafruit adafruit learning system circuit playground
Adafruit Industries
3D Hangouts – Zipper Pulls, LED Shoes and Dino Jar

Adafruit Industries

Play Episode Listen Later Mar 9, 2022 48:10


This week @adafruit we're making custom zipper pulls with glow-in-the-dark powder! Prototyping parts for the Nike Acronym Blazer shoes and a snap fit emerald with Circuit Playground.The timelapse this week is a Dino Pen Jar by J-View printed in MatterHackers Quantum PLA filament. Rawsome! YouTube Video - https://youtu.be/-howWqBSjh0 Learn Guide - https://learn.adafruit.com/glow-lantern-zipper-pulls/ Timelapse Tuesday Dino Pen Jar - J-view https://cults3d.com/en/3d-model/home/dino-pen-jar https://youtu.be/YpyTzgecikw Community Makes https://www.thingiverse.com/make:1018416 energy sword halo prop https://www.thingiverse.com/make:1018108 gun blade https://www.prusaprinters.org/prints/117246-qt-py-snap-fit-case/comments#comment-175598 https://www.prusaprinters.org/prints/7167-octoprint-raspberry-pi-rig-35-pitft-touch-display/comments#comment-175744 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

shoes dino pulls prototyping hangouts zipper adafruit adafruit learning system circuit playground
3D Hangouts
3D Hangouts – Wooden Keycaps, Rat Catcher and Tentacles

3D Hangouts

Play Episode Listen Later Aug 25, 2021 57:55


This week @adafruit we have CNC milled keycaps! WIP of a Rat Catcher inspired cosplay prop with Circuit Playground. And a tentacle pen holder for Timelapse Tuesday. CNC Milling Keycaps in Wood – YouTube Video https://youtu.be/nf5BNmx0SDI Fusion 360 Project File https://a360.co/3yeO6qa Kailh Switches https://www.adafruit.com/product/4955 MacroPad RP2040 https://www.adafruit.com/product/5100 Circuit Playground Express https://www.adafruit.com/product/3333 Timelapse Tuesday Tentacles Pen Holder – Bidu Madio https://www.thingiverse.com/thing:4827893 https://youtu.be/i1pf3yzbUgc Community Makes https://www.thingiverse.com/make:961939 pi face case https://www.thingiverse.com/make:962124 LED matrix sand toy Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

led wooden cnc wip tentacles hangouts ratcatcher adafruit adafruit learning system circuit playground
Adafruit Industries
3D Hangouts – Wooden Keycaps, Rat Catcher and Tentacles

Adafruit Industries

Play Episode Listen Later Aug 25, 2021 57:55


This week @adafruit we have CNC milled keycaps! WIP of a Rat Catcher inspired cosplay prop with Circuit Playground. And a tentacle pen holder for Timelapse Tuesday. CNC Milling Keycaps in Wood – YouTube Video https://youtu.be/nf5BNmx0SDI Fusion 360 Project File https://a360.co/3yeO6qa Kailh Switches https://www.adafruit.com/product/4955 MacroPad RP2040 https://www.adafruit.com/product/5100 Circuit Playground Express https://www.adafruit.com/product/3333 Timelapse Tuesday Tentacles Pen Holder – Bidu Madio https://www.thingiverse.com/thing:4827893 https://youtu.be/i1pf3yzbUgc Community Makes https://www.thingiverse.com/make:961939 pi face case https://www.thingiverse.com/make:962124 LED matrix sand toy Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

led wooden cnc wip tentacles hangouts ratcatcher adafruit adafruit learning system circuit playground
3D Hangouts
3D Hangouts – Fume Extractor, Jeopardy, Deco Keys and SD Card Toaster

3D Hangouts

Play Episode Listen Later Jun 16, 2021 70:05


This week on @adafruit looking at the IoT smart fume extractor guide and video. Jeopardy style game with Circuit Playground for What Are You Prototyping. Deco Keys with a FeatherWing and an SD Card Toaster for Timelapse Tuesday. FunHouse Fume Extractor Learn Guide https://learn.adafruit.com/funhouse-fume-extractor/ Deco Keypad Learn Guide https://learn.adafruit.com/deco-two-key-keypad-macropad-circuitpython-feather Adafruit FunHouse https://www.adafruit.com/product/4985 EMC2101 Fan Controller https://www.adafruit.com/product/4808 SGP30 Gas Sensor https://www.adafruit.com/product/3709 Mini 5V Pi Fan https://www.adafruit.com/product/3368 Timelapse Tuesday SD Card Toaster – Dehapro https://cults3d.com/en/3d-model/gadget/sd-card-toaster-print-in-place https://youtu.be/xAEN7AlFgko Deco Two Key by JP https://learn.adafruit.com/deco-two-key-keypad-macropad-circuitpython-feather https://youtu.be/6FbnCo_qe4w Community Makes https://www.thingiverse.com/make:944617 deco keypad https://www.thingiverse.com/thing:4885065 teslar charger holder remix https://www.thingiverse.com/make:944043 kingdom hearts keyblade https://www.thingiverse.com/thing:4884574 darksaber remix 3D Printing Projects Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG 3D Hangout Show Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y Layer by Layer CAD Tutorials Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb Timelapse Tuesday Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_ Milling Monday https://www.youtube.com/playlist?list=PLjF7R1fz_OOVL48weqeHiu7aw-_sPhCSA ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

keys jeopardy iot toaster hangouts deco fume sd cards extractor adafruit adafruit learning system circuit playground layer cad tutorials playlist
Adafruit Industries
3D Hangouts – Fume Extractor, Jeopardy, Deco Keys and SD Card Toaster

Adafruit Industries

Play Episode Listen Later Jun 16, 2021 70:05


This week on @adafruit looking at the IoT smart fume extractor guide and video. Jeopardy style game with Circuit Playground for What Are You Prototyping. Deco Keys with a FeatherWing and an SD Card Toaster for Timelapse Tuesday. FunHouse Fume Extractor Learn Guide https://learn.adafruit.com/funhouse-fume-extractor/ Deco Keypad Learn Guide https://learn.adafruit.com/deco-two-key-keypad-macropad-circuitpython-feather Adafruit FunHouse https://www.adafruit.com/product/4985 EMC2101 Fan Controller https://www.adafruit.com/product/4808 SGP30 Gas Sensor https://www.adafruit.com/product/3709 Mini 5V Pi Fan https://www.adafruit.com/product/3368 Timelapse Tuesday SD Card Toaster – Dehapro https://cults3d.com/en/3d-model/gadget/sd-card-toaster-print-in-place https://youtu.be/xAEN7AlFgko Deco Two Key by JP https://learn.adafruit.com/deco-two-key-keypad-macropad-circuitpython-feather https://youtu.be/6FbnCo_qe4w Community Makes https://www.thingiverse.com/make:944617 deco keypad https://www.thingiverse.com/thing:4885065 teslar charger holder remix https://www.thingiverse.com/make:944043 kingdom hearts keyblade https://www.thingiverse.com/thing:4884574 darksaber remix 3D Printing Projects Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG 3D Hangout Show Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y Layer by Layer CAD Tutorials Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb Timelapse Tuesday Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_ Milling Monday https://www.youtube.com/playlist?list=PLjF7R1fz_OOVL48weqeHiu7aw-_sPhCSA ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

keys jeopardy iot toaster hangouts deco fume sd cards extractor adafruit adafruit learning system circuit playground layer cad tutorials playlist
3D Hangouts
3D Hangouts – Fume Extractor, Jeopardy and Mini Vise

3D Hangouts

Play Episode Listen Later Jun 9, 2021 46:52


This week we're checking out an DIY fume extractor using the FunHouse and Adafruit IO. Looking at CNC milling keycaps. Prototyping a Jeopardy style game with Circuit Playground. Using infill patterns in CURA slicer and the Voronoi Sketch Generator add-on in Fusion 360. Also, a mini vise for Timelapse Tuesday. Excellent! Learn Guide https://learn.adafruit.com/funhouse-fume-extractor/ Adafruit FunHouse https://www.adafruit.com/product/4985 EMC2101 Fan Controller https://www.adafruit.com/product/4808 SGP30 Gas Sensor https://www.adafruit.com/product/3709 Mini 5V Pi Fan https://www.adafruit.com/product/3368 Infill Patterns https://help.prusa3d.com/en/article/infill-patterns_177130/ New Voronoi add-on for Fusion 360 https://apps.autodesk.com/FUSION/en/Detail/Index?id=1006119760063675415 Mini Vise – han3dyman https://cults3d.com/en/3d-model/tool/mini-vise https://youtu.be/kX6pYySdrDE Community Makes https://github.com/nmsr1196/Multi_Pass multipass https://www.thingiverse.com/make:942016 retro pyportal case https://www.thingiverse.com/make:941956 pybadge thermal camera https://www.thingiverse.com/thing:4877461 keyblade remix https://www.thingiverse.com/make:941098 mario boo Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

Adafruit Industries
3D Hangouts – Fume Extractor, Jeopardy and Mini Vise

Adafruit Industries

Play Episode Listen Later Jun 9, 2021 46:52


This week we're checking out an DIY fume extractor using the FunHouse and Adafruit IO. Looking at CNC milling keycaps. Prototyping a Jeopardy style game with Circuit Playground. Using infill patterns in CURA slicer and the Voronoi Sketch Generator add-on in Fusion 360. Also, a mini vise for Timelapse Tuesday. Excellent! Learn Guide https://learn.adafruit.com/funhouse-fume-extractor/ Adafruit FunHouse https://www.adafruit.com/product/4985 EMC2101 Fan Controller https://www.adafruit.com/product/4808 SGP30 Gas Sensor https://www.adafruit.com/product/3709 Mini 5V Pi Fan https://www.adafruit.com/product/3368 Infill Patterns https://help.prusa3d.com/en/article/infill-patterns_177130/ New Voronoi add-on for Fusion 360 https://apps.autodesk.com/FUSION/en/Detail/Index?id=1006119760063675415 Mini Vise – han3dyman https://cults3d.com/en/3d-model/tool/mini-vise https://youtu.be/kX6pYySdrDE Community Makes https://github.com/nmsr1196/Multi_Pass multipass https://www.thingiverse.com/make:942016 retro pyportal case https://www.thingiverse.com/make:941956 pybadge thermal camera https://www.thingiverse.com/thing:4877461 keyblade remix https://www.thingiverse.com/make:941098 mario boo Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

Adafruit Industries
Glider App demo test

Adafruit Industries

Play Episode Listen Later May 20, 2021 0:57


Glider is a new app we're working on that will allow folks to program a CircuitPython board anywhere, with a mobile device like a phone or tablet (it will also work on desktops, but we sorta recommend USB ports if you have em) Glider sends and receives files over BLE using a simple protocol we've developed that is simpler and easier to implement than BLE's object-transfer-protocol. One of the nifty things about interpreted languages is that we can run new code by sending text files, no compilers needed - so this should work very nicely. Right now we're just doing protocol testing, here's us sending and receiving files. BLE can be very fast, thanks to some tricks we've learned from when we developed our Bluefruit Connect & Circuit Playground apps. Trevor showed some of this off on the weekly Show and Tell too! - https://youtu.be/EmZWdpf2_XY?t=479 #adafruit #circuitpython #ble Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

demo usb ble glider adafruit circuitpython adafruit learning system circuit playground
Zinvol Gezever
Afl. 023: Janelas noventa e oito

Zinvol Gezever

Play Episode Listen Later Feb 20, 2021 88:08


Herinneringen aan de Kaai, wijsheden rond lesgeven en ruilhandel in wijn en porto. Bert Van Rillaer, die de EhB verliet om warmere oorden op te zoeken, komt mee zeveren. Wij proberen onze job veilig te stellen door Bert te overtuigen dat Portugal zo slecht nog niet is. Vermeld in de podcast: Rute '98 (Alles kan beter): https://www.youtube.com/watch?v=sx-tTMIByb8 Arduini: https://www.arduino.cc/ Circuit Playground: https://code.org/circuitplayground BBC micro:bit: https://www.microbit.org/ Turbo Pascal: https://en.wikipedia.org/wiki/Turbo_Pascal Isolab: (bestaat niet meer, denk ik) La Linea: https://www.youtube.com/watch?v=6iw_rdx11V0 Berts favoriete Portugese wijnen komen uit de Douro- en Alentejo-regio: https://en.wikipedia.org/wiki/Douro_DOC https://en.wikipedia.org/wiki/Alentejo_wine Outlander: https://www.imdb.com/title/tt3006802/ The Pillars of the Earth (Ken Follet): https://www.goodreads.com/book/show/5043.The_Pillars_of_the_Earth Kinderen en spraaktechnologie, niet altijd een goede combinatie: https://www.youtube.com/watch?v=r5p0gqCIEa8 Futurama: https://www.imdb.com/title/tt0149460 WandaVision: https://www.imdb.com/title/tt9140560/ Vragen, aanvullingen of opmerkingen: huiswerk@zinvolgezever.be. Je vindt ons ook op YouTube: https://www.youtube.com/channel/UCZ2QfheiZ-sVUVrBPSgPw8g --- Send in a voice message: https://anchor.fm/zinvol-gezever/message

3D Printing Projects
LED Hockey Puck

3D Printing Projects

Play Episode Listen Later Dec 22, 2020 2:39


Make a 3D printed LED hockey puck. It lights up and makes chips tunes based the Circuit Playground sensors! Guide: https://learn.adafruit.com/led-hockey-puck Download files: https://www.thingiverse.com/thing:4694409 Edit Puck Design: https://a360.co/2WAOb78 Edit Blade Design: https://a360.co/2KSzGc4 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Shop for parts to build your own DIY projects http://adafru.it/3dprinting 3D Printing Projects Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG 3D Hangout Show Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y Layer by Layer CAD Tutorials Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb Timelapse Tuesday Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_ Connect with Noe and Pedro on Social Media: Noe's Twitter / Instagram: @ecken Pedro's Twitter / Instagram: @videopixil ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Adafruit Monthly Deals & FREE Specials https://www.adafruit.com/free?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting 3DThursday Posts: https://blog.adafruit.com/category/3d-printing?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting New tutorials on the Adafruit Learning System: http://learn.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Music by Bartlebeats https://soundcloud.com/adafruit -----------------------------------------

guide 3d diy hockey led puck adafruit g hangouts on air adafruit learning system circuit playground bartlebeats layer cad tutorials playlist
3D Hangouts
3D Hangouts – MagTag, Trees and Darksaber

3D Hangouts

Play Episode Listen Later Dec 9, 2020 48:51


This week we're back from a 2-week hiatus! Live demos this week include the MagTag Christmas countdown, Circuit Playground hockey puck and a first look at a new project dubbed, The Dark Saber. We have two TimeLapse Tuesdays, a lovely Rain-deer dog from Bugman_140 and a neat collapsable mini Christmas tree. 3D Hangout YouTube Link https://youtu.be/-27YWY_WAaE MagTag Christmas Countdown Learn Guide https://learn.adafruit.com/magtag-christmas-countdown/ Code on GitHub https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/MagTag_Christmas_Countdown 3D Parts Library on GitHub https://github.com/adafruit/Adafruit_CAD_Parts Layer by Layer – Outdoor LEG Sign https://youtu.be/xCwAXL_CacY Layer by Layer CAD Tutorials Playlist https://www.youtube.com/playlist?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb Shop Talk: MakerCast 23 Livestream - Hosted by Liz https://youtu.be/7VQVSgdl4GU Timelapse Tuesday: Collapsible Christmas Tree – pyromaniak https://www.thingiverse.com/thing:4675040 https://youtu.be/bt4A9e2PDrc Rudolph the Red Nose SNOWDOG – Bugman_140 https://www.prusaprinters.org/prints/47007-rudolph-the-red-nose-snowdog https://youtu.be/O4PPxQOSetI Community Makes https://www.thingiverse.com/thing:4679147 xm guitar remix https://www.thingiverse.com/make:872901 key blade https://www.thingiverse.com/make:867652 mx guitar https://www.thingiverse.com/make:871632 Mario boo ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

christmas live code rain trees hangouts darksaber adafruit bugman adafruit learning system circuit playground adafruit learning system guides
KidsLab - a podcast for parents and educators passionate about STEAM education

In this episode, I am talking to Nicholas Tollervey about CodeGrades but we’re also touching on some of his other projects like PyperCard and the Mu Editor.I took the following from an O’Reilly book author page, but I think it’s a great description for Nicholas: Nicholas is a classically trained musician, philosophy graduate, teacher, writer and software developer. He's just like this biography: concise, honest and full of useful information.Nicholas develops software that helps folks learn the skills and knowledge they need to imagine, develop and program the stuff they want. In addition to writing software, he spends a lot of time researching and thinking about how people learn, use and create with code.So when it comes to education and coding education in particular, I think the one thing that all his projects have in common is the programming language Python. CodeGrades, PyperCard, the Mu Editor - they’re all about Python. CodeGrades - is an educational platform for learners, teachers and mentors - it’s Nicholas’s latest project. PyperCard - is a GUI framework, a graphical user interface framework, for beginner coders.The Mu Editor is a very popular editor for beginner python projects, it’s also often used for hardware boards such as Adafruit’s Circuit PLayground which can be programmed using Python.

education mu coding python o'reilly adafruit nicholas nicholas circuit playground
Adafruit Industries
Minecraft-Style Epoxy Resin Touch-Controlled Torch Lamp with Embedded Lights

Adafruit Industries

Play Episode Listen Later Aug 26, 2020 1:16


Full tutorial: https://learn.adafruit.com/epoxy-resin-torch-lamp-with-touch-control-3d-printed-base/ Make your own custom Minecraft-inspired Torch lamp from epoxy resin. Embed a strand of fairy lights inside, and set it on top of a Circuit Playground Express. The onboard NeoPixel lights provide a lovely, flickery torch effect. This gorgeous lamp glows from the inside out. Add a piece of shiny copper tape to the base, and you can change light modes with a touch of your finger. Capacitive touch control is just like magic! We've provided a simple 3d printable base model, or you can get creative and design your own display mount. We made ours look like Viking Dragon Ships to go with our Dragon Wall Sconce, and now we sail into sleep at night with fiery dragonish gargoyles watching over us. Difficulty Electronics Build: Easy This is a great beginner project if you're new to electronics. The wiring is really simple, and there's no soldering required. Software / Coding: Easy We've provided code you can drag-and-drop to program your Circuit Playground using MakeCode, Microsoft's free online coding program. It's easy to customize our code or come up with your own. Physical Build: Challenging Making the resin block is the hardest part of this project. There are a lot of ways it can go wrong, and epoxy resin can get expensive when your first or second pour doesn't go right. On the other hand, it's really satisfying when it does go right, and you can create something that catches light - and people's eyes - like nothing else.Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

microsoft style touch lights minecraft controlled lamp torch embedded embed resin epoxy adafruit makecode neopixel adafruit learning system circuit playground express circuit playground
Adafruit Industries
Guitar Hero Controller Mod w Circuit Playground Expr

Adafruit Industries

Play Episode Listen Later Jul 22, 2020 0:22


Use MakeCode and a Circuit Playground Express to turn an old Guitar Hero Wii controller into a wired USB controller! From MakeCode Live with John Park. Every...

usb controller guitar hero john park circuit playground express circuit playground
KidsLab - a podcast for parents and educators passionate about STEAM education

In this episode, I am talking to Lorraine Underwood about her book Save the World with Code. It’s a book filled with great projects for the Raspberry PI, Adafruit Circuit Playground and the BBC micro:bit. Lorraine is originally from Ireland and now lives in the UK with her husband and two young boys. She is a trained secondary school teacher in Information Communication Technology and currently works at Lancaster University as a Senior Teaching Associate, teaching Applied and Creative Computing to undergraduate students.Her book - Save the World with Code - that just recently got published in May 2020, includes 20 fun projects for the Raspberry Pi, the Adafruit Circuit Playground Express and the BBC micro:bit. She’s really chosen the top educational boards out there with the biggest communities - that’s a guarantee for a lot of fun and if needed excellent support, too. And the really cool thing is that very often you can choose which tool to use for the particular project - so for most of the 20 projects, you get to choose which computing board you want to use!

3D Printing Projects
Automatic Brake Light

3D Printing Projects

Play Episode Listen Later Jun 30, 2020 2:25


Build a bike light with the Circuit Playground. It senses when the bike is braking and lights up NeoPixels when the bike is slowing down. When the bike is at...

automatic brakes brake light neopixels circuit playground
Adafruit Industries
Automatic Brake Light

Adafruit Industries

Play Episode Listen Later Jun 30, 2020 2:25


Build a bike light with the Circuit Playground. It senses when the bike is braking and lights up NeoPixels when the bike is slowing down. When the bike is at a full stop, the NeoPixels will fade in and out! A 3D printed mount allows you to attach the circuit playground case to the frame of your bike. Guide: https://learn.adafruit.com/circuit-playground-bluefruit-brake-light Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

guide 3d automatic brakes adafruit brake light adafruit learning system neopixels circuit playground
Adafruit Industries
RGB Matrix Slot Machine

Adafruit Industries

Play Episode Listen Later Jun 15, 2020 2:33


This features emojis from Circuit Playground and works just like a fruit style slot machine. The handle is 3D printed and features a print-in-place spring loaded mechanism. The display is powered by an Adafruit Feather and the RGB Matrix FeatherWing. It also has a speaker and amp for playing MP3s. Using CircuitPython you can quickly show text, bitmaps, and animations on a number of different RGB Matrices. Learn Guides https://learn.adafruit.com/rgb-matrix-slot-machine/ https://learn.adafruit.com/rgb-led-matrices-matrix-panels-with-circuitpython/example-adafruit-machine Code on Github https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/master/CircuitPython_RGBMatrix/fruit.py 32x64 RGB Matrix Display https://www.adafruit.com/product/2278 RGB Matrix FeatherWing https://www.adafruit.com/product/3036 Feather M4 Express https://www.adafruit.com/product/3857 PAM8302 Amp https://www.adafruit.com/product/2130 3W Speaker https://www.adafruit.com/product/3968 5V 4A Power Supply https://www.adafruit.com/product/1466 Slim Button Switch https://www.adafruit.com/product/1489 10 Wire Silicon Ribbon Cable https://www.adafruit.com/product/3890 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

3d matrix mp3s slot machines adafruit adafruit learning system circuit playground adafruit learning system guides
3D Printing Projects
RGB Matrix Slot Machine

3D Printing Projects

Play Episode Listen Later Jun 15, 2020 2:33


This features emojis from Circuit Playground and works just like a fruit style slot machine. The handle is 3D printed and features a print-in-place spring loaded mechanism. The display is powered by an Adafruit Feather and the RGB Matrix FeatherWing. It also has a speaker and amp for playing MP3s. Using CircuitPython you can quickly show text, bitmaps, and animations on a number of different RGB Matrices. Learn Guides https://learn.adafruit.com/rgb-matrix-slot-machine/ https://learn.adafruit.com/rgb-led-matrices-matrix-panels-with-circuitpython/example-adafruit-machine Code on Github https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/master/CircuitPython_RGBMatrix/fruit.py 32x64 RGB Matrix Display https://www.adafruit.com/product/2278 RGB Matrix FeatherWing https://www.adafruit.com/product/3036 Feather M4 Express https://www.adafruit.com/product/3857 PAM8302 Amp https://www.adafruit.com/product/2130 3W Speaker https://www.adafruit.com/product/3968 5V 4A Power Supply https://www.adafruit.com/product/1466 Slim Button Switch https://www.adafruit.com/product/1489 10 Wire Silicon Ribbon Cable https://www.adafruit.com/product/3890 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

3d matrix mp3s slot machines adafruit adafruit learning system circuit playground adafruit learning system guides
Adafruit Industries
DIY Smart Plug with a Power Strip Relay & Circuit Playground

Adafruit Industries

Play Episode Listen Later Apr 20, 2020 1:18


This is a tutorial showing how to turn outlets into smart plugs with a Circuit Playground Express. Use this power switch relay and arduino, CircuitPython or MakeCode to control the outlets. You can trigger on/off with any of the Circuit Playground's onboard sensors: turn lights on automatically when it gets dark, make a motion controlled on/off switch, use the sound sensor to trigger your lights, and much more. No soldering required! This is a very easy project that's great for beginners. Full tutorial: https://learn.adafruit.com/beginner-first-project-power-switch-relay-circuit-playground-smart-plug Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- Music by Darrell St Blaine

music strip relay adafruit smart plugs circuitpython makecode adafruit learning system circuit playground express circuit playground
Adafruit Industries
Maker Update 169: MIDI Face Melter

Adafruit Industries

Play Episode Listen Later Apr 5, 2020 7:01


MIDI Face Melter [Maker Update #169] #Adafruit Edition This month on Maker Update: a fully functioning MIDI instrument, Adafruit's response to Covid 19, an easy-sew face mask, dropping eggs, morse code, and CircuitPython en Espanol. ++Show Notes [Maker Update #169]++ -=Project of the Month=- MX MIDI Guitar https://learn.adafruit.com/mx-midi-guitar -=News=- Manufacturing Face Shields https://blog.adafruit.com/2020/03/30/manufacturing-face-shields-adafruit-manufacturingmonday-video/ Adafruit Covid 19 response https://blog.adafruit.com/2020/03/22/covid/ One Hour Show & Tell https://blog.adafruit.com/2020/03/16/the-biggest-worldwide-online-show-and-tell-begins-wednesday-march-18th-2020-at-7pm-et-adafruit-showandtell-please-share/ -=Adafruit Projects=- Sew a cotton face mask https://learn.adafruit.com/sew-a-cotton-face-mask Egg Drop with CLUE https://learn.adafruit.com/egg-drop-clue Game Clock with Circuit Playground & MakeCode https://learn.adafruit.com/game-clock-with-circuit-playground-makecode -=Contributed Projects=- CircuitPython BLE Morse Code Chat https://learn.adafruit.com/circuitpython-ble-wireless-morse-code-chat -=Tools/Tips=- Open Source Protective Face Shield Designs https://learn.adafruit.com/open-source-face-shield-designs/introduction Adafruit Feather nRF52840 Sense https://learn.adafruit.com/adafruit-feather-sense ¡Bienvenido a CircuitPython! https://learn.adafruit.com/bienvenido-a-circuitpython-2 Using the Bluefruit Dashboard with Web Bluetooth in Chrome https://learn.adafruit.com/bluefruit-dashboard-web-bluetooth-chrome -=Product Spotlight=- Adafruit APDS9960 Proximity, Light, RGB, and Gesture Sensor - STEMMA QT / Qwiic https://www.adafruit.com/product/3595 ------- #makerupdate Maker Update is a weekly video series covering news, projects, tips, and events that interest the maker and DIY community. Find more online: Blog: http://makerprojectlab.com Facebook: http://fb.me/makerprojectlab Instagram: https://www.instagram.com/makerprojectlab/ Visit the Adafruit shop online - http://www.adafruit.com ---------------------------------- TAGS: MIDI, Guitar, Face Shield, Covid-19, Corona, Virus, Egg Drop, Circuit Playground, MakeCode, Microsoft, CircuitPython, BLE, Morse Code, nRF52840, Bluefruit, APDS9960, DIY,Maker,Electronics,Project,Soldering,Microcontroller,Code,Making,Inventing,Hardware,Adafruit, 3D Printing, Events, computer, design, fabrication, circuits, Learning, STEM, STEAM, program, Engineering, Programming, Engineer, Interaction, Interface, Tools Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

Adafruit Industries
Made in NYC 4/1/20 Feat Masked Circuit Playground Characters, Because They Care!

Adafruit Industries

Play Episode Listen Later Apr 1, 2020 5:29


Making the first 1000 face shields (0:13) https://blog.adafruit.com/2020/03/22/covid/ Behind the scenes stills (1:14) USNS Comfort and Flotilla (2:13) Empire State Building siren lights (3:33) Circuit Playground characters, puppets and magazine covers wear masks! (3:50) https://learn.adafruit.com/series/circuit-playground https://www.youtube.com/playlist?list=PLjF7R1fz_OOXWHQhEVEI5Jqf18TQRr5Hu Empty NYC streets (5:00) Dr. Fauci and nurse balloons (5:18) ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

Adafruit Industries
Program your Own Game Clock with MakeCode

Adafruit Industries

Play Episode Listen Later Mar 24, 2020 1:18


Full tutorial: https://learn.adafruit.com/game-clock-with-circuit-playground-makecode Make a game clock with multiple timers using your Circuit Playground Express. It's easy to get started with just the Circuit Playground itself, and lots more fun to add a NeoPixel strip and some custom switches and buttons using objects you can find around your house. This is a great project for learning to code with MakeCode, with lots of customizations to play with. Easily change the timer duration, the colors and sounds for each player, and lots more. Keep your kids engaged and having fun as they learn programming basics. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

game clock adafruit makecode neopixel adafruit learning system circuit playground express circuit playground
Adafruit Industries
Say Hello to Circuit Playground Bluefruit

Adafruit Industries

Play Episode Listen Later Feb 25, 2020 2:54


The Circuit Playground Bluefruit lets you build bluetooth wireless project using the on board sensors, touch pads and buttons! Check out the Bluefruit app with features like tones and puppet mode! Download the app on: https://apps.apple.com/us/app/bluefruit-playground/id1489549571 Visit the Adafruit shop online - https://www.adafruit.com/product/4333 ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

say hello adafruit adafruit learning system circuit playground
Adafruit Industries
BLE Volume knob Circuit Playground Bluefruit demo

Adafruit Industries

Play Episode Listen Later Jan 19, 2020 0:47


BLE HID Remote Volume Control demo in CircuitPython on Circuit Playground Bluefruit, rotary encoder, and breadbord. John Park Learn Guide coming soon! Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

demo knob adafruit circuitpython adafruit learning system circuit playground
Adafruit Industries
Adafruit Circuit Playground with Bluefruit Playground AR puppet

Adafruit Industries

Play Episode Listen Later Jan 11, 2020 0:10


Quick test of the Adafruit Circuit Playground with Bluefruit Playground AR puppet... full post is here: https://blog.adafruit.com/2020/01/12/digital-puppets-using-ar-augmented-reality-some-apps-companies-and-14-ish-years-of-trying-things-2020cv_inc-thinkoco-creativecloud-characteranimator-adafruit-circuitplayground/ Made with: https://www.adafruit.com/product/4333 https://apps.apple.com/us/app/bluefruit-playground/id1489549571 #ar #vr #animation Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

puppets adafruit adafruit learning system circuit playground
Adafruit Industries
MagicLight BLE Bulb Circuit Playground Bluefruit Control @adafruit

Adafruit Industries

Play Episode Listen Later Jan 8, 2020 0:32


Use CircuitPython to control a MagicLight Bluetooth LE bulb with a Circuit Playground Bluefruit and three faders! John Park's Learn Guide coming soon. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

bulb adafruit john park adafruit learning system circuit playground
Adafruit Industries
Maker Update 154: CyberSlider

Adafruit Industries

Play Episode Listen Later Jan 1, 2020 8:12


Visit the Adafruit shop online - http://www.adafruit.com [Maker Update #154] - CyberSlider This month on the Adafruit edition of Maker Update: a Python Powered Camera Slider, Two new PyPortals, iOS notifications for your Circuit Playground, Goggles, Gift hunts, baubles, and thermal vision for your projects. Join the Maker Update email newsletter http://eepurl.com/cCJF21 Show Notes [Maker Update #154] -=Project of the Month=- Motorized Camera Slider https://learn.adafruit.com/circuitpython-motorized-camera-slider -=News=- Two new PyPortals! Titano/Pynt https://www.adafruit.com/product/4444 CircuitPlayground on Tested https://www.youtube.com/watchv=8E7sfTkjdPg&feature=youtu.be&t=195 200 CircuitPython Libraries! https://blog.adafruit.com/2019/12/10/200-circuitpython-libraries/ -=Adafruit Projects=- Bluefruit TFT Gizmo ANCS Notifier for iOS https://learn.adafruit.com/ancs-gizmo Sister Night Goggles https://learn.adafruit.com/watchmen-sister-night-circuitpython-neopixel-goggles Hide & Seek ornament https://learn.adafruit.com/hide-n-seek-bluefruit-ornament -=Contributed Projects=- Neopixel Christmas Tree https://learn.adafruit.com/wooden-neopixel-xmas-tree -=Tools/Tips=- CircuitPython Libraries and Jupyter Notebook on any Computer with MCP2221 https://learn.adafruit.com/jupyter-on-any-computer-with-circuitpython-libraries-and-mcp2221 Bluefruit Playground App https://learn.adafruit.com/bluefruit-playground-app/overview S is for Soldering Iron https://learn.adafruit.com/circuit-playground-s-is-for-soldering-iron -=Product Spotlight=- Adafruit MLX90640 24x32 IR Thermal Camera Breakout https://www.adafruit.com/product/4469 Maker Update is a weekly video series covering news, projects, tips, and events that interest the maker and DIY community. #makerupdate Find more online: Blog: https://makerprojectlab.com Facebook: http://fb.me/makerprojectlab Instagram: https://www.instagram.com/makerprojectlab/ ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- #makerupdate

project blog seek diy gift computers ios goggles jupyter notebooks news two adafruit adafruit learning system maker update circuit playground
Adafruit Industries
Machine Learning Monday! TensorFlow Lite micro speech demo on Circuit Playground Bluefruit

Adafruit Industries

Play Episode Listen Later Dec 14, 2019 0:22


We're writing up a starter guide to get folks with a Circuit Playground Bluefruit (CPB) going with TensorFlow Lite for microcontrollers. The CPB features an nRF52840 Cortex M4 with FPU so it can run many small models. This video shows the last model we got working tonight, the MicroSpeech demo which detects the words Yes and No https://learn.adafruit.com/tensorflow-lite-for-circuit-playground-bluefruit-quickstart #machinelearning #tensorflow #arduino Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

Adafruit Industries
iOS Notification Gizmo with Circuit Playground Bluefruit

Adafruit Industries

Play Episode Listen Later Dec 12, 2019 0:33


Create a notification device with Circuit Playground Bluefruit and TFT Gizmo using the Apple Notification Center Service via Bluetooth! John Park Learn Guide coming soon. Visit the Adafruit shop online - http://www.adafruit.com music by John Park https://johnpark.bandcamp.com/ ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

bluetooth gizmo notification adafruit john park adafruit learning system circuit playground
Adafruit Industries
Circuit Playground Bluefruit + TFT Gizmo CYBER-DREIDEL

Adafruit Industries

Play Episode Listen Later Dec 11, 2019 0:12


Dreidel, dreidel, dreidel, I made you out of...circuits and code? Well, in this guide we will. This guide will show you how to use a Circuit Playground Bluefruit along with a TFT Gizmo to create a digital cyber dreidel. https://learn.adafruit.com/circuit-playground-tft-gizmo-dreidel/ Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

cyber gizmo dreidel adafruit adafruit learning system circuit playground
3D Printing Projects
Ornaments with Circuit Playground Gizmos

3D Printing Projects

Play Episode Listen Later Dec 2, 2019 2:41


3D print your own ornaments with a display! Use the TFT Gizmo or E-ink Gizmo to display custom images with the Circuit Playground Bluefruit. The 3D printed ornament is designed to snap fit together for an easy assembly! Learn Guide https://learn.adafruit.com/display-ornaments-with-circuit-playground/ Circuit Playground Express https://www.adafruit.com/product/3333 Circuit Playground Bluefruit https://www.adafruit.com/product/4333 TFT Gizmo https://www.adafruit.com/product/4367 E-Ink Gizmo https://www.adafruit.com/product/4428 Fully Reversible USB Cable https://www.adafruit.com/product/4111 350mAh Battery https://www.adafruit.com/product/4237 Slide Switch https://www.adafruit.com/product/805 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

3d gizmo ornaments gizmos adafruit adafruit learning system circuit playground
Adafruit Industries
Ornaments with Circuit Playground Gizmos

Adafruit Industries

Play Episode Listen Later Dec 2, 2019 2:41


3D print your own ornaments with a display! Use the TFT Gizmo or E-ink Gizmo to display custom images with the Circuit Playground Bluefruit. The 3D printed ornament is designed to snap fit together for an easy assembly! Learn Guide https://learn.adafruit.com/display-ornaments-with-circuit-playground/ Circuit Playground Express https://www.adafruit.com/product/3333 Circuit Playground Bluefruit https://www.adafruit.com/product/4333 TFT Gizmo https://www.adafruit.com/product/4367 E-Ink Gizmo https://www.adafruit.com/product/4428 Fully Reversible USB Cable https://www.adafruit.com/product/4111 350mAh Battery https://www.adafruit.com/product/4237 Slide Switch https://www.adafruit.com/product/805 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

3d gizmo ornaments gizmos adafruit adafruit learning system circuit playground
Circuit Playground
Circuit Playground - S is for Soldering Iron

Circuit Playground

Play Episode Listen Later Nov 27, 2019 5:45


Ladyada teaches how to safely wield the legendary soldering iron – safely! Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

adafruit soldering iron adafruit learning system ladyada circuit playground
Adafruit Industries
Circuit Playground - S is for Soldering Iron

Adafruit Industries

Play Episode Listen Later Nov 27, 2019 5:45


Ladyada teaches how to safely wield the legendary soldering iron – safely! Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

adafruit soldering iron adafruit learning system ladyada circuit playground
Adafruit Industries
Make LED Luminary Lanterns with Bluetooth Control

Adafruit Industries

Play Episode Listen Later Nov 26, 2019 0:49


Design beautiful customizable luminary lanterns for your home or garden. Cut them out on a vinyl cutter or laser cutter, and fill them with light using a Circuit Playground Bluefruit Express and Adafruit's NeoPixel rings. Add custom color animations and control the lanterns with Adafruit's BlueFruit app. We've also added capacitive touch control, so you can change color modes just by touching the lantern. Circuit Playground Express has all this functionality already built-in, so it's easier than ever to create gorgeous controllable lights. If you're making just one lantern, this project doesn't require any soldering at all! The Circuit Playground's onboard lights will do the work. If you want to make multiple synchronized lanterns, it's easy to solder NeoPixel rings to the Circuit Playground and string together as many lanterns as you'd like. Full tutorial: https://learn.adafruit.com/bluefruit-luminary-lanterns-with-capacitive-touch Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

design bluetooth luminary lanterns adafruit neopixel adafruit learning system circuit playground express circuit playground
Adafruit Industries
Turtle Rover Bot Circuit Playground Bluefruit demo

Adafruit Industries

Play Episode Listen Later Nov 7, 2019 0:24


Learn Guide coming soon. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

turtles demo rover adafruit adafruit learning system circuit playground
Adafruit Industries
CircuitPython Turtle Rover with Circuit Playground Bluefruit and Crickit

Adafruit Industries

Play Episode Listen Later Nov 5, 2019 0:16


Pretty quick for a turtle! This is a Bluetooth LE controlled, CircuitPython programmed Circuit Playground Bluefruit and Crickit rover that you can build for yourself! Coming up on the next @johnedgarpark John Park’s Workshop, Thursday 4pm ET / 1pm PT. #circuitpython

Adafruit Industries
Turtle Graphics CircuitPython on Circuit Playground Bluefruit

Adafruit Industries

Play Episode Listen Later Oct 30, 2019 0:44


We ported Python Turtle Graphics to CircuitPython! Here are some demos running on the Circuit Playground Bluefruit with TFT Gizmo. John Park's Learn Guide coming soon! Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- music by John Park https://johnpark.bandcamp.com/

turtles graphics adafruit john park circuitpython adafruit learning system circuit playground
Adafruit Industries
Circuit Playground Bluefruit Talking Pumpkin

Adafruit Industries

Play Episode Listen Later Oct 27, 2019 2:07


Visit the Learn Guide - https://learn.adafruit.com/pumpkin-with-circuit-playground-bluefruit Add NeoPixel LEDs and sound effects to your Halloween Props with Adafruit's Circuit Playground Bluefruit. Wireless trigger lights and sounds with the Bluefruit LE connect app for iOS and Android. In this project, we'll show you how to add the Circuit Playground Bluefruit and STEMMA speaker to an inexpensive plastic pumpkin. These LED pumpkins from SEASONS is commonly available and features a single LED with a 2x AA battery pack. Circuit Playground Bluefruit https://www.adafruit.com/product/4333 STEMMA Speaker https://www.adafruit.com/product/3885 500mAh Battery https://www.adafruit.com/product/1578 Mini Toggle Switch https://www.adafruit.com/product/3221 JST Female Cable https://www.adafruit.com/product/261 JST Male Cable https://www.adafruit.com/product/3814 4-Wire Ribbon Wire https://www.adafruit.com/product/3891 ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

android ios led aa pumpkin wireless adafruit stemma adafruit learning system circuit playground
3D Printing Projects
Circuit Playground Bluefruit Talking Pumpkin

3D Printing Projects

Play Episode Listen Later Oct 27, 2019 2:07


Visit the Learn Guide - https://learn.adafruit.com/pumpkin-with-circuit-playground-bluefruit Add NeoPixel LEDs and sound effects to your Halloween Props with Adafruit's Circuit Playground Bluefruit. Wireless trigger lights and sounds with the Bluefruit LE connect app for iOS and Android. In this project, we'll show you how to add the Circuit Playground Bluefruit and STEMMA speaker to an inexpensive plastic pumpkin. These LED pumpkins from SEASONS is commonly available and features a single LED with a 2x AA battery pack. Circuit Playground Bluefruit https://www.adafruit.com/product/4333 STEMMA Speaker https://www.adafruit.com/product/3885 500mAh Battery https://www.adafruit.com/product/1578 Mini Toggle Switch https://www.adafruit.com/product/3221 JST Female Cable https://www.adafruit.com/product/261 JST Male Cable https://www.adafruit.com/product/3814 4-Wire Ribbon Wire https://www.adafruit.com/product/3891 ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

android ios led aa pumpkin wireless adafruit stemma adafruit learning system circuit playground
Adafruit Industries
Color Remote with Circuit Playground Bluefruit @adafruit

Adafruit Industries

Play Episode Listen Later Oct 21, 2019 0:45


Mix NeoPixel colors wirelessly with a Bluetooth LE remote control RGB mixer! Use a pair of Circuit Playground Express boards to build a remote controlled colored light mixing system! No mobile device or computer necessary. CircuitPython code makes it simple to create a client/peripheral BLE communications system. Read potentiometers on one CPB and send those values as RGB color packets to the second CPB running a strip of NeoPixels. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- Music by John Park

music color remote rgb ble cpb adafruit john park circuitpython adafruit learning system neopixels circuit playground express circuit playground
Adafruit Industries
Circuit Playground Bluefruit Remote Color Mixer demo

Adafruit Industries

Play Episode Listen Later Oct 16, 2019 0:41


Build a Circuit Playground Bluefruit remote color mixer! Device-to-device Bluetooth LE is now easier than ever, no computer or mobile device needed. @johnedgarpark John Park’s Learn Guide coming soon Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

color remote demo device mixer adafruit john park adafruit learning system circuit playground
Adafruit Industries
JOHN PARK'S WORKSHOP LIVE 10/17/19 Circuit Playground BLE Color Remote

Adafruit Industries

Play Episode Listen Later Oct 16, 2019 32:31


Multistreaming with https://restream.io/ JOHN PARK'S WORKSHOP LIVE 10/17/19 Circuit Playground BLE Color Remote @adafruit @johnedgarpark #adafruit Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

color workshop remote adafruit multistreaming john park adafruit learning system circuit playground
Adafruit Industries
Circuit Playground Bluefruit Cauldron

Adafruit Industries

Play Episode Listen Later Oct 7, 2019 4:21


In this project we’re making a bluetooth controlled light up cauldron. This 3d printed cauldron is designed to house Adafruit Circuit Playground Bluefruit. You can change the color of the LEDS with an iPhone using the Bluefruit App for iOS and Android. All of the electronics are secured underneath the cauldron so it’s a nice little portable project. Learn Guide https://learn.adafruit.com/cpx-cauldron Project Video https://youtu.be/57s-rnjlolg Adafruit Circuit Playground Bluefruit https://www.adafruit.com/product/4333 USB Fully Reversible Cable https://www.adafruit.com/product/4111 500mah Battery https://www.adafruit.com/product/1578 ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

iphone android ios cauldron leds adafruit adafruit learning system circuit playground
Adafruit Industries
Testing Circuit Playground Bluefruit image transfer

Adafruit Industries

Play Episode Listen Later Sep 29, 2019 1:09


Tryin' out latest TestFlight of the Bluefruit Connect app - we've added a tool to transfer images from your phone or tablet. I can send an image from my photo roll or even take a lovely selfie to transmit. We did a lot of work to get images transferring at a nice speed. We'll release this soon so people can try it out with the TFT Gizmo + Circuit Playground bluefruit. #adafruit #bluetooth #ios Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

testing tryin testflight adafruit adafruit learning system circuit playground
Adafruit Industries
MACHINE LEARNING MONDAY! TinyML comes to Circuit Playground Bluefruit

Adafruit Industries

Play Episode Listen Later Aug 18, 2019 0:56


#machinelearning #tinyml #ai Circuit Playground Bluefruit features the nRF52840 Cortex M4 process, and has all those sensors you love from the previous Circuit Playgrounds: light, temperature, touch, and...sound! A built in PDM microphone makes this board perfect for trying out Tensorflow Lite for microcontrollers. This demo records audio via the mic, and then gives feedback on YES (green neopixels plus upwards tone), NO (red neopixels plus downwards tone). So far so good, this could be a handy board for learning the basics of machine learning. We committed our experiments to the Adafruit TFLite Micro Speed repo. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

machine learning pdm adafruit adafruit learning system circuit playground
Circuit Playground
Circuit Playground - R is for Robots

Circuit Playground

Play Episode Listen Later Aug 8, 2019 2:52


Learn the ABCs of Robots & sing along with Adabot, Minerva, & Ruby! R is for Robots coloring book - https://www.adafruit.com/product/1936 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

robots abcs adafruit adafruit learning system circuit playground
Adafruit Industries
Circuit Playground - R is for Robots

Adafruit Industries

Play Episode Listen Later Aug 8, 2019 2:52


Learn the ABCs of Robots & sing along with Adabot, Minerva, & Ruby! R is for Robots coloring book - https://www.adafruit.com/product/1936 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

robots abcs adafruit adafruit learning system circuit playground
New Products
New Products 3/6/19 Featuring Adafruit GPIO Expander Bonnet!

New Products

Play Episode Listen Later Mar 6, 2019 9:51


Adafruit ADXL343 + ADT7410 Sensor FeatherWing (0:14) https://www.adafruit.com/product/4147?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Bolt-On Kit for Circuit Playground, micro:bit, Flora or Gemma (0:50) https://www.adafruit.com/product/4103?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Flexible Silicone Neon-Like LED Strip - 1 Meter - Purple (2:38) https://www.adafruit.com/product/4117?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Pimoroni Keybow Mini Mechanical Keyboard Kit with Raspberry Pi - Linear (Soft) Switches (4:04) https://www.adafruit.com/product/4144?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Adafruit GPIO Expander Bonnet - 16 Additional I/O over I2C (6:26) https://www.adafruit.com/product/4132?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts ----------------------------------------- Shop for all of the newest Adafruit products: http://adafru.it/new Visit the Adafruit shop online - http://www.adafruit.com Adafruit on Instagram: https://www.instagram.com/adafruit LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

shop new products bonnet expander adafruit i2c gpio g hangouts on air adafruit learning system circuit playground
Adafruit Industries
Circuit Playground - Q is for Quartz

Adafruit Industries

Play Episode Listen Later Mar 4, 2019 4:24


Adabot finds treasure in his rock collection – Quartz! Have a look inside a quartz watch and learn why quartz is so important for electronics. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

quartz adafruit g hangouts on air adafruit learning system circuit playground
Circuit Playground
Circuit Playground - Q is for Quartz

Circuit Playground

Play Episode Listen Later Mar 3, 2019 4:24


Adabot finds treasure in his rock collection – Quartz! Have a look inside a quartz watch and learn why quartz is so important for electronics. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

quartz adafruit g hangouts on air adafruit learning system circuit playground
Show and Tell
SHOW AND TELL 1/23/19 LIVE!

Show and Tell

Play Episode Listen Later Jan 22, 2019 25:01


Show and tell live! https://plus.google.com/b/112526208786662512291/events/clvn3tfhjtq4m8iuqafiir048o4 Visit the Adafruit shop online - http://www.adafruit.com https://plus.google.com/+adafruit 1) Add +Adafruit Industries to your circles 2) Post a message/comment HERE and say you want to show off a project and we will add you the “Show and Tell” circle. Then just look for the hangout announcement on the very same page later for your invite. There’s an 8 to 10 (at the same time) people limit per hangout, so if it’s full try later or just pop by next week same time. Some weeks are packed! At 7:30pm ET you will see a link to the hangout. Just keep your mics muted until we call on you and have your project ready. For those who just want to watch, you’ll be able to watch it live on Google+ ‘s broadcast feature on Adafruit’s page AND it will be recorded and uploaded to YouTube automatically. Want to join the #showandtell Here’s how: https://learn.adafruit.com/how-to-get-added-to-the-adafruit-google-plus-show-and-tell-circle/about-show-and-tell ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- Scott - announces Circuit Python 4.0 Beta 0 - out of Alpha! - 0:50 Noe and Perdo - restoration of Hasbro’s 1969 Astrolite updated with Crickit and Circuit Playground - 2:50 Kattni - PN532 controller breakout board! - 5:50 John Park - Guide for using 16 pots on a Grand Central M4 to control a sequencer - 7:57 Erin - articulated steampunk lamp - 11:56 Dan - CircuisPython: Circuit Python with Bluefruit Connect ap controlling servos and LEDs - 13:56 JMK - JMK OS has totally new website! - launcher for OS released - hacked Nintendo 3DS - 16:00 Toaster - cat tool using DIY pan tilt, w/ microservos, Arduino, and laser pointer - 20:05

google os diy alpha beta hasbro leds show and tell nintendo 3ds arduino perdo adafruit g hangouts on air adafruit learning system circuit playground
New Products
New Products 11/28/18 Featuring Adafruit I2S AudioBonnet for

New Products

Play Episode Listen Later Nov 28, 2018 9:31


Large 5V Analog Panel Meter (0:07) https://www.adafruit.com/product/3990?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Large 3V Analog Panel Meter (0:07) https://www.adafruit.com/product/3989?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Adafruit Circuit Playground Lanyard (2:01) https://www.adafruit.com/product/3987?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Hefty On-Off Pushbutton Power Switch (3:20) https://www.adafruit.com/product/3991?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts DIY Ornament Kit - 6cm Diameter - Perfect for Circuit Playground (5.02:) https://www.adafruit.com/product/4036 DIY Ornament Kit - 7cm Diameter (5:02) https://www.adafruit.com/product/4035?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Adafruit I2S Audio Bonnet for Raspberry Pi - UDA1334A (7:30) https://www.adafruit.com/product/4037?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts ----------------------------------------- Shop for all of the newest Adafruit products: http://adafru.it/new Visit the Adafruit shop online - http://www.adafruit.com Adafruit on Instagram: https://www.instagram.com/adafruit LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

shop new products diameter adafruit g hangouts on air adafruit learning system circuit playground
Show and Tell
SHOW AND TELL LIVE 11/21/18

Show and Tell

Play Episode Listen Later Nov 20, 2018 24:30


Show and tell live! Visit the Adafruit shop online - http://www.adafruit.com https://plus.google.com/+adafruit 1) Add +Adafruit Industries to your circles 2) Post a message/comment HERE and say you want to show off a project and we will add you the “Show and Tell” circle. Then just look for the hangout announcement on the very same page later for your invite. There’s an 8 to 10 (at the same time) people limit per hangout, so if it’s full try later or just pop by next week same time. Some weeks are packed! At 7:30pm ET you will see a link to the hangout. Just keep your mics muted until we call on you and have your project ready. For those who just want to watch, you’ll be able to watch it live on Google+ ‘s broadcast feature on Adafruit’s page AND it will be recorded and uploaded to YouTube automatically. Want to join the #showandtell Here’s how: https://learn.adafruit.com/how-to-get-added-to-the-adafruit-google-plus-show-and-tell-circle/about-show-and-tell #adafruit #arduino #electronics #hardware #opensource #projects #raspberry #computer #raspberrypi #microcontrollers #LEDs #LED #gemma #flora #bluetooth #bluefruit #neopixel #neopixels #wearables #art #askanengineer #showandtell #madewithcode #teamarduinocc #WHChamps #NationOfMakers #micropython #circuitpython Noe and Pedro - live from Epcot Center with GPS Tour Guide using Hallowing, plays audio/graphics based on location - 0:47 Phil B - Krampus snow globe w/filthy snow and Circuit Playground express - 3:19 Katni - refactored character LCD library in Circuit Python - 6:07 Erin - amazing 3x3 handmade resin table with NeoPixles - 7:31 Mike - NeoTrellis painter box - 9:14 Bryan - custom CircuitPython boards for embedding into resident art forms - 12:12 Jay - Nerf Gun w/camera and display and case for 3D printer - 16:01 Bill - hacked Zoom Tube adapted for kids with accessibility technology - 18:48

google 3d lcd show and tell epcot center adafruit hallowing circuitpython circuit playground leds led whchamps nationofmakers
Show and Tell
SHOW AND TELL - LIVE! 11/7/18

Show and Tell

Play Episode Listen Later Nov 6, 2018 27:56


https://plus.google.com/b/112526208786662512291/events/clb78cnik96q3ffkb10k1jgk9fk SHOW AND TELL - LIVE! 11/7/18 LIVE CHAT IS HERE! http://adafru.it/discord https://plus.google.com/+adafruit Visit the Adafruit shop online - http://www.adafruit.com 1) Add +Adafruit Industries to your circles 2) Post a message/comment HERE and say you want to show off a project and we will add you the “Show and Tell” circle. Then just look for the hangout announcement on the very same page later for your invite. There’s an 8 to 10 (at the same time) people limit per hangout, so if it’s full try later or just pop by next week same time. Some weeks are packed! At 7:30pm ET you will see a link to the hangout. Just keep your mics muted until we call on you and have your project ready. For those who just want to watch, you’ll be able to watch it live on Google+ ‘s broadcast feature on Adafruit’s page AND it will be recorded and uploaded to YouTube automatically. Want to join the #showandtell Here’s how: https://learn.adafruit.com/how-to-get-added-to-the-adafruit-google-plus-show-and-tell-circle/about-show-and-tell ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------- Scott - converter that pipes live Beagle data to Wireshark for USB packet inspection - 0:45 Phil B - moving eyes with 2 synchronized Hallowings - 3:56 Noe and Pedro - 3D printed bike light w/Circuit Python and Neopixels - 6:03 Kattni - lights on lights of to Circuit Python with Trellis M4 using dictionaries - M4 8:20 John P - MIDI Synth with Trellis M4 with built in tripple axis accelerometer that pitch bends with movement - 9:33 Erin - Spinner Spinner What’s for Dinner, Circuit Playground and MakeCode meal chooser - 13:45 Ben - first time! - mini Battle Bot project with app and 3D printed shells - 14:47 CScott - NeoPixel remainder grid soldred onto PCB - 17:52 Adam - from his Scantron microscope: images of E-Ink display - 22:25 ----------------------------------------- #adafruit #arduino #electronics #hardware #opensource #projects #raspberry #computer #raspberrypi #microcontrollers #LEDs #LED #gemma #flora #bluetooth #bluefruit #neopixel #neopixels #wearables #art #askanengineer #showandtell #madewithcode #teamarduinocc #WHChamps #NationOfMakers #micropython #circuitpython --------------------------------------------------------

google 3d dinner usb eink beagle show and tell m4 pcb wireshark adafruit scantron g hangouts on air makecode adafruit learning system neopixels circuit playground leds led whchamps nationofmakers
Adafruit Industries
Circuit Playground - P is for PCB

Adafruit Industries

Play Episode Listen Later Oct 31, 2018 3:34


Hans, Ruby, & Mho are trying to make a circuit but are finding it hard to keep it all together. Have no fear, printed circuit boards are here - PCBs to the rescue! Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

hans pcbs adafruit mho g hangouts on air adafruit learning system circuit playground
Circuit Playground
Circuit Playground - P is for PCB

Circuit Playground

Play Episode Listen Later Oct 30, 2018 3:34


Hans, Ruby, & Mho are trying to make a circuit but are finding it hard to keep it all together. Have no fear, printed circuit boards are here - PCBs to the rescue! Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

hans pcbs adafruit mho g hangouts on air adafruit learning system circuit playground
Adafruit Industries
Circuit Playground - O is for Ohm

Adafruit Industries

Play Episode Listen Later Sep 26, 2018 3:56


It’s the Circuit Playground campfire musical! Adabot, Mho, and Minerva learn all about a foundation of electrical engineering - Ohm’s Law. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

law ohm adafruit mho g hangouts on air adafruit learning system circuit playground
Circuit Playground
Circuit Playground - O is for Ohm

Circuit Playground

Play Episode Listen Later Sep 25, 2018 3:56


It’s the Circuit Playground campfire musical! Adabot, Mho, and Minerva learn all about a foundation of electrical engineering - Ohm’s Law. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

law ohm adafruit mho g hangouts on air adafruit learning system circuit playground
Adafruit Industries
Circuit Playground: N is for Noise

Adafruit Industries

Play Episode Listen Later May 31, 2018 3:45


You can't see it or hear it, but it sure can effect your electronics! Adabot and Minerva set out to solve the mystery of electrical noise … and maybe even watch a movie together. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

adafruit g hangouts on air adafruit learning system circuit playground
Circuit Playground
Circuit Playground: N is for Noise

Circuit Playground

Play Episode Listen Later May 30, 2018 3:45


You can't see it or hear it, but it sure can effect your electronics! Adabot and Minerva set out to solve the mystery of electrical noise … and maybe even watch a movie together. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

adafruit g hangouts on air adafruit learning system circuit playground
Adafruit Industries
Circuit Playground: M is for MOSFET

Adafruit Industries

Play Episode Listen Later Nov 30, 2017 4:17


Hans could use some help. Luckily, Connie is here to save the day! Join them at Circuit Playground and learn how MOSFETs can use small signals to control high powered devices. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

hans adafruit mosfet mosfets g hangouts on air adafruit learning system circuit playground
Circuit Playground
Circuit Playground: M is for MOSFET

Circuit Playground

Play Episode Listen Later Nov 29, 2017 4:17


Hans could use some help. Luckily, Connie is here to save the day! Join them at Circuit Playground and learn how MOSFETs can use small signals to control high powered devices. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------

hans adafruit mosfet mosfets g hangouts on air adafruit learning system circuit playground
Adafruit Industries
Circuit Playground: L is for LED

Adafruit Industries

Play Episode Listen Later May 19, 2017 4:18


Billie's got the blues and Adabot has lots of questions. Learn about how an LED works with Adabot and the Circuit Playground components! ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by bartlebeats: http://soundcloud.com/bartlebeats & Collin Cunningham: http://soundcloud.com/collinmel -----------------------------------------

music led adafruit g hangouts on air adafruit learning system circuit playground collin cunningham
Circuit Playground
Circuit Playground: L is for LED

Circuit Playground

Play Episode Listen Later May 18, 2017 4:18


Billie's got the blues and Adabot has lots of questions. Learn about how an LED works with Adabot and the Circuit Playground components! ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by bartlebeats: http://soundcloud.com/bartlebeats & Collin Cunningham: http://soundcloud.com/collinmel -----------------------------------------

music led adafruit g hangouts on air adafruit learning system circuit playground collin cunningham
Adafruit Industries
Circuit Playground - K is for Kits

Adafruit Industries

Play Episode Listen Later Dec 30, 2016 5:16


Adabot & the Circuit Playground components love to jam, but they could use some new instruments - luckily, Ladyada has few kits up her sleeve! ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by: Bartlebeats: http://soundcloud.com/bartlebeats Collin Cunningham: http://soundcloud.com/collinmel -----------------------------------------

music kits adafruit g hangouts on air adafruit learning system ladyada circuit playground bartlebeats
Circuit Playground
Circuit Playground - K is for Kits

Circuit Playground

Play Episode Listen Later Dec 29, 2016 5:15


Adabot & the Circuit Playground components love to jam, but they could use some new instruments - luckily, Ladyada has few kits up her sleeve! ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by: Bartlebeats: http://soundcloud.com/bartlebeats Collin Cunningham: http://soundcloud.com/collinmel -----------------------------------------

music kits adafruit g hangouts on air adafruit learning system ladyada circuit playground bartlebeats
Adafruit Industries
Circuit Playground - J is for Joule

Adafruit Industries

Play Episode Listen Later Aug 19, 2016 4:12


Adabot gets working with James Prescott Joule and learns all about the Joule, a unit which measures work itself! ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by: bartlebeats: http://soundcloud.com/bartlebeats Collin Cunningham: http://soundcloud.com/collinmel -----------------------------------------

music joule adafruit g hangouts on air adafruit learning system james prescott joule circuit playground
Circuit Playground
Circuit Playground - J is for Joule

Circuit Playground

Play Episode Listen Later Aug 18, 2016 4:11


Adabot gets working with James Prescott Joule and learns all about the Joule, a unit which measures work itself! ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by: bartlebeats: http://soundcloud.com/bartlebeats Collin Cunningham: http://soundcloud.com/collinmel -----------------------------------------

music joule adafruit g hangouts on air adafruit learning system james prescott joule circuit playground
Circuit Playground
Circuit Playground: I is for IC

Circuit Playground

Play Episode Listen Later May 26, 2016 3:51


Adabot meets a new friend and learns why ICs are amazing things! ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by bartlebeats: http://soundcloud.com/bartlebeats -----------------------------------------

music ics adafruit g hangouts on air adafruit learning system circuit playground
Circuit Playground
Circuit Playground: H is for Hertz

Circuit Playground

Play Episode Listen Later Mar 25, 2016 3:54


Join Adabot as he learns about electromagnetic energy with the help of a new friend - Mr. Heinrich Hertz. ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by bartlebeats: http://soundcloud.com/bartlebeats -----------------------------------------

music hertz adafruit heinrich hertz g hangouts on air adafruit learning system circuit playground
Circuit Playground
"G is for Ground" - Circuit Playground Episode 6

Circuit Playground

Play Episode Listen Later Jul 6, 2015 3:04


Ground is all around! Join Adabot and Ladyada as they find electrical connections to the earth in a wide variety of places. ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by Collin Cunningham, Justin Danforth, and Thomas White -----------------------------------------

music ground thomas white adafruit g hangouts on air adafruit learning system ladyada circuit playground collin cunningham
Circuit Playground
"F is for Frequency" - Circuit Playground Episode 5

Circuit Playground

Play Episode Listen Later Aug 29, 2014 5:24


What is frequency? Why is it so important for radio and sound waves? Find all the answers with Adabot, Ladyada and a new friend who knows quite a bit about the subject. ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by bartlebeats: http://soundcloud.com/bartlebeats -----------------------------------------

music frequency adafruit g hangouts on air adafruit learning system ladyada circuit playground
Circuit Playground
"D is for Diode" - Circuit Playground Episode 4

Circuit Playground

Play Episode Listen Later Jun 3, 2014 2:46


D is for Diode" - Circuit Playground Episode 4! Learn all about electronics and how diodes work with W0z and ADABOT! Credits: W0z - Amanda Wozniak ADABOT - Collin Cunningham & Phil Torrone, Puppet by Anney Fresh, design by Bruce Yan Music: Tom White & Collin Cunningham Intro animation - Bruce Yan Animations - Noe & Pedro Ruiz Written, filmed, edited, directed and produced by - Andrew Baker, Collin Cunningham, Limor Fried, Phil Torrone and the Adafruit team ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by bartlebeats: http://soundcloud.com/bartlebeats ----------------------------------------

music puppets andrew baker diode adafruit g hangouts on air limor fried adafruit learning system circuit playground collin cunningham
Circuit Playground
"C is for Capacitor" - Circuit Playground Episode 3

Circuit Playground

Play Episode Listen Later May 1, 2014 6:59


C is for Capacitor" - Circuit Playground Episode 3! Learn all about electronics and how capacitors work with Ladyada, Cappy and ADABOT! Credits: Ladyada - Limor Fried ADABOT - Collin Cunningham & Phil Torrone, Puppet by Anney Fresh, design by Bruce Yan Cappy - Tom White Music: Tom White & Collin Cunningham Intro animation - Bruce Yan Written, filmed, edited, directed and produced by - Andrew Baker, Collin Cunningham, Limor Fried, Phil Torrone and the Adafruit team ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ Music by bartlebeats: http://soundcloud.com/bartlebeats ----------------------------------------

music puppets cappy capacitors andrew baker adafruit g hangouts on air limor fried adafruit learning system ladyada circuit playground collin cunningham
Circuit Playground
"B is for Battery" - Circuit Playground Episode 2

Circuit Playground

Play Episode Listen Later Jun 10, 2013 7:12


B is for Battery" - Circuit Playground Episode 2! Learn all about electronics and how to make a lemon battery with Ladyada and ADABOT! Credits: Ladyada - Limor Fried ADABOT - Collin Cunningham & Phil Torrone, Puppet by Anney Fresh, design by Bruce Yan Music: Tom White & Collin Cunningham Intro animation - Bruce Yan Written, filmed, edited, directed and produced by - Collin Cunningham, Limor Fried, Phil Torrone and the Adafruit team ----------------------------------------­- Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------­

batteries puppets adafruit g hangouts on air limor fried adafruit learning system ladyada circuit playground collin cunningham
Circuit Playground
"A is for Ampere" - Circuit Playground Episode 1

Circuit Playground

Play Episode Listen Later Mar 31, 2013 3:50


A is for Ampere" - Circuit Playground Episode 1! Learn all about electronics with Ladyada, ADABOT and special guests! Ampere describes the number of electrons that flow through a circuit in one second. It is named after Andre-Marie Ampere. Learn more: http://www.adafruit.com/coloringbook Credits: Ladyada - Limor Fried Andre-Marie Ampere - Collin Cunningham ADABOT - Collin Cunningham & Phil Torrone, Puppet by Anney Fresh, design by Bruce Yan Music: Tom White & Collin Cunningham Intro animation - Bruce Yan Written, filmed, edited, directed and produced by - Collin Cunningham, Limor Fried, Phil Torrone and the Adafruit team ----------------------------------------- Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ ----------------------------------------

puppets ampere adafruit g hangouts on air limor fried adafruit learning system ladyada circuit playground collin cunningham