1.994 Folgen

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

    • Bildung

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
    Croc Glasses Holder

    Croc Glasses Holder

    Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week:

    Croc Glasses Holder
    By Pabzh
    https://www.thingiverse.com/thing:6555442
    CR10S Pro V2
    Rainbow PLA
    05hr 17mins
    X:243 Y:180 Z:80mm
    .2mm layer / .4mm Nozzle
    6% Infill / 1mm Retraction
    200C / 60C
    39g
    60mm/s

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

    -----------------------------------------

    • 41 s
    • video
    CircuitPython Weekly Meeting for April 22, 2024

    CircuitPython Weekly Meeting for April 22, 2024

    Notes document is available here: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2024/2024-04-22.md

    Join here for the chat all week: http://adafru.it/discord

    The CircuitPython Weekly normally is held at 2pm US ET/11am us PT on Mondays. Check the #circuitpython-dev channel on Discord for notices of change in time and links to past meetings. Meeting times are also available in iCal format using the following link: https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical or view it in your browser: https://open-web-calendar.herokuapp.com/calendar.html?url=https://raw.githubusercontent.com/adafruit/adafruit-circuitpython-weekly-meeting/master/meeting.ical

    CircuitPython development is sponsored by Adafruit. Please support them by purchasing hardware from https://adafruit.com.

    Reminders: Podcast available on most services. Let us know if we’re missing some.

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

    • 51 Min.
    • video
    The Great Search: Z80 Processors

    The Great Search: Z80 Processors

    This week we saw a lot of chatter about Zilog's End-of-Life Notification (https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/5570/PCN_ZAC24-0029.pdf) for their Z84C series chips. These chips were pretty cool because they were true Z80 processors and available in DIP format!

    They are still in stock at DigiKey for now (https://www.digikey.com/en/products/detail/zilog/Z84C0010PEG/929206) and there's a last-time-buy, so if you happen to want some large quantity, it's possible to put in a request for one last batch.

    There are also other Z80 processors available, so you're not totally out of luck if you need some 8-bit goodness. In theory, you could even wire-wrap or breadboard using a QFP-to-DIP adapter plate. (https://www.digikey.com/en/products/detail/chip-quik-inc/PA0109/5014776)

    See the chosen parts on DigiKey https://www.digikey.com/short/z3j19bmf

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

    • 8 Min.
    • video
    TRRS Trinkey makes AT projects EZ

    TRRS Trinkey makes AT projects EZ

    ATMakers emailed and asked if we'd make a Trinkey (https://www.adafruit.com/search?q=trinkey) with a TRRS jack (https://www.adafruit.com/product/5764) on the end, for making customizable HID devices that use simple 3.5mm audio jack connectors. ideally something that will make AT - Accessibility Technology - projects EZ to build and maintain.

    here's our take on it, what's interesting is each pin of the jack - including the two switches for tip and ring1 - connect to GPIO / analog inputs on the SAMD21. there's no pre-defined VCC or GND because different switch and joystick makers have different configurations and we might want to change around what pins are power, ground, pullups, etc!

    this board will be great for use with CircuitPython to make any sort of AT switch or potentiometer interface super fast, to demo it we've written up a quick CPy sketch that will listen for two switches, and when they're pressed, blink the NeoPixel and emit keypresses as if its a keyboard. code is in the PR for this board (https://github.com/adafruit/circuitpython/pull/9190#issuecomment-2067764251) since we have great HID support it could also be a mouse or joystick device and it will work with any computer/tablet/console with a USB port.

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

    #adafruit #atmakers #accessibility

    • 1 Min.
    • video
    John Park's CircuitPython Parsec: Chip Pin Names

    John Park's CircuitPython Parsec: Chip Pin Names

    #circuitpythonparsec
    You can use chip GPIO pin names in your code with the 'microcontroller' library in CircuitPython.

    Learn about CircuitPython: https://circuitpython.org

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

    • 4 Min.
    • video
    Keep your Pico toes Toasty with a DVI Sock

    Keep your Pico toes Toasty with a DVI Sock

    Keep your Pico toes Toasty with a DVI Sock

    the Raspberry Pi RP2040 has a fun trick up it's sleeve, er, pants! it can bitbang DVI video output from a series of pins using PIO as long as its overclocked enough and you have the PIO peripherals available. we already designed a DVI PiCowbell (https://www.adafruit.com/product/5745), but we rather like the DVI sock design originating from wren6991 (https://github.com/Wren6991/Pico-DVI-Sock)

    it's designed to slip on to the 'foot' of a Pico or PicoW and there's a few times where i've thought "oh man I wish I had a DVI sock to test this-or-that" so here's our spin on it, we kept the sockish-PCB, the full-size DVI port, mounting holes, and passives. we added a couple more breakout holes for CEC, Util and HotPlugDetect. this should make our video toaster, er, toaster video projects ez-breezy

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

    #adafruit #toasters #dvi

    • 1 Min.

Top‑Podcasts in Bildung

Erklär mir die Welt
Andreas Sator
Eine Stunde History - Deutschlandfunk Nova
Deutschlandfunk Nova
G Spot - mit Stefanie Giesinger
Stefanie Giesinger & Studio Bummens
Easy German: Learn German with native speakers | Deutsch lernen mit Muttersprachlern
Cari, Manuel und das Team von Easy German
6 Minute English
BBC Radio
TED Talks Daily
TED

Das gefällt dir vielleicht auch

Talk Python To Me
Michael Kennedy (@mkennedy)
Python Bytes
Michael Kennedy and Brian Okken
Techmeme Ride Home
Ride Home Media
MacBreak Weekly (Audio)
TWiT
Brad & Will Made a Tech Pod.
Brad Shoemaker, Will Smith
Mac Power Users
Relay FM

Mehr von Adafruit Industries

3D Printing Projects
Adafruit Industries
Show and Tell
Adafruit Industries
New Products
Adafruit Industries
Collin's Lab
Adafruit Industries
Circuit Playground
Adafruit Industries
Raspberry Pi
Adafruit Industries