Player FM - Internet Radio Done Right
72 subscribers
Checked 7h ago
הוסף לפני nine שנים
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
T
The Innovators & Investors Podcast


1 Empowering Innovation: The Intersection of Corporate Venture Capital and AI-Driven Startups 1:00:22
1:00:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:22
Join us for an engaging episode of The Innovators and Investors Podcast, hosted by Kristian Marquez, where we explore the vibrant intersection of technology, investment, and entrepreneurship. This week, Kristian welcomes two dynamic guests: Kevin Weber, Managing Director at Amex Ventures, and Ayal Karmi, Co-founder and CEO of Nakuda. In this episode, Kevin shares his fascinating career journey, including his transition from corporate finance and M&A to venture capital at Amex Ventures, where he focuses on early-stage investments in sectors like fintech, AI, and cybersecurity. As Kevin describes his investment thesis, he emphasizes the importance of strategic partnerships and the alignment of their investments with American Express’s core business objectives. Our conversation then shifts to Ayal Karmi, who delves into the innovative solutions Nakuda is bringing to the market. As the company pioneers a system for AI agents to make seamless payments online, Ayal discusses the challenges and opportunities in automating the checkout process and enhancing transaction authenticity. Listeners can expect to gain valuable insights into the investment landscape, the evolving field of AI agents, and best practices for founders seeking to navigate the venture capital space. Furthermore, Kevin and Ayal offer advice on how to approach corporate venture capital, the significance of understanding investor expectations, and the future of agentic payments. Don’t miss this enlightening discussion that highlights the transformative power of technology and the shared mission of fostering innovation in today’s rapidly evolving market. Subscribe now to stay updated on the latest insights and trends in the world of innovation and finance! For more details, visit our website and read Ayal’s insightful blogs on Substack, https://substack.com/@nekuda? about autonomous payments to stay informed about the latest in AI technologies. Enjoy the episode! Learn more about Kevin's work https://www.americanexpress.com/us/business/american-express-ventures/ Connect with Kevin on LinkedIn https://www.linkedin.com/in/kevin-weber-b77b8028/ Think you'd be a great guest on the show? Apply https://finstratmgmt.com/innovators-investors-podcast/ Want to learn more about Kristian Marquez's work? Check out his website at https://finstratmgmt.com/…
Deep Dive w/Scott: Optimize CP Garbage Collection
Manage episode 476647663 series 1242341
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Join Scott as he goes over a new optimization of the CP VM's garbage collection. He'll also answer any questions folks have. Visit the Adafruit shop online - http://www.adafruit.com Thanks to dcd for timecodes 0:00 getting started 0:47 hello everyone 1:24 intro to the Adafruit Metro rp2350 microprocess 5:00 Future plans while Scott is out/part time 5:59 Fruit Jam OS - ( capture video recording ... ) 8:47 with audio - recording that shows a couple of bugs ( 128 mS gaps triggered by garbage collection ) 11:00 Audio buffer with DMA through PSRAM which was too slow ( moved to SRAM ) 15:00 Bitmaps are not DMA'ed, but are still allocated outside the Python VM 17:00 Description of GC process 18:30 Mark-and-sweep in MicroPython and CircuitPython 20:28 Changing allocation to identify if there are allocations that don't containing pointers (for GC) 21:15 Bitmap.c - 22:36 gc.c gc_mark_+subtree 23:22 micropython split heap 25:49 Shared-bindings / displayio / Bitmap.C - mp_obj_malloc() vs. m_malloc() 30:49 misc.h allocations 32:43 dive into malloc.c and gc.c 44:00 continuing debugging with gdb 49:00 perhaps renaming the function will clarify things 53:22 gc_realloc() 56:17 if block is moved, need to copy the state 1:06:00 How do these improvements apply to micropython 1:09:10 Assertion failure in gc.c 1:13:51 Allocation/Debugging tools 1:28:42 handling re-alloc 1:31:55 consider TLSF tradeoffs 2:01:09 will be pushing the code to the leaf allocation branch 2:06:39 wrap up - should be here next week ----------------------------------------- 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/ -----------------------------------------
…
continue reading
4963 פרקים
Manage episode 476647663 series 1242341
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Join Scott as he goes over a new optimization of the CP VM's garbage collection. He'll also answer any questions folks have. Visit the Adafruit shop online - http://www.adafruit.com Thanks to dcd for timecodes 0:00 getting started 0:47 hello everyone 1:24 intro to the Adafruit Metro rp2350 microprocess 5:00 Future plans while Scott is out/part time 5:59 Fruit Jam OS - ( capture video recording ... ) 8:47 with audio - recording that shows a couple of bugs ( 128 mS gaps triggered by garbage collection ) 11:00 Audio buffer with DMA through PSRAM which was too slow ( moved to SRAM ) 15:00 Bitmaps are not DMA'ed, but are still allocated outside the Python VM 17:00 Description of GC process 18:30 Mark-and-sweep in MicroPython and CircuitPython 20:28 Changing allocation to identify if there are allocations that don't containing pointers (for GC) 21:15 Bitmap.c - 22:36 gc.c gc_mark_+subtree 23:22 micropython split heap 25:49 Shared-bindings / displayio / Bitmap.C - mp_obj_malloc() vs. m_malloc() 30:49 misc.h allocations 32:43 dive into malloc.c and gc.c 44:00 continuing debugging with gdb 49:00 perhaps renaming the function will clarify things 53:22 gc_realloc() 56:17 if block is moved, need to copy the state 1:06:00 How do these improvements apply to micropython 1:09:10 Assertion failure in gc.c 1:13:51 Allocation/Debugging tools 1:28:42 handling re-alloc 1:31:55 consider TLSF tradeoffs 2:01:09 will be pushing the code to the leaf allocation branch 2:06:39 wrap up - should be here next week ----------------------------------------- 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/ -----------------------------------------
…
continue reading
4963 פרקים
Tất cả các tập
×The hush-hush news from Adafruit in Industry City, Brooklyn, New York. Broadcast June 4, 2025 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/…
A
Adafruit Industries

ASK AN ENGINEER 6/4/2025 LIVE 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/ ----------------------------------------- #diy #electronics #opensource…
A
Adafruit Industries

1 3D Hangouts – LED Matrix Alarm Clock, Fake Typewriter and Iris Fidget 59:01
59:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי59:01
This week @adafruit we’re taking a look at a new alarm clocking using QTPy ESP32 and LED matrices. Prototyping a fake typewriter using the new solenoid driver. Rapid render segment highlights TRIPO. Time-lapse this week features a print-in-place iris fidget designed by LouisDesigns on MakerWorld. USB Keyset Video https://youtu.be/A8RW3y0CIgw USB Keyset Learn Guide: https://learn.adafruit.com/usb-keyset/ IS31FL3741 LED Matrix https://www.adafruit.com/product/5201 QT Py ESP32 S3 https://www.adafruit.com/product/5426 Timelapse Tuesday Iris Fidget By louisdesigns https://makerworld.com/en/models/1472499-iris-fidget-print-in-place-3d-fidget https://youtu.be/OyIp-zugD54 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
A
Adafruit Industries

To show and share a project at 7:30pm Eastern today, view the chat or in discord https://adafru.it/discord and look for the JOIN link to join. For best results, be on a wired network connection and use a headset and microphone.
A
Adafruit Industries

Working with substandard equipment is a difficult way to learn electronics: a lot of frustration with too little success. The right tool set will keep you progressing without the stressing. This toolbox contains carefully selected hand tools that will last you for many many years. This video is a walkthrough and demo of all the tools in the kit. Level up your workstation and treat yourself to a few new tools! Adjustable 60W Pen-Style Soldering Iron Soldering stand Solder sucker Adafruit Parts Pal Fully Adjustable PCB Clamp Holder Digital Multimeter Diagonal cutters Wire strippers Get the kit here: https://www.adafruit.com/product/136 Visit the Adafruit shop online - http://www.adafruit.com Erin St Blaine - http://www.erinstblaine.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/ -----------------------------------------…
#newproducts JP’s Product Pick of the Week 6/3/25 RECAP Feather nRF52840 https://www.adafruit.com/product/4062 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/ -----------------------------------------…
A
Adafruit Industries

1 JP’s Product Pick of the Week 6/3/25 19:17
19:17
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי19:17
#newproducts JP’s Product Pick of the Week 6/3/25 Feather nRF52840 https://www.adafruit.com/product/4062 Deep discount during livestream 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/ -----------------------------------------…
A
Adafruit Industries

Build a 3D printed USB chorded keyset inspired by the original Doug Engelbert "Mother of all Demos" keyset from the 1960's. This 5-finger keyset lets you type without moving your hand, entering full words and phrases by pressing multiple keys simultaneously as a chord. Read more link below Learn Guide https://learn.adafruit.com/usb-keyset USB Keyset Learn Guide: https://learn.adafruit.com/usb-keyset/ QTPy RP2040: https://www.adafruit.com/product/4900 CHOC Key Switches: https://www.adafruit.com/product/5114 USB C Cable: https://www.adafruit.com/product/6278 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/ -----------------------------------------…
Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Iris Fidget By louisdesigns https://makerworld.com/en/models/1472499-iris-fidget-print-in-place-3d-fidget Bambu X1C Orange Green Glow PLA 3hr 20mins X:49 Y:49 Z:28mm .2mm layer / .4mm Nozzle 6% Infill / 1mm Retraction 200C / 60C 23g 230mm/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 Dan Q https://soundcloud.com/adafruit -----------------------------------------…
A
Adafruit Industries

1 CircuitPython Weekly Meeting for June 2, 2025 23:16
23:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי23:16
Notes document is available here, with timecodes: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2025/2025-06-02.md 0:00 Housekeeping 01:41 Community News 03:21 State of CircuitPython, Libraries & Blinka 10:27 Hug Reports 12:24 Status Updates 18:26 In the Weeds 22:25 Wrap-up 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/ -----------------------------------------…
A
Adafruit Industries

1 The Great Search – UV LEDs for Costuming 10:23
10:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:23
We recently got a request to make LED sequins with bright UV LEDs for costuming projects using UV-reactive paints and textiles. Also known as 'blacklight' paint or fabric, these dyes glow fluorescent when exposed to UV light. 🔗 https://www.digikey.com/short/bndtdnbr 🔗 https://www.adafruit.com/search?q=led+sequin 🔗 https://en.wikipedia.org/wiki/Ultraviolet However, not all UV LEDs will work! UV ranges from 100nm to 450nm, and some frequencies are used for curing or disinfection. For light effects, 365nm is the 'peak' frequency to look for. Let’s find a ~365nm SMT UV LED we can pick and place onto a small PCB for easy sewing. ✨🧵 ----------------------------------------- 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/ ----------------------------------------- #ElectronicsDesign #UVLED #TheGreatSearch…
A
Adafruit Industries

1 Desk of Ladyada – nOOds and Boosters A-Plenty 29:38
29:38
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי29:38
We are Boosting nOOds, testing chargers, and hunting UV LEDs! Wrapping up new designs & exploring UV LEDs for costuming for blacklight flair.
#circuitpythonparsec How to read button sequences for user combination entry. https://github.com/jedgarpark/parsec/blob/main/2025-05-29/code.py https://www.adafruit.com/product/5691 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/ -----------------------------------------…
A
Adafruit Industries

1 John Park's Workshop Live 5/29/25 1:09:10
1:09:10
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:09:10
John Park's Workshop Live 5/29/25 Emulation RP2350 PicoNES CircuitPython Parsec JPPPoW recap Projects and more! 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/ -----------------------------------------…
A
Adafruit Industries

1 #NewProducts 5/28/25 Feat. @Adafruit INA237 16-bit DC Current Voltage Power Monitor -STEMMA QT 5:33
Posable Wooden Mannequin - 20cm (0:07) https://www.adafruit.com/product/6330 Aluminum Metal Heatsink Raspberry Pi 5 Case with Fan (0:54) https://www.adafruit.com/product/6277 Mini Sparkle Motion with Pre-soldered Terminal Block - ESP32 NeoPixel LED Driver (2:08) https://www.adafruit.com/product/6314 Adafruit INA237 85V 10A 16-bit DC Current Voltage Power Monitor - STEMMA QT (3:28) https://www.adafruit.com/product/6340 Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- New nEw NEWs New Products, News, and more: https://www.adafruit.com/newsletter #newnewnew 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 New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------…
This week's EYE ON NPI is another onsemi device - this week we're looking at the NIV3071 4-Channel eFuse Solution (https://www.digikey.com/en/product-highlight/o/on-semi/niv3071-4-channel-efuse-solution) a power distribution manager that can lets you manage a product with a lot of power domains and supplies using just a couple GPIO pins. This week's product is an upgrade from the covered-earlier NIS5420 (https://blog.adafruit.com/2021/09/09/eye-on-npi-onsemi-efuse-porfolio-eyeonnpi-digikey-onsemi-digikey-adafruit/) - with a higher 8~60V input range, and 4 independently-controlled channels. When people first meet fuses, they usually see and think of classic 'wire' fuses (https://www.digikey.com/en/products/detail/bel-fuse-inc/5ST-200-R/1009012) with ceramic or glass or thermoplastic bodies, and a thin wire inside. When too much current goes through the fuse wire, it gets hotter and hotter and eventually melts, cutting off the load from the source voltage. These kinds of fuses are super cheap, very-very-low resistance, easy to find at any hardware store, and there's lots of suppliers with various current limits. However, they're one-shot usage only and only good for over-current, can't act as switches/sequencers. You need to have a way for customers to access the fuse in order to replace it. For those reasons, a lot of engineers prefer going with 'poly fuses' - fuses that are easy to mount into a circuit that auto-reset after a time (usually minutes) so that a temporary overload doesn't make the device a brick so quickly. For example, we have a chunky 24V 5A hold / 10 A trip polyfuse (https://www.digikey.com/en/products/detail/littelfuse-inc/2016L260-24MR/6347052) on the Sparkle Motion board design (https://www.adafruit.com/product/6100), designed to protect folks who accidentally have a short in the output LED strings, and want to avoid damaging the power supply or main board. Poly-fuses are a great step-up from plain wire fuses: they're fairly inexpensive, available from lots of suppliers with various current limits, and best of all the fuse auto-resets after cooling down. However, like wire fuses, they're good for over-current, can't be reset, and have some variation depending on ambient temperature: you may trip 50% higher if its cold, or lower if its hot. Thus the next generation of fuses: eFuses (https://www.digikey.com/en/product-highlight/o/on-semi/efuse-automotive-circuit-protection)! As you could imagine, these are pure-silicon fuses, with a chunky N-FET that acts as the cut-off switch, and current limiting managed as an analog feedback loop that will cut the FET when too high. We get the resetability of a polyfuse, with additional control like sequence-able enable pins and under-voltage lockout. Note that some eFuses also can do over-voltage clamps and negative voltage protection, but the NIV3071 (https://www.digikey.com/short/3v0thr1p) doesn't contain these protections, so you may want to implement those protections separately. Especially designed for automotive power systems, which tend to be 12V/24V/36V/48V multiples, the NIV3071 (https://www.digikey.com/short/3v0thr1p) is AEC−Q100 qualified and PPAP capable (https://www.onsemi.com/pub/collateral/tnd6284-d.pdf). The use of eFuses is becoming popular as cars have become more computerized and electrified, with each 'zone' in a car (https://www.onsemi.com/solutions/automotive/zonal-architecture) - such as entertainment, communication, lighting, charging and sensors - all needing separate power management. If you don't need automotive qualifications, the functionally-compatible NIS3071 (https://www.digikey.com/short/9v2dmvhf) is a couple of cents cheaper. This family of eFuses is good for up to 60V and 2.5A per channel, but if you need more per channel you can just double or triple them up to add 2.5A per. If you want less per channel, to protect low-power devices from overheating or accidental shorts, the current limit can be reduced with an external resistor. And of course, you can turn on/off each channel with a GPIO enable pin: great for sequencing your power chain to reduce stress on the power supply from inrush current, or to allow each section to stabilize and go through self-test. For your next power supply design, the onsemi NIV3071 (https://www.digikey.com/short/3v0thr1p) and NIS3071 (https://www.digikey.com/short/9v2dmvhf) offer high-voltage, high-current control in a small package and a great price. Both are in stock right now at DigiKey for immediate shipment, so you can book today and start integration by tomorrow afternoon.…
The hush-hush news from Adafruit in Industry City, Brooklyn, New York. Broadcast May 28, 2025 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/…
A
Adafruit Industries

ASK AN ENGINEER 5/28/2025 LIVE From the Desk of Ladyada@05:05 JP's Product Pick of the Week@08:54 Open Source Hardware @15:02 3D Printing @17:30 Eye on NPI @21:30 New Products @30:50 Top Secret @37:19 Questions @42:29 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/ -----------------------------------------…
A
Adafruit Industries

SHOW and TELL 5/28/2025 Trevor @01:52 update on The Great Search and celebrating Trevor! Jayy @06:05 Comet Crawler v2 Maker Melissa @08:58 Match3-type game Liz @11:30 robot xylophone with Metro RP2350 john park @14:49 NES emulator running on Metro RP2350 with DVI video Tim (foamyguy) @20:40 OPT 4048 driver for CircuitPython Erin St. Blaine @23:50 birthday frown with LED number filaments Cooper (@relic_se) @24:50 cute little webcam made with OV5640 Camera Breakout Boian Mitov @27:15 Visuino update!…
A
Adafruit Industries

1 3D Hangouts – Chording Keyset, LED Matrix Alarm Clock and Basketball Hoop 57:20
57:20
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי57:20
This week @adafruit we’re taking a look at our USB chording keyset project. Prototyping a new alarm clocking using QTPy ESP32 and LED matrices. Shop talk features 12V batteries and camera slider updates. Catching up on community makes and the time-lapse this week features a print-in-place basketball hoop designed by PrintChallenge on MakerWorld. USB Keyset Learn Guide https://learn.adafruit.com/usb-keyset/ QTPy RP2040 https://www.adafruit.com/product/4900 CHOC Key Switches https://www.adafruit.com/product/5114 USB C Cable https://www.adafruit.com/product/6278 12V Rechargeable Battery Pack https://www.amazon.com/dp/B0D9XCJVBB 6809-2RS Ultra Thin Ball Bearing https://www.amazon.com/dp/B088B9K3NH Rapid Render: BNB Icons https://bnbicons.com/ Timelapse Tuesday Flexy Basketball Hoop By printchallenge https://makerworld.com/en/models/1055971-flexible-basketball-hoop-with-ball https://youtu.be/g7DJwQiEDGA Community Makes https://www.printables.com/make/2639960?comment_id=2639960 https://www.printables.com/make/2634662?comment_id=2634662 https://www.printables.com/make/2582608?comment_id=2582608 https://www.printables.com/make/2600373?comment_id=2600373 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
#newproducts JP’s Product Pick of the Week 5/27/25 USB Type C CC Resistor Fixer for PD supplies https://www.adafruit.com/product/6323 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/ -----------------------------------------…
A
Adafruit Industries

1 JP’s Product Pick of the Week 5/27/25 27:00
27:00
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי27:00
#newproducts JP’s Product Pick of the Week 5/27/25 USB Type C CC Resistor Fixer https://www.adafruit.com/product/6323 Deep discount during livestream 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/ -----------------------------------------…
A
Adafruit Industries

1 CircuitPython Weekly Meeting for May 27, 2025 29:52
29:52
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי29:52
0:00 Housekeeping 03:45 Community News 08:09 State of CircuitPython, Libraries & Blinka 18:39 Hug Reports 21:01 Status Updates 27:57 In the Weeds 28:05 Wrap-up Notes document is available here, with timecodes: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2025/2025-05-27.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/ -----------------------------------------…
A
Adafruit Industries

Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Flexy Basketball Hoop By printchallenge https://makerworld.com/en/models/1055971-flexible-basketball-hoop-with-ball Bambu X1C Blue Red PLA 12hr 15mins X:111 Y:115 Z:85mm .2mm layer / .4mm Nozzle 6% Infill / 1mm Retraction 200C / 60C 126g 230mm/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 Dan Q https://soundcloud.com/adafruit -----------------------------------------…
For our SI4732 radio breakout, we're following the application note (https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/application-notes/AN383.pdf) for antenna setup. It specifies a low-pass filter inductor of 4.7 µH with a Q factor greater than 20 at 25 MHz and minimal DC resistance. The recommended part, COILCRAFT 1008CS-472GLB (https://www.digikey.com/en/products/detail/coilcraft/1008CS-472XGRC/15794541), is somewhat pricey. Let's explore some alternatives! Recommended Alternatives: Murata LQW2UAS4R7J00L: 4.7 µH, Q=20 @25 MHz, 260 mA, 4 Ω DCR, 1008 package. Abracon AISC-1008-4R7J-T: 4.7 µH, Q=20 @25 MHz, 260 mA, 4 Ω DCR, 1008 package. Murata LQW32FT4R7M8HL: 4.7 µH, Q=30 @25 MHz, 400 mA, 1.2 Ω DCR, 1210 package.…
A
Adafruit Industries

1 Desk of Ladyada: Stepper Spinner, LED Booster & Radio Receiver 30:43
30:43
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי30:43
Prototypes ready: STSPIN220 stepper driver, LED booster, SI4732 radio breakout & more! Plus, a deep dive on RF inductors for radio filtering. Tune in & grab the latest gear!
We got the drop that Sonnet 4 (https://www.anthropic.com/news/claude-4) just got released and the baby went to sleep early, so let's try it out! We wrote a library for the STSPIN220 (https://www.digikey.com/en/products/detail/stmicroelectronics/STSPIN220/6137574) — this is a stepper motor driver like the A4988 (https://www.adafruit.com/product/6109) or TMC2209 (https://www.adafruit.com/product/6121), but for low voltage motors. One interesting thing about it is it uses the step/dir and two mode pins to set the micro-steps, from 1 to 1/256. Since that gets a little confusing, we figured a driver (https://github.com/adafruit/Adafruit_STSPIN) would be worth doing. The table was definitely annoying to decode, and higher microsteps started overflowing 16-bit variables, but now we've got it spinning happily! #anthropic #claude #sonnet 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/ -----------------------------------------…
A
Adafruit Industries

LED Illuminated Pushbutton - 60mm Square (0:10) https://www.adafruit.com/product/6261?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts LED Illuminated Push Button - 51mm Square (0:10) https://www.adafruit.com/product/6270?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts LED Illuminated Push Button - 44mm Square (0:10) https://www.adafruit.com/product/6274?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Blue USB Type C to USB A Cable with 540 Degree Rotating End - 2 meter long (3:11) https://www.adafruit.com/product/6279?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Blue USB Type C to USB A Cable with 540 Degree Rotating End - 1 meter long (3:11) https://www.adafruit.com/product/6278?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Adafruit OPT4048 Tri-Stimulus XYZ Color and Lux Sensor (4:42) https://www.adafruit.com/product/6335?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts ----------------------------------------- New nEw NEWs New Products, News, and more: https://www.adafruit.com/newsletter #newnewnew 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 New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------…
A
Adafruit Industries

This week's EYE ON NPI is renowned world-wide, it's onsemi's ARX383CS 1/8-inch 0.3 Mp Global Shutter CMOS Digital Image Sensor (https://www.digikey.com/short/45p5vfvr), a tiny pick-and-placeable vision sensor that is perfect for your next AI or robotics - or AI robotics - product! With the global shutter, you'll be able to get clear and complete photos each time, no matter your lighting and subject speed. We stock low-cost simple camera sensors like the OV5640 at the Adafruit shop (https://www.adafruit.com/product/5839) these cameras can do color, up to 720p or greater, and can even do internal JPEG compression before piping the image out of an 8-bit parallel interface. One thing that you'll quickly realized about these cameras is that they, like almost all cameras used for basic photography are rolling-shutter type. (https://en.wikipedia.org/wiki/Rolling_shutter) That means the sensor reads each individual pixel in a row before moving to the next column, perfectly fine as long as the thing you're photographing is moving slowly compared to the speed of the sensor iterator. For robotics vision projects, this often gives smeared or blurry images, and since time = money and thus you need to run the motor as fast as possible. For example, our SM481 pick and place (https://www.hanwha-pm.com/en-mo/product/detail.asp?product_info_id=189&cate_id=50) can do up to 40,000 components per hour, each one with vision inspection: that's 10 a second! Whether you are building the fastest Rubik's-cube solver (https://www.youtube.com/watch?v=59qgzzSD1tk) or a license plate reader (https://www.digikey.com/short/45p5vfvr) getting crisp-clear full-frame images is essential to make sure you get the best image. The ARX383CS (https://www.digikey.com/short/45p5vfvr) is sold as a chip-scale-package, meant for pick and placing directly onto a PCB or FPC. It'll need various power supplies and clock signal, as well as configuration over I2C and of course a lens and lighting. Once set up, images can be captured and sent over DSI/MIPI single-lane, at VGA 640x480 up to 120 FPS or quarter-VGA 320x240 up to 245 FPS. The available datasheet doesn't have all the details, you'll need to contact onsemi to sign an NDA for the full specifications. onsemi has also developed a read-to-go plug-in camera module that you can quickly integrate called the PRISM1M-ARX383CSSM130110-GEVB (https://www.onsemi.com/design/evaluation-board/PRISM1M-ARX383CSSM130110-GEVB) which is not in stock right now at DigiKey yet (https://www.digikey.com/short/zfm5d7tj) but we're sure that if you need it you can try contacting DigiKey's sales reps and they'll be able to get you samples and quantity pricing. If you don't mind a bulkier eval board, the ARX383CSSM28SMKAH3-GEVB (https://www.digikey.com/short/78p2c3dq) is available immediately for purchase. If you've needed to add fast video or photography to your next product, the onsemi ARX383CS 1/8-inch 0.3 Mp Global Shutter CMOS Digital Image Sensor (https://www.digikey.com/short/45p5vfvr) is an excellent way to add a VGA global-shutter sensor with 125 FPS VGA-resolution output and I2C control. Best of all DigiKey has tons in stock for immediate shipment, book today and they'll send you as many as you want in the blink of an eye so you can start getting high speed video integrated by tomorrow afternoon. See the onseemi video here https://www.youtube.com/watch?v=Ne8O8NlyIas…
The hush-hush news from Adafruit in Industry City, Brooklyn, New York. Broadcast May 21, 2025 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/…
A
Adafruit Industries

SHOW and TELL 5/21/2025
A
Adafruit Industries

1 3D Hangouts – Camera Slider, Claude AI for Blender and Tic Tac Toe 55:28
55:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:28
This week @adafruit we launched our motorized camera slider video. Prototyping new projects. Time lapse video features a 3D printed mini tic tac toe game. Our rapid render segment this week highlights using Claude AI with Blender 3D. YouTube Video https://youtu.be/5qv4TInZV0k Learn Guide: https://learn.adafruit.com/motorized-camera-slider-2-axis TMC2209 Driver: https://www.adafruit.com/product/6121 KB2040 Board: https://www.adafruit.com/product/5302 1.3in TFT Display: https://www.adafruit.com/product/4313 Timelapse Tuesday Tic-Tac-Toe Keychain By Nova.E https://makerworld.com/en/models/1425094-a-portable-tic-tac-toe-keychain-that-doesn-t-requi#profileId-1481139 https://youtu.be/-h7FxYH_oPY 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
Full tutorial: https://learn.adafruit.com/glowing-birthday-number-crown/overview Make a necklace or tiara for your favorite birthday girl that proudly displays her age in shining lights. This beginner-friendly guide walks you through building a magical LED tiara or necklace that displays the birthday child's age using Adafruit's flexible LED number filaments. These filaments run at 3V and are powered by coin cell batteries—one battery per number—making the design lightweight, wearable, and delightfully low-tech. This project requires a little easy soldering and no coding, and you'll end up with a sturdy, eye-catching crown that's safe for kids and perfect for birthdays, dress-up days, and royal make-believe adventures. Visit the Adafruit shop online - http://www.adafruit.com Erin St Blaine - www.erinstblaine.com Music by SUNO AI ----------------------------------------- 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/ -----------------------------------------…
A
Adafruit Industries

Build a 2-axis motorized camera slider using smooth silent stepper motors and Adafruit KB2040 running Circuit Python. Learn Guide: https://learn.adafruit.com/motorized-camera-slider-2-axis TMC2209 Driver: https://www.adafruit.com/product/6121 KBRP2040 Board: https://www.adafruit.com/product/5302 1.3in TFT Display: https://www.adafruit.com/product/4313 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/ -----------------------------------------…
A
Adafruit Industries

Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Tic-Tac-Toe Keychain By Nova.E makerworld.com/en/models/1425094-a-portable-tic-tac-toe-keychain-that-doesn-t-requi Bambu X1C Blue White Yellow Red PLA 3hr 47mins X:60 Y:60 Z:12mm .2mm layer / .4mm Nozzle 6% Infill / 1mm Retraction 200C / 60C 30g 230mm/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 Dan Q https://soundcloud.com/adafruit -----------------------------------------…
A
Adafruit Industries

1 CircuitPython Weekly Meeting for May 19, 2025 22:06
22:06
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי22:06
0:00 Housekeeping 2:30 Community News 5:32 State of CircuitPython, Libraries & Blinka 11:37 Hug Reports 14:20 Status Updates 20:38 In the Weeds 20:50 Wrap-up Notes document is available here, with timecodes: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2025/2025-05-19.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/ -----------------------------------------…
For the ACS37800 breakout, we need chunky terminal blocks for high-current circuits. Since the chip can handle 30 Amps, we’re going with compact barrier blocks so users can safely connect spade/lug terminals without shorts. Here's our pick at digikey.com: https://www.digikey.com/en/products/detail/amphenol-anytek/YK4410303000G/4961614 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/ -----------------------------------------…
A
Adafruit Industries

1 Desk of Ladyada – Claude WebApps, Solar MPPT 28:33
28:33
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי28:33
This week at the Desk of Ladyada, we're getting back into the swing of releasing one or two new products a week after dealing with some tariff-related chaos. Last week we launched the Sparkle Motion Stick and the SEN6x Adapter. Next week, look out for the OPT4048. For the OPT4048, we wanted to easily plot the CIE x & y to a color graph—which used to mean writing a lot of JavaScript (something I haven’t done in 15 years). Thankfully, Claude helped generate code, and now it's up and running! Check it out. This week, we also designed breakouts for: ACS37800 30A Monitor, VEML6046, and a Stemma QT adapter for Raspberry Pi bq25798 Solar MPPT Charger. And for this week's The Great Search – 30 Amp Barrier Terminal Blocks…
Larsio Paint Music is an homage to Mario Paint music composition mode running on Metro RP2350 and the upcoming Fruit Jam board. Written in CircuitPython, John Park's Learn Guide coming soon. 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/ -----------------------------------------…
A
Adafruit Industries

1 John Park's Workshop Live 5/15/25 1:08:41
1:08:41
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:08:41
John Park's Workshop Live 5/15/25 Sparkle Toes 2: Electric Shoegaloo CircuitPython Parsec JPPPoW recap Projects and more! 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/ -----------------------------------------…
A
Adafruit Industries

1 EYE ON NPI - TI BQ25798 I2C Controlled, 1 to 4-Cell, 5-A Buck-Boost Battery Charger for Solar Panels 11:37
11:37
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:37
This week's EYE ON NPI is a follow up to one we did a few years ago on the similarly-named BQ25792 (https://blog.adafruit.com/2021/05/06/eye-on-npi-ti-bq25792-i2c-controlled-1-4-cell-5a-buck-boost-battery-charger-eyeonnpi-adafruit-digikey-adafruit-digikey-txinstruments/). The BQ25798 (https://www.digikey.com/short/vnr279pz) builds on the '92 by adding selectable dual inputs and true MPPT solar support. This chip is inexpensive, powerful and can handle almost any battery and power source matching you desire. Let’s look at some specifications: High power density, high integration buck-boost charger for 1-4 cell batteries supporting USB PD 3.0 profile – Integrates four switching MOSFETs, BATFET – Integrates input and charging current sensing Highly efficient – 750-kHz or 1.5-MHz switching frequencies – 5-A charging current with 10-mA resolution 96.5% efficient: 16-V battery at 3A from 20V Supports a wide range of input sources Autonomously sampled open circuit voltage (VOC) maximum power point tracking (MPPT) for charging from a photovoltaic panel – 3.6-V to 24-V wide input operating voltage range with 30-V absolute maximum rating – Detects USB BC1.2, HVDCP and non-standard adapters Dual-input power mux controller (optional) Narrow voltage DC (NVDC) power path Backup Mode with Ultra-fast switchover to adjustable voltage Powers USB port from battery (USB OTG) – 2.8-V to 22-V OTG output voltage with 10-mV resolution to support USB-PD PPS – OTG output current regulation up to 3.32 A with 40-mA resolution Flexible autonomous and I2C mode for optimal system performance Integrated 16-bit ADC for voltage, current, and temperature monitoring Like the '92, the BQ25798 (https://www.digikey.com/short/vnr279pz) supports any size battery. We have lots of battery packs in the Adafruit shop, and in particular we use 1S batteries – if there are more batteries, they are wired in series. But there’s lot of folks who are building robotics that require higher voltages, so they have 2S, 3S, or 4S batteries. This charger can handle any of ’em, and you can configure the battery pack size using a simple resistor on the PROG port. In this case it also allows the chip to run in 'standalone' mode without the use of I2C to configure. The biggest improvement you get with the BQ25798 (https://www.digikey.com/short/vnr279pz) is true solar MPPT support. The BQ25792 had VINDPM and IINDPM – the ability to track the input voltage to make sure it is not drooping from overdraw. While this lets you get pretty-close-to-MPPT it isn't true power-point-tracking which requires perturbation around the voltage to adjust as light and temperature affect the solar panel's efficiency. The '98 does this 'right' and even has a K Factor adjustment register - you can tweak this to get the best results based on different weather/temperature (https://www.ti.com/video/6287049638001)- or stick to the default value for good results. Another new feature is 'selectable dual-inputs' what this means if you can set up two power inputs - say DC plug and Solar - and then have the chip switch between them. This is particularly useful because you can't just use two OR'ing diodes to select the power source: the solar panel might have a higher initial open-voltage but can't supply as much current as a DC plug. I2C lets you select which one is priority! The BQ25798 (https://www.digikey.com/short/vnr279pz) also has many of the cool features we liked in the BQ25792: On-The-Go mode where you can turn the buck-boost around and have it generate a variable voltage output, say 5V for powering other USB devices. Another thing that works is powering over USB where you can have the BQ negotiate 'high voltage' support from USB 3 ports. Note that this isn't USB Type C power negotiation, for that you'll want to get a separate USB Type C PD negotiation chip like the TPS25750D (https://www.tij.co.jp/jp/lit/ml/slpp103/slpp103.pdf)...we're hoping there's a future version with PD built in! There's also a built in 16-bit ADC that you can use to monitor various voltages and current draw. While you can charge the battery in 'standalone' mode - you really do need I2C to get the best performance and capabilities. Thankfully there's not a huge number of registers, and SDA/SCL can be 3 or 5V logic signals so you should be able to get it working on anything from an ATmega328 to a Raspberry Pi. We like the high integration: you really only need a few passives and an inductor to get a fantastic all-in-one charger for any lithium ion battery pack. If you're intrigued and would like more information, you've come to the right place! DigiKey has the BQ25798 (https://www.digikey.com/short/vnr279pz) in stock right now for immediate shipment. Order today and you can start designing your solar-powered products of the future by tomorrow afternoon.…
Join Ladyada as she breaks down how recent tariff shifts impact electronic component availability and pricing, reshoring trends, and what may happen to engineering/BOM and DIY project costs. Get the inside scoop on navigating supply chain challenges while keeping your builds affordable and excellent! 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/ ----------------------------------------- #tariffs #usa #manufacturing…
A
Adafruit Industries

ASK AN ENGINEER 5/14/2025 LIVE! Tariff Talk! @05:44 From the Desk of Ladyada @13:54 JP's Product Pick of the Week @15:04 Open Source Hardware @16:44 3D Printing @22:34 Eye on NPI @24:30 New Products @36:43 Top Secret @41:42 Questions @47:12 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/ -----------------------------------------…
A
Adafruit Industries

1 3D Hangouts – Motorized Slider, Cardboard Crafting and Zoo Dev AI 1:09:01
1:09:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:09:01
This week @adafruit we’re launching our motorized camera slider project. Time lapse video features a 3D printed tools for cardboard crafting. Our rapid render segment this week highlights Zoo Dev AI. Also, catching up on community makes. Learn Guide https://learn.adafruit.com/motorized-camera-slider-2-axis TMC2209 Driver: https://www.adafruit.com/product/6121 KBRP2040 Board: https://www.adafruit.com/product/5302 1.3in TFT Display: https://www.adafruit.com/product/4313 Timelapse Tuesday Cardboard Crafting Tools By ValeriaMomo https://cults3d.com/:2944214 https://youtu.be/3rKeNBD5DWA Community Makes https://www.printables.com/make/2582608?comment_id=2582608 https://www.printables.com/make/2600373?comment_id=2600373 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
A
Adafruit Industries

To show and share a project at 7:30pm Eastern today, view the chat or in discord https://adafru.it/discord and look for the JOIN link to join. For best results, be on a wired network connection and use a headset and microphone.
We're wrapping up the design for the OPT4048 breakout: mostly putting the finishing touches on the Arduino library (https://github.com/adafruit/Adafruit_OPT4048). Since the whole point of this sensor is that it gives you CIE X & Y coordinates, we thought it would be cool to plot that onto a CIE diagram (https://en.wikipedia.org/wiki/CIE_1931_color_space). Historically, we’d have to use Processing (https://processing.org/), but now you can use WebSerial to get data directly from a microcontroller! Only catch — it’s been like 15 years since I wrote JavaScript, so we asked Claude Code (https://docs.anthropic.com/en/docs/claude-code/overview) to help out. With a little direction, it delivered a perfect demo (https://github.com/adafruit/Adafruit_OPT4048/commits/gh-pages) in about 30 minutes. It was so fun, we’re thinking of doing WebSerial demos for more products! You can try it out by uploading the code here (https://github.com/adafruit/Adafruit_OPT4048/blob/main/examples/opt4048_webserial/opt4048_webserial.ino) and then visiting this page: https://adafruit.github.io/Adafruit_OPT4048/webserial/ #Arduino #WebSerial #ColorSensor 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/ -----------------------------------------…
A
Adafruit Industries

Full tutorial: https://learn.adafruit.com/butterfly-bench-with-edge-lit-acrylic/overview Build a bench for your backyard or your festival theme camp that shows your logo or camp mascot in glowing rainbow colors. Playa Tech is a system of furniture plans designed by Sunshine Zwern. Create benches, tables and chairs from a single sheet of plywood using common wood shop tools. The furniture packs flat, then slots together in minutes, allowing you to bring an entire living room set for your festival camp in the back of your Subaru. This system is rapidly gaining popularity with the Burning Man crowd, and we've seen it being used at festivals nationwide. Our camp decided to get a bit fancy this year and worked together to create this Playa Tech Butterfly Bench. The butterfly is cut with a handheld CNC router from a sheet of 3/4" plywood, and then back-lit with edge-lit 1/4" acrylic, 30/m NeoPixels and running WLED software powered by a Sparkle Motion board. It's a lovely addition to our camp setup, and makes an absolutely lovely "selfie spot" in any garden. The LED build is pretty easy on this project. The challenge is in the woodworking. But, who doesn't love a good woodworking challenge? Visit the Adafruit shop online - http://www.adafruit.com Erin St Blaine - http://www.erinstblaine.com Playa Tech Furniture - http://www.playatech.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/ -----------------------------------------…
#newproducts JP’s Product Pick of the Week 5/13/25 RECAP PiCowbell Adalogger https://www.adafruit.com/product/5703 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/ -----------------------------------------…
A
Adafruit Industries

1 JP’s Product Pick of the Week 5/13/25 20:40
20:40
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי20:40
#newproducts JP’s Product Pick of the Week 5/13/25 PiCowbell Adalogger https://www.adafruit.com/product/5703 Deep discount during livestream 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/ -----------------------------------------…
A
Adafruit Industries

Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Cardboard Crafting Tools By ValeriaMomo https://cults3d.com/:2944214 Bambu X1C Blue Grey Yellow PLA 4hr 36mins X:108 Y:123 Z:74mm .2mm layer / .4mm Nozzle 6% Infill / 1mm Retraction 200C / 60C 77g 230mm/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 Dan Q https://soundcloud.com/adafruit -----------------------------------------…
A
Adafruit Industries

1 CircuitPython Weekly Meeting for May 12, 2025 28:35
28:35
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי28:35
Notes document is available here, with timecodes: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2025/2025-05-12.md 0:00 Housekeeping 04:03 Community News 08:47 State of CircuitPython, Libraries & Blinka 20:49 Hug Reports 23:22 Status Updates 26:51 In the Weeds 27:09 Wrap-up 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/ -----------------------------------------…
We found an old Advanced Circuits panel and we started chatting—DIGG is back! (https://reboot.digg.com/) What if we remade the DIGG button kit with a WiFi chip to show your live vote count? Let’s revive this classic, starting with the 3-digit 7-segment display. 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/ -----------------------------------------…
A
Adafruit Industries

1 The Great Search - Replacement for WM8960 🎧 11:27
11:27
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:27
We're phasing out the Cirrus WM8960 codec (https://www.digikey.com/en/products/detail/cirrus-logic-inc/WM8960CGEFL-V/5036712) used in some Raspberry Pi boards to add two microphones, line-out, and stereo speaker. The codec is great—see our Voice Bonnet—but very obsolete now. Let's hunt for a modern alternative! See the chosen part on DigiKey https://www.digikey.com/short/3jnw089v 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/ -----------------------------------------…
A
Adafruit Industries

1 Desk of Ladyada – Designing More Protos & Trying Out Codex 30:53
30:53
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי30:53
We're back to designing more prototypes to get the product pump primed! Having lots of boards to work with means we can reliably get one or two shipping each week. To that end, here are some upcoming chips we've made breakouts for: SLB9670VQ20FW785 (TPM chip): https://www.digikey.com/en/products/detail/infineon-technologies/SLB9670VQ20FW785XTMA1/11697680 INA237 (Power monitoring): https://www.digikey.com/en/products/detail/texas-instruments/INA237AIDGSR/14004323 INA238 (High-speed current/voltage sensor): https://www.digikey.com/en/products/detail/texas-instruments/INA238AQDGSRQ1/14641449 STSPIN220 (Stepper motor driver): https://www.digikey.com/en/products/detail/stmicroelectronics/STSPIN220/6137574 LM73100 (Hot-swap controller): https://www.digikey.com/short/hfnzpwjq SC16IS74x (UART to I²C/SPI bridge): https://www.digikey.com/en/products/detail/nxp-usa-inc/SC16IS740IPW-128/1301043 We also tested out Codex as an alternative to Claude for code generation. One benefit is the option to select specific models. We tried o3 (which struggled) and o4-mini (which did okay), but Claude still leads for now. Protos are pumping! We're designing breakouts for new chips + testing Codex vs Claude. Also: help us find a WM8960 replacement and maybe... should bring back the DIGG button kit?…
A
Adafruit Industries

1 Deep Dive w/ Tim: More Work on Fruit Jam OS and Apps 1:09:51
1:09:51
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:09:51
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/ -----------------------------------------…
#circuitpythonparsec How to read button bitmasks from seesaw boards such as the Gamepad QT. https://github.com/jedgarpark/parsec/blob/main/2025-05-01/code.py https://www.adafruit.com/product/5743 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/ -----------------------------------------…
A
Adafruit Industries

John Park's Workshop Live 5/8/25 CircuitPython Parsec JPPPoW recap Projects and more! 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/ -----------------------------------------…
Raspberry Pi Pico 2 with Header https://www.adafruit.com/product/6328 ----------------------------------------- New nEw NEWs New Products, News, and more: https://www.adafruit.com/newsletter #newnewnew 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 New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------…
This week's EYE ON NPI features a new 'everything' sensor, the Sensirion SEN66 Environmental Sensor Node (https://www.digikey.com/en/product-highlight/s/sensirion/environmental-sensor-node-sen6x) . This is a highly-anticipated update to the SEN5x (https://www.digikey.com/en/videos/s/sensirion/eye-on-npi-sen54-environmental-sensor-node) goes hard on gas sensing, with VOC, NOx and CO2 sensors built in. You can even update to the SEN68 and get formaldehyde HCHO sensing! What we like about this series is the complete solution for all kinds of environmental sensing with a single cable. Sensirion is one of our fav sensor companies: from classics like the SHT45 (https://www.adafruit.com/product/5665) to the popular SGP30 (https://www.adafruit.com/product/3709) and the high quality SCD30 (https://www.adafruit.com/product/4867) we have made breakouts for many-a-sensor from this company. Lately they've started to do fully integrated products - like the SEN5x series (https://www.digikey.com/en/videos/s/sensirion/eye-on-npi-sen54-environmental-sensor-node) that we covered earlier on EYE ON NPI. The SEN54 series has particulate matter (PM1, PM2.5, PM4, PM10) dust sensing, plus temperature, humidity, volatile organic compounds (VOCs), with the SEN55 adding NOx. We saw this sensor often paired with an SCD30 (https://www.digikey.com/short/d1h3t1n4) or SCD4x (https://www.digikey.com/short/zmh2zjz3) to add CO2 sensing. Those folks will like the look of the SEN6x series as now we get CO2 sensing in all but the lowest-cost SEN60. One thing to note with CO2 sensing is that once a week it needs to 'self-calibrated' by letting it sense fresh outdoor air which will be ~400ppm. This isn't a bad idea for your health either. Another new sensor added in the upcoming SEN68 is formaldehyde, which integrates the SFA30 (https://www.digikey.com/short/2d5fb8rt). If you've used the SEN5x series, (https://www.digikey.com/en/videos/s/sensirion/eye-on-npi-sen54-environmental-sensor-node) you're probably familiar with their connection interface: a JST GH 6-pin cable is used to connect and provide power and I2C data connection. However, one thing to note is that the cable is the same but the pinout has changed. Power is now 3.3V instead of 5.0 and there's no UART interface, so the SEL pin is not available. For that reason, if you'd like to use the same cable, go for it - but the circuitry will need to change...for example we're revising our SEN5x breakout (https://www.digikey.com/short/h0jffnm2)! We like that, just as with the SEN5x series, the SEN6x (https://www.digikey.com/en/product-highlight/s/sensirion/environmental-sensor-node-sen6x) uses plain I2C to communicate. This makes it easy to integrate with any microcontroller or microcomputer, and the added CRC helps avoid accidental data corruption from EMI or loose cables. The interface is not just to each individual sensor - there's only one I2C address and command structure and once you initialize the sensor you can read all values at once for 'timestamped' consistency. The commands are easy to implement, but if you want a head-start, check out the Sensirion GitHub account (https://github.com/Sensirion?q=sen6&type=all&language=&sort=), they have code in C and Python for a 5-minute quick start. Excited to check this fancy new combo-sensor out? You're in luck because DigiKey has the Sensirion SEN66 Environmental Sensor Node (https://www.digikey.com/short/0d4jt424) in stock right now for immediate shipment! Order today and DigiKey will ship it you in an instant - you will be sensing up a storm by tomorrow afternoon! See at DigiKey https://www.digikey.com/short/0d4jt424 See Sensiron's video https://www.digikey.com/api/videos/videoplayer/smallplayer/6371044300112 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/ -----------------------------------------…
A
Adafruit Industries

1 TARIFF TALK! With Ladyada - May 7, 2025 11:36
11:36
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:36
Join Ladyada as she breaks down how recent tariff shifts impact electronic component availability and pricing, reshoring trends, and what may happen to engineering/BOM and DIY project costs. Get the inside scoop on navigating supply chain challenges while keeping your builds affordable and excellent! 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/ ----------------------------------------- #tariffs #usa #manufacturing…
The hush-hush news from Adafruit in Industry City, Brooklyn, New York. Broadcast May 7, 2025 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/…
The wonderful world of Python on hardware! Episode 310 (May 7, 2025). 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/ Over 12,168 subscribers! *************************************************** 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/ Over 600 compatible microcontroller boards! --------------------------------------------------------------- Join us on Discord! https://adafru.it/discord/ Visit the Adafruit shop online - http://www.adafruit.com Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe…
A
Adafruit Industries

ASK AN ENGINEER 5/7/2025 LIVE 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/ ----------------------------------------- #diy #electronics #manufacturing…
A
Adafruit Industries

1 3D Hangouts – Motorized Slider, Kids Mailbox and Backflip AI 1:04:33
1:04:33
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:04:33
This week @adafruit we discussed our motorized slider project. Time lapse video features a 3D printed mailbox for kids by BamBam Design. Our rapid render segment this week highlights Backflip AI. Also, catching up on community makes. TMC2209 Driver: https://www.adafruit.com/product/6121 KBRP2040 Board https://www.adafruit.com/product/5302 1.3in TFT Display https://www.adafruit.com/product/4313 Timelapse Tuesday Mailbox for Children By BamBam Design https://www.printables.com/model/1026728-mailbox-for-children/ https://youtu.be/xfyoLtUSW3s Community Makes https://www.printables.com/make/2582608?comment_id=2582608 https://www.printables.com/make/2600373?comment_id=2600373 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
A
Adafruit Industries

To show and share a project at 7:30pm Eastern today, view the chat or in discord https://adafru.it/discord and look for the JOIN link to join. For best results, be on a wired network connection and use a headset and microphone.
#newproducts JP’s Product Pick of the Week 5/6/25 PiCowbell Camera Breakout https://www.adafruit.com/product/5946 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/ -----------------------------------------…
A
Adafruit Industries

1 JP’s Product Pick of the Week 5/6/25 24:05
24:05
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי24:05
#newproducts JP’s Product Pick of the Week 5/6/25 PiCowbell Camera Breakout https://www.adafruit.com/product/5946 Deep discount during livestream 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/ -----------------------------------------…
Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Mailbox for Children By BamBam Design printables.com/model/1026728-mailbox-for-children/files Bambu X1C Gold Red PLA 25hr 15mins X:191 Y:220 Z:30mm .2mm layer / .4mm Nozzle 6% Infill / 1mm Retraction 200C / 60C 188g 230mm/s Flag Design by VikingLanding : https://www.thingiverse.com/thing:3995684 ----------------------------------------- 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 Dan Q https://soundcloud.com/adafruit -----------------------------------------…
A
Adafruit Industries

1 CircuitPython Weekly Meeting for May 5, 2025 20:39
20:39
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי20:39
Notes document is available here, with timecodes: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2025/2025-05-05.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 0:00 Housekeeping 02:03 Community News 04:26 State of CircuitPython, Libraries & Blinka 11:14 Hug Reports 12:58 Status Updates 19:47 Wrap-up ----------------------------------------- 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/ -----------------------------------------…
A
Adafruit Industries

1 The Great Search - 1 Amp +, Mid-Voltage (12V+) Ideal Diode for Solar Panels 10:27
10:27
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:27
With sunny days ahead, we're working on more solar projects. One thing that comes up often is we need is a diode to keep the PV panel current only flowing into a charging circuit. Often times folks use a Schottky diode (https://www.digikey.com/short/b5d8495f) for their low forward voltage. But as you get to an Amp or more, you're still looking at a loss of 0.5V, or 0.5W and that number only goes up with higher currents! Thus the need for an 'ideal diode': we've already got a breakout for an ideal diode but it's only 5V max (https://www.adafruit.com/product/5830). Let's look for one that can handle higher voltages and at least an Amp of current. See the part on Digikey https://www.digikey.com/short/vj2jzpj8 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/ -----------------------------------------…
For our solar-capable Feathers, we're going to design a FeatherWing helper board to assist with solar connection and monitoring. To do that, we will want to monitor two voltages (the LiPoly battery and the solar panel) and one current (the panel draw). Traditionally, we've liked using the INA219 and friends—let's see if we can find a voltage/current monitor chip with an I2C interface and at least two monitoring inputs. See the part on DigiKey https://www.digikey.com/short/tmc77hmn ----------------------------------------- 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/ ----------------------------------------- #Ladyada #FeatherWing #SolarProjects…
A
Adafruit Industries

1 Desk of Ladyada – Break Time’s Over! 32:43
32:43
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי32:43
We're back building—testing sensors, finishing the Sparkle Motion Stick, and designing a solar-ready FeatherWing for dual-voltage monitoring. Tune in & explore with us!
A
Adafruit Industries

1 John Park's Workshop Live 5/1/25 45:15
45:15
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי45:15
John Park's Workshop Live 5/1/25 CircuitPython Parsec JPPPoW recap Projects and more! 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/ -----------------------------------------…
USB Type C Sync Data Cable with On-Off Switch - 1 meter long (0:05) https://www.adafruit.com/product/6269?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts USB Type C Sync Data Cable with On-Off Switch - 28cm long (0:05) https://www.adafruit.com/product/6268?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts USB Type C 3.1 PD to 5.5mm Barrel Jack Cable - 28V 5A Output - 1.8m long (2:22) https://www.adafruit.com/product/6273?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts USB C Power Monitor / Analyzer with Color TFT Graphing Display (4:10) https://www.adafruit.com/product/6272?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Mini OLED USB C Power Analyzer (7:10) https://www.adafruit.com/product/6271?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts ----------------------------------------- New nEw NEWs New Products, News, and more: https://www.adafruit.com/newsletter #newnewnew 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 New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------…
A
Adafruit Industries

1 EYE ON NPI - Panasonic's VL/ML Series Lithium Rechargeable Coin Batteries 10:35
10:35
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:35
This week's EYE ON NPI is looking at itsy-bitsy-teensy-weensy little rechargeable batteries that can keep your micro-power electronics running for many years without needing any maintenance from your users: it's Panasonic's VL/ML Series Lithium Rechargeable Coin Batteries (https://www.digikey.com/en/product-highlight/p/panasonic/lithium-rechargeable-coin-batteries). These are small, solderable batteries much like the coin cell batteries you're used to replacing in watches, toys, and other gadgets..but this time they can be recharged in-circuit to make maintenance effortless. We've covered lots of batteries and battery holders on EYE ON NPI - from enormous lead acid batteries to tiny coin cells (https://www.digikey.com/en/products/filter/batteries-non-rechargeable-primary/). These are an essential part of the engineer's repertoire as so many products need to work when not plugged into the wall. We use coin cells a lot in our design work: there's nothing as compact and they have great energy density. But they're typically 'primary cells' - not rechargeable. That might be fine if you're using them for something like a remote control (https://support.apple.com/en-us/101261) or a small toy. But they do eventually need to be replaced, which can be a user frustration. For that reason, many products that used to have primary cells like AA's or coin batteries have slowly transitioned to embedding lithium polymer pouches. You can get rechargeable lipoly batteries in 100 mAh or less! (https://www.digikey.com/short/7njnd057) However, there may be some cases where you still want something really really tiny, like say 9mm diameter and under 1mm thick - a size only achievable with a coin cell - but without dealing with removing and replacing a battery every few weeks or months. Especially if we're talking about something that is going to be plugged in once in a while, or where the coin cell is a fall-back. This comes up often with devices that have real time clocks (RTCs) - such as clocks, computers, laptops, tablets, watches, GPS units (https://www.adafruit.com/product/5440), etc. They might have a main battery or power system that can run a microcontroller/CPU and display plus peripherals, but you still want to keep time and maybe an alarm setting when the main power cuts off. Historically, folks have just used coin batteries - ideally replaceable ones - but sometimes not as in the case of the DS1287 (https://theretroweb.com/chip/documentation/ds1287-647b3602989d3299594321.pdf) which had the coin battery sealed inside! If you're designing a product today that needs an RTC battery, we'd say take a good look at the Panasonic's VL/ML Series Lithium Rechargeable Coin Batteries (https://www.digikey.com/en/product-highlight/p/panasonic/lithium-rechargeable-coin-batteries). No holder required: they come with tabs to solder directly onto a PCB in vertical or horizontal orientations. And they come in a variety of sizes from the 20mm / 45mAh to 12mm / 7mAh and even smaller. Note that as expected, you're going to get less capacity than a primary cell, so these are good when you think you'll get recharged every few days or weeks. Don't forget: you will absolutely need a proper lithium charger to recharge these batteries. We've got plenty of charger breakouts you can use, we particularly like the bq25185 (https://www.digikey.com/en/products/detail/adafruit-industries-llc/6091/25805553) which you can easily configure for the 1C current charge rate to match your Panasonic Lithium Rechargeable Coin Batteries (https://www.digikey.com/en/product-highlight/p/panasonic/lithium-rechargeable-coin-batteries) They can all handle 1000+ cycles, we like the bq in particular because it has power-path which will help avoid unnecessary discharging/cycling. Ready for a tiny burst of power to keep your clocks a-tickin'? You can pick up a wide selection of Panasonic's VL/ML Series Lithium Rechargeable Coin Batteries (https://www.digikey.com/en/product-highlight/p/panasonic/lithium-rechargeable-coin-batteries) at DigiKey right now! They're in stock in a range of sizes and configurations for immediate shipment - don't forget that like all Lithium batteries you may need to ship ground, so order now and you'll get those bite-sized batteries shipped within the hour for immediate integration. See it on DigiKey https://www.digikey.com/short/wb83dfff…
A
Adafruit Industries

1 TARIFF TALK! With Ladyada - April 30, 2025 10:13
10:13
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:13
Join Ladyada as she breaks down how recent tariff shifts impact electronic component availability and pricing, reshoring trends, and what may happen to engineering/BOM and DIY project costs. Get the inside scoop on navigating supply chain challenges while keeping your builds affordable and excellent! 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/ ----------------------------------------- #tariffs #usa #manufacturing…
The hush-hush news from Adafruit in Industry City, Brooklyn, New York. Broadcast April 30, 2025 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/…
The wonderful world of Python on hardware! Episode 309 (April 30, 2025). 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/ Over 12,144 subscribers! *************************************************** 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/ Over 600 compatible microcontroller boards! --------------------------------------------------------------- Join us on Discord! https://adafru.it/discord/ Visit the Adafruit shop online - http://www.adafruit.com Adafruit on Instagram: https://www.instagram.com/adafruit Subscribe to Adafruit on YouTube: http://adafru.it/subscribe…
A
Adafruit Industries

1 ASK AN ENGINEER 4/30/2025 LIVE 1:06:40
1:06:40
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:06:40
ASK AN ENGINEER 4/30/2025 LIVE 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/ ----------------------------------------- #diy #live #electronics…
A
Adafruit Industries

1 3D Hangouts – Piranha Pi Camera, USB Keyset and Minecraft Bee 1:00:24
1:00:24
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:00:24
This week @adafruit we’re showcasing the Raspberry Pi Camera project inspired by the Piranha plant from Nintendo. Big updates to our motorized camera slider project. Our timelapse video features a Bee fidget designed by Tyron Makes Stuff. Piranha Plant Pi Camera Guide https://learn.adafruit.com/piranha-pi-cam/ Piranha Plant Camera Video https://youtu.be/WBJ08su91dg Raspberry Pi 5 2GB: https://www.adafruit.com/product/6007 Pimoroni HyperPixel Touch Screen https://www.adafruit.com/product/3578 Pi Camera Module 3 https://www.adafruit.com/product/5657 TMC2209 Driver: https://www.adafruit.com/product/6121 KBRP2040 Board https://www.adafruit.com/product/5302 Timelapse Tuesday Minecraft Bee Fidget By Tyron_Makes_Stuff https://makerworld.com/en/models/1279928-minecraft-bee-fidget-1-20th-scale#profileId-1307612 https://youtu.be/d3QGQdZ2ltI 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
A
Adafruit Industries

To show and share a project at 7:30pm Eastern today, view the chat or in discord https://adafru.it/discord and look for the JOIN link to join. For best results, be on a wired network connection and use a headset and microphone.
A
Adafruit Industries

Desktop model of Computer Space -- Learn Guide coming soon. 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/ -----------------------------------------…
#newproducts JP’s Product Pick of the Week 4/29/25 TLV320DAC3100 I2S DAC w Headphone and Speaker Outs https://www.adafruit.com/product/6309 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/ -----------------------------------------…
A
Adafruit Industries

1 JP’s Product Pick of the Week 4/29/25 20:55
20:55
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי20:55
#newproducts JP’s Product Pick of the Week 4/29/25 TLV320DAC3100 I2S DAC w Headphone and Speaker Outs https://www.adafruit.com/product/6309 Deep discount during livestream 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/ -----------------------------------------…
A
Adafruit Industries

Build a Piranha Plant themed camera using a Raspberry Pi 5! Guide: https://learn.adafruit.com/piranha-pi-cam The Warp Pipe-shaped base houses the Pi 5 with a fan and a 4" touch screen. A camera module is housed inside the Piranha mouth. The case has access to the USB ports with vents on the side to keep the Pi cool. 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 Dan Q https://soundcloud.com/adafruit -----------------------------------------…
Over the holiday break, we designed a few Sparkle Motion (https://www.adafruit.com/search?q=sparkle+motion) ESP32 boards for use with WLED. They’ve been working well, so we decided to finish up the third version we cooked up—a USB “stick” for quick builds that you can power from a wall adapter, computer, or even a USB battery pack for portability. We managed to fit in a fuse, an I²S microphone, infrared-remote input, a mode-select button, two level-shifted outputs, and terminal blocks. It’s designed to fit inside a pre-made snap-fit case (https://www.adafruit.com/product/6176). 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/ ----------------------------------------- #esp32 #wled #diy…
A
Adafruit Industries

Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Minecraft Bee Fidget By Tyron_Makes_Stuff makerworld.com/en/models/1279928-minecraft-bee-fidget-1-20th-scale Bambu X1C Black Brown Yellow White PLA 2hr 35mins X:21 Y:21 Z:25mm .2mm layer / .4mm Nozzle 6% Infill / 1mm Retraction 200C / 60C 11g 230mm/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 Dan Q https://soundcloud.com/adafruit -----------------------------------------…
A
Adafruit Industries

1 CircuitPython Weekly Meeting for April 28, 2025 24:29
24:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי24:29
Notes document is available here, with timecodes: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2025/2025-04-28.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. 0:00 Housekeeping 2:05 Community News 6:07 State of CircuitPython, Libraries & Blinka 14:00 Hug Reports 16:30 Status Updates 24:00 In the Weeds 24:12 Wrap-up ----------------------------------------- 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/ -----------------------------------------…
A
Adafruit Industries

1 Deep Dive w/Scott: CircuitPython debugging 2:05:52
2:05:52
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי2:05:52
Join Scott for his last deep dive before more paternity leave. He'll be debugging CircuitPython code. Not sure what. He'll also answer any questions people ask and provide an update on the garbage collection improvements. Visit the Adafruit shop online - http://www.adafruit.com 0:00 Getting started 1:14 Hello everyone - welcome to Deep Dive w/Scott 1:37 Circuit Python - runs on Adafruit Metro RP2350 and many other microprocessors 2:43 Scott's last Deep Dive for the year - then Dad mode and part time 4:00 question about databases on CP - BTree and SQLite 6:43 New 16 inch Framework Laptop ( upgraded from 13 inch ) 9:00 Garbage Collection last week 10:30 Met with MicroPython developers on Tuesday 11:35 Adjusting GC stack speed things up 13:24 working on USB PR commit #10821 16:57 CI scheduler overview 19:07 Shrinking USB static buffers to get the CI to run again 23:10 Merge the "fix" into gc_selective_collect 25:05 test mimxrt10xx port 28:59 looking at linker scripts for sizes 38:00 checking the esp-idf template memory.ld.in 42:00 found "Internal SRAM0 and SRAM1" in datasheet 45:49 back to PR 10293 51:00 investigate second stage boot loader 54:30 linker scripts "digression" 1:09:00 switch to the Fruit Jam 1:13:30 Fruit Jam booted 1:17:39 debug the startup crash 1:25:30 audio playback buffers 1:33:00 examine rp2350 Datasheet DMA and continue to debug DMA 1:50:22 maybe console uart running background task triggers issue 1:52:43 audio_dma_stop called twice? 1:58:27 any final questions? adfru.it/discord 2:04:00 wrap up - thanks to Tim for future deep dives ----------------------------------------- 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/ -----------------------------------------…
#circuitpythonparsec Fade LEDs with constant current for a flicker-free look! https://github.com/jedgarpark/parsec/blob/main/2025-04-25/code.py https://www.adafruit.com/product/4886 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/ -----------------------------------------…
A
Adafruit Industries

1 John Park's Workshop Live 4/24/25 55:30
55:30
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי55:30
John Park's Workshop Live 4/24/25 Computer Space Mini Arcade CircuitPython Parsec JPPPoW recap Projects and more! 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/ -----------------------------------------…
A
Adafruit Industries

Transparent Snap-on USB to Terminal Block Case / Enclosure (0:10) https://www.adafruit.com/product/6177?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Snap-on Translucent USB Three Port Enclosure - 60x30x15mm (0:10) https://www.adafruit.com/product/6175?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Snap-on Translucent USB Dongle Case - 48 x 22 x 12mm (0:10) https://www.adafruit.com/product/6176?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts USB C PD to 2.1mm Cable with Selectable Voltage Button (4:24) https://www.adafruit.com/product/6265?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts ----------------------------------------- New nEw NEWs New Products, News, and more: https://www.adafruit.com/newsletter #newnewnew 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 New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------…
This week's EYE ON NPI is for those who need easy-to-maintain battery power for quick field maintenance - it's Bulgin's Battery Holders for Diverse Applications (https://www.digikey.com/en/product-highlight/b/bulgin/battery-holders-for-diverse-applications) a variety of battery enclosures and fixtures that will give your customers easy access to replace batteries no matter what size and configuration! If your product is going to be portable, or if you want battery back-up for timekeeping/configuration/sleep-modes, then you're going to need primary or secondary battery cells built into the design. Secondary cells (https://www.digikey.com/en/products/filter/batteries-rechargeable-secondary/91) are fairly popular these days: those are rechargeable batteries like Li-Poly packs. These are lightweight and high energy-density, which is why you see them everywhere from EV cars (https://www.digikey.com/en/blog/safety-first-approach-to-ev-and-battery-storage) to your Bluetooth earbuds. But they are not very user-friendly to replace, and if damaged can cause fires. They're also more challenging to ship by air due to restrictions on declarations and packaging of bare and with-equipment lithium cells. (https://www.ups.com/us/en/support/shipping-support/shipping-special-care-regulated-items/hazardous-materials-guide/how-to-ship-batteries) and for some field-use devices that may be used for long periods without being near a power outlet, being able to carry extra cells, for quick replacement, is a boon. For those reasons, there's still lots of products that run on your standard-issue primary batteries (https://digikey.com/en/products/filter/batteries-non-rechargeable-primary/90) a.k.a. 1.5V AAA, AA, C, D and 9V batteries. Of course, these days lots of people also use rechargeable NiMH in the same package: they are lower voltage, only 1.3V instead of 1.5V nominal, and have about 30% less energy but can be recharged safely/externally very easily. You can buy them at any corner store anywhere in the world for a few dollars and they have low self-discharge rates so they can be stored for many years. If you decide to go with standard-size batteries, you'll also need a way to hold them securely inside an enclosure. We like the look of these Bulgin battery holders (https://www.digikey.com/en/product-highlight/b/bulgin/battery-holders-for-diverse-applications) particularly the ones that mount to an enclosure wall and allow replacement without requiring a battery door that is custom molded. There's even options for IP67 hand-removable/replaceable covers for excellent waterproof-ness even in harsh environments while not sacrificing user-friendliness. On the inside of the enclosure you have solder lugs for easy attachment to your PCB by solder or spade connects. For many of the battery holders, a simple round drilled or punched hole is all that is needed. For your next battery-powered designs, take a look at Bulgin battery holders (https://www.digikey.com/en/product-highlight/b/bulgin/battery-holders-for-diverse-applications) - DigiKey has dozens of options in stock for immediate shipment. Order today and you'll get any of the Bulgin varieties shipped immediately so you can power your prototype by tomorrow afternoon!…
Join Ladyada as she breaks down how recent tariff shifts impact electronic component availability and pricing, reshoring trends, and what may happen to engineering/BOM and DIY project costs. Get the inside scoop on navigating supply chain challenges while keeping your builds affordable and excellent! 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/ ----------------------------------------- #tariffs #usa #manufacturing…
The hush-hush news from Adafruit in Industry City, Brooklyn, New York. Broadcast April 23, 2025 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/…
A
Adafruit Industries

ASK an ENGINEER 4/23/25, Adafruit's weekly live broadcast with Engineer Limor "Ladyada" Fried ----------------------------------------- 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 #3dprinting #new…
A
Adafruit Industries

To show and share a project at 7:30pm Eastern today, view the chat or in discord https://adafru.it/discord and look for the JOIN link to join. For best results, be on a wired network connection and use a headset and microphone. 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
A
Adafruit Industries

1 3D Hangouts – Piranha Pi Camera, AI Figurines and Musical Fidget 1:07:18
1:07:18
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:07:18
This week @adafruit we’re looking at full color 3D printed figurines using AI generated tools. Prototyping a Raspberry Pi Camera project inspired by the Piranha plant from SMB. Quick look at our motorized camera slider project. A few makes from the community this week. Our timelapse video features a musical fidget by Kida. Raspberry Pi 5 2GB https://www.adafruit.com/product/6007 Pimoroni HyperPixel Touch Screen https://www.adafruit.com/product/3578 Pi Camera Module 3 https://www.adafruit.com/product/5657 TMC2209 Driver https://www.adafruit.com/product/6121 KBRP2040 Board https://www.adafruit.com/product/5302 Timelapse Tuesday Mario Musical Fidget By kida https://makerworld.com/en/models/1134416-musical-fidget-video-game-edition https://youtu.be/TS5nlbLLKAE Community Makes https://www.printables.com/make/2561808?comment_id=2561808 https://www.printables.com/model/1268182-severance-inspired-wyoming-satellite-ai-assistant 🎙️ New to streaming or looking to level up? Check out StreamYard and get $10 discount! 😍 https://streamyard.com/pal/d/5925163669389312…
A
Adafruit Industries

1 JP’s Product Pick of the Week 4/22/25 Terminal PiCowbell for Pico with Pre-Soldered Sockets RECAP 1:00
#newproducts JP’s Product Pick of the Week 4/22/25 Terminal PiCowbell for Pico with Pre-Soldered Sockets - Reset Button & STEMMA QT https://www.adafruit.com/product/5907 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/ -----------------------------------------…
A
Adafruit Industries

1 JP’s Product Pick of the Week 4/22/25 18:45
18:45
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי18:45
#newproducts JP’s Product Pick of the Week 4/22/25 Terminal PiCowbell for Pico with Pre-Soldered Sockets - Reset Button & STEMMA QT https://www.adafruit.com/product/5907 Deep discount during livestream 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/ -----------------------------------------…
A
Adafruit Industries

You can make your own custom figurines using AI generated online tools and multicolor 3D printing. This project shows how to prompt ChatGPT to generate a toy figure and then use that image to build a multicolored 3D printable model! Guide: https://learn.adafruit.com/ai-figure 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/ -----------------------------------------…
A
Adafruit Industries

Every week we'll 3D print designs from the community and showcase slicer settings, use cases and of course, Time-lapses! This Week: Mario Musical Fidget By kida makerworld.com/en/models/1134416-musical-fidget-video-game-edition Bambu X1C Red Blue Yellow PLA 1hr 25mins X:90 Y:91 Z:9mm .2mm layer / .4mm Nozzle 6% Infill / 1mm Retraction 200C / 60C 17g 230mm/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 -----------------------------------------…
A
Adafruit Industries

1 CircuitPython Weekly Meeting for April 12, 2025 25:28
25:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי25:28
Note: The last few minutes including the last status update and wrap up were cut from the recording in error. See the notes doc for details that are missing from the audio / video recordings. Notes document is available here, with timecodes: https://github.com/adafruit/adafruit-circuitpython-weekly-meeting/blob/main/2025/2025-04-21.md 0:00 Housekeeping 4:06 Community News 9:18 State of CircuitPython, Libraries & Blinka 18:33 Hug Reports 20:48 Status Updates 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/ -----------------------------------------…
#circuitpythonparsec Use the built-in BME280 Temperature/Humidity/Pressure sensor on the Feather ESP32-S2. https://github.com/jedgarpark/parsec/tree/main/2025-04-17 https://www.adafruit.com/product/5303 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/ -----------------------------------------…
Ladyada's Electronics Toolkit (0:08) https://www.adafruit.com/product/136?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Adafruit CharliePlex LED Matrix Bonnet - 8x16 Red LEDs (1:09) https://www.adafruit.com/product/6115?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Pico to Pi HAT X Converter (2:08) https://www.adafruit.com/product/6249?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Silicone Cover Stranded-Core Ribbon Cable - 10 Wires - 26 AWG - 1 Meter Black (4:10) https://www.adafruit.com/product/6182?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Silicone Cover Stranded-Core Ribbon Cable - 10 Wires - 24 AWG - 1 Meter Black (4:10) https://www.adafruit.com/product/6181?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Silicone Cover Stranded-Core Ribbon Cable - 10 Wires - 22 AWG - 1 Meter Black (4:10) https://www.adafruit.com/product/6180?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Silicone Cover Stranded-Core Ribbon Cable - 10 Wires - 20 AWG - 1 Meter Black (4:10) https://www.adafruit.com/product/6179?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts Adafruit USB Type C CC Resistor Fixer (5:50) https://www.adafruit.com/product/6323?utm_source=youtube&utm_medium=videodescrip&utm_campaign=newproducts ----------------------------------------- New nEw NEWs New Products, News, and more: https://www.adafruit.com/newsletter #newnewnew 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 New tutorials on the Adafruit Learning System: http://learn.adafruit.com/ -----------------------------------------…
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.