1,994 episodes

Welcome to Adafruit! We bring do-it-yourself electronics to life here at our factory in New York City. Our videos showcase hundreds of unique open source projects you can build at home.

Adafruit Industries Adafruit Industries

    • Education
    • 5.0 • 12 Ratings

Welcome to Adafruit! We bring do-it-yourself electronics to life here at our factory in New York City. Our videos showcase hundreds of unique open source projects you can build at home.

    • video
    John Park's CircuitPython Parsec: Touchwheel

    John Park's CircuitPython Parsec: Touchwheel

    #circuitpythonparsec
    use a cap touch rotary wheel in CircuitPython.
    code example here:https://github.com/jedgarpark/parsec/blob/main/2023-05-10/code.py
    https://www.tindie.com/products/todbot/touchwheel0-capacitive-touch-wheel/
    Learn about CircuitPython: https://circuitpython.org

    blog:
    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/
    -----------------------------------------

    • 2 min
    • video
    Adafruit Top Secret for May 8, 2024

    Adafruit Top Secret for May 8, 2024

    The hush-hush news from Adafruit in New York. Broadcast May 8, 2024

    These are items or concept products that may/might/could be introduced into the Adafruit store in the future (or not)! It's not out yet, so please don't ask questions or ask when it'll be available....

    Check out the Adafruit store for all the great products that are available and for coming soon products you can sign up to be notified when they are in stock. https://www.adafruit.com/new

    Visit the Adafruit shop online - http://www.adafruit.com

    Also visit DigiKey for Adafruit products at http://www.digikey.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/

    • 3 min
    • video
    Advanced Manufacturing: Made in NYC by Adafruit 5/8/2024

    Advanced Manufacturing: Made in NYC by Adafruit 5/8/2024

    Watch us manufacture our NeoTrellis M4, Power Relay FeatherWing and Circuit Playground Express
    https://www.adafruit.com/product/3938
    https://www.adafruit.com/product/3191
    https://www.adafruit.com/product/3333

    #adafruit #manufacturing #nyc
    -----------------------------------------
    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/
    -----------------------------------------

    • 1 min
    • video
    EYE ON NPI - ams OSRAM's TCS3530 True Color Sensor

    EYE ON NPI - ams OSRAM's TCS3530 True Color Sensor

    This week's EYE ON NPI is catchy like an 80's pop song (https://www.youtube.com/watch?v=LPn0KFlbqX8), it's ams OSRAM's TCS3530 True Color Sensor (https://www.digikey.com/en/product-highlight/a/ams/tcs3530-true-color-sensor) It is a new light sensor from ams OSRAM that is pre-calibrated for CIE XYZ color temperature sensing output, without a lot of gnarly math!

    We're huge fans of ams's light sensors, one of our first sensor breakouts was the TSL2561, (https://www.digikey.com/en/products/detail/ams-osram-usa-inc/TSL2561T/3095179) a wide-input-range light sensor with an I2C interface. We followed that up with a breakout for the TCS34725 which can detect separate red, green, blue and clear channels. With a little math, color reflected off of objects can be calculated into RGB color-space - we used it to make an umbrella that matches whatever color it touches! (https://learn.adafruit.com/florabrella/)

    Since then, ams OSRAM has worked to create better light sensors that reduce the need for end-user calibration or a lot of microcontroller lifting. The chips have carefully tuned PN diodes to not only be able to report correct color values, but ideally also have little variation from sensor-to-sensor.

    The TCS3530 (https://www.digikey.com/short/qwt595fh) is the latest color sensor from ams OSRAM, and it's also their newest with XYZ color output! This means you can read CIE XYZ color values out directly from the driver, which is going to be the best way to model what a human eye sees (https://en.wikipedia.org/wiki/CIE_1931_color_space) - not just an optimal concept based on 'pure' RGB photodiodes. This makes it ideal for use with cameras, monitors, printers/copiers and other devices that have humans that are looking at the colors. By detecting ambient light temperature, monitors and camera sensors can adjust their white balance to have their color gamut appear more 'natural' even in yellowish incandescent or halogen, or blueish fluorescent light.

    The TCS3530 (https://www.digikey.com/short/qwt595fh) does this by having 8 separate PN diodes, each tuned to a specific frequency band, to cover from about 400nm to 750nm. The diodes are normalized by the ALS engine so that you don't get over-sensitivity to green or IR. The diodes are arranged in a 4-way symmetric array to get fully balanced readings across all frequencies: there's probably some reasoning to how the layout is done to avoid signal from one diode from affecting a nearby one, something ams has decades of experience with. A modulator and flicker detection system can sense light pulses such as those from incandescent bulbs (at 120 Hz) or monitors (30 to 60 Hz) so that we can sample at the same times during the wave, or sample long enough to capture a full waveform worth of light.

    Interfacing is fairly simple, although there are a few things to watch out for during integration. The sensor supports both I2C and I3C (https://www.youtube.com/watch?v=hC4zkvdVag4) so it's good for legacy or modern microprocessors. Note the chip requires no greater than 1.8V power and logic, so for 3.3V systems - a shifter will be necessary. Finally - the chip has a massive number of registers to tweak the settings. So while you could write a driver, you're probably best off using ams OSRAM's TCS3502 linux C kernel driver to base your implementation if you are not just using Linux/Android directly.

    If you want to add precision color sensing with pre-calibrated CIE XYZ outputs to your next design, the ams OSRAM's TCS3530 True Color Sensor (https://www.digikey.com/en/product-highlight/a/ams/tcs3530-true-color-sensor) is a top choice from a world leader in light sensing. And best of all, it's in stock right now at DigiKey for immediate shipment! Order today and you will get this compact all-in-one devices shipped to your door so you can start letting your true colors shine by tomorrow afternoon.

    • 12 min
    • video
    Python on Hardware weekly video for May 8, 2024

    Python on Hardware weekly video for May 8, 2024

    The wonderful world of Python on hardware! Episode 276 (May 8, 2024). This is our weekly Python video highlights! Ladyada and PT review the Python on hardware news of the week.

    The news comes from the Python community, Discord, Adafruit communities and more. It’s part of the comprehensive newsletter we do each week.

    The video playlist of episodes is here:
    http://adafru.it/pohepisodes

    ***************************************************
    Sign up for the Python on Microcontrollers weekly email newsletter here:
    https://www.adafruitdaily.com/
    ***************************************************

    Read the newsletters past and present at
    https://www.adafruitdaily.com/category/circuitpython/

    Learn all about CircuitPython here:
    https://www.circuitpython.org/
    https://adafruit.com/circuitpython/
    ---------------------------------------------------------------

    Join us on Discord! https://adafru.it/discord/

    Visit the Adafruit shop online, we're open for business - http://www.adafruit.com

    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/

    • 6 min
    • video
    JP’s Product Pick of the Week 5/7/24 DVI Sock and PiCowbell RECAP

    JP’s Product Pick of the Week 5/7/24 DVI Sock and PiCowbell RECAP

    #newproducts
    JP’s Product Pick of the Week 5/7/24 DVI Sock and PiCowbell RECAP
    https://www.adafruit.com/product/5745
    https://www.adafruit.com/product/5957

    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/
    -----------------------------------------

    • 1 min

Customer Reviews

5.0 out of 5
12 Ratings

12 Ratings

I sometimes review things ,

Why

Actually why does this exit?

JeffCampbell ,

Always informative.

Whether or not you are looking for a new project

Top Podcasts In Education

The Mel Robbins Podcast
Mel Robbins
The Jordan B. Peterson Podcast
Dr. Jordan B. Peterson
The Rich Roll Podcast
Rich Roll
TED Talks Daily
TED
The Skinny Confidential Him & Her Podcast
Lauryn Bosstick & Michael Bosstick / Dear Media
Mick Unplugged
Mick Hunt

You Might Also Like

New Products
Adafruit Industries
The Amp Hour Electronics Podcast
The Amp Hour (Chris Gammell and David L Jones)
Mac Power Users
Relay FM
Live from the Desk of Ladyada
Adafruit Industries
AppleInsider Podcast
AppleInsider
Software Engineering Daily
Software Engineering Daily

More by Adafruit Industries

Raspberry Pi
Adafruit Industries
3D Printing Projects
Adafruit Industries
Show and Tell
Adafruit Industries
Ask an Engineer
Adafruit Industries
New Products
Adafruit Industries
3D Hangouts
Adafruit Industries