Player FM - Internet Radio Done Right
72 subscribers
Checked 2h ago
اضافه شده در nine سال پیش
محتوای ارائه شده توسط Adafruit Industries. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Adafruit Industries یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Player FM - برنامه پادکست
با برنامه Player FM !
با برنامه Player FM !
پادکست هایی که ارزش شنیدن دارند
حمایت شده
It’s the very first episode of The Big Pitch with Jimmy Carr and our first guest is Phil Wang! And Phil’s subgenre is…This Place is Evil. We’re talking psychological torture, we’re talking gory death scenes, we’re talking Lorraine Kelly?! The Big Pitch with Jimmy Carr is a brand new comedy podcast where each week a different celebrity guest pitches an idea for a film based on one of the SUPER niche sub-genres on Netflix. From ‘Steamy Crime Movies from the 1970s’ to ‘Australian Dysfunctional Family Comedies Starring A Strong Female Lead’, our celebrity guests will pitch their wacky plot, their dream cast, the marketing stunts, and everything in between. By the end of every episode, Jimmy Carr, Comedian by night / “Netflix Executive” by day, will decide whether the pitch is greenlit or condemned to development hell! Listen on all podcast platforms and watch on the Netflix Is A Joke YouTube Channel . The Big Pitch is a co-production by Netflix and BBC Studios Audio. Jimmy Carr is an award-winning stand-up comedian and writer, touring his brand-new show JIMMY CARR: LAUGHS FUNNY throughout the USA from May to November this year, as well as across the UK and Europe, before hitting Australia and New Zealand in early 2026. All info and tickets for the tour are available at JIMMYCARR.COM Production Coordinator: Becky Carewe-Jeffries Production Manager: Mabel Finnegan-Wright Editor: Stuart Reid Producer: Pete Strauss Executive Producer: Richard Morris Executive Producers for Netflix: Kathryn Huyghue, Erica Brady, and David Markowitz Set Design: Helen Coyston Studios: Tower Bridge Studios Make Up: Samantha Coughlan Cameras: Daniel Spencer Sound: Charlie Emery Branding: Tim Lane Photography: James Hole…
Deep Dive w/Scott: Zephyr WiFi in CircuitPython take 3
Manage episode 465629776 series 1242341
محتوای ارائه شده توسط Adafruit Industries. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Adafruit Industries یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Join Scott as he tries to get WiFi working in CircuitPython's Zephyr port. He'll also answer any questions folks have. 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/ -----------------------------------------
…
continue reading
4965 قسمت
Manage episode 465629776 series 1242341
محتوای ارائه شده توسط Adafruit Industries. تمام محتوای پادکست شامل قسمتها، گرافیکها و توضیحات پادکست مستقیماً توسط Adafruit Industries یا شریک پلتفرم پادکست آنها آپلود و ارائه میشوند. اگر فکر میکنید شخصی بدون اجازه شما از اثر دارای حق نسخهبرداری شما استفاده میکند، میتوانید روندی که در اینجا شرح داده شده است را دنبال کنید.https://fa.player.fm/legal
Join Scott as he tries to get WiFi working in CircuitPython's Zephyr port. He'll also answer any questions folks have. 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/ -----------------------------------------
…
continue reading
4965 قسمت
Alle afleveringen
×This week's EYE ON NPI is a super connector - it's the Texas Instruments SimpleLink Wi-Fi CC33xx Family (https://www.digikey.com/en/product-highlight/t/texas-instruments/simplelink-wi-fi-cc33xx-family) with 2.4GHz and 5GHz WiFi 6 support, plus optional Bluetooth LE, in a low cost co-processor you can add to any microcontroller project you have to instantly IoT-ify it. This family of chips is a big upgrade in the CC3 family, and looks like a very competitive solution to existing market chips - we're excited to see how TI has adapted to the existing market to bring this compelling offering. Oh the TI CC3x series, how you've grown! We first met you back when it was the CC3000, a radical WiFi co-processor with the (at-the-time) astonishing price of ~$10 per module. At the time, we crafted an Arduino-compatible shield and a breakout board (https://learn.adafruit.com/adafruit-cc3000-wifi/overview) as well as an Arduino port of the TCP/IP mini-stack so that folks could do amazing things like get the time (https://learn.adafruit.com/adafruit-cc3000-wifi/internettime), read a web page (https://learn.adafruit.com/adafruit-cc3000-wifi/webclient) or even send a Tweet (https://learn.adafruit.com/adafruit-cc3000-wifi/sendtweet). The big thing was making it so you weren't spending the $50 it cost up-till-then to add a full-linux-system-as-peripheral (https://www.adafruit.com/product/1498). Since then, TI has released some updated versions, such as the CC3100 (https://www.digikey.com/short/9cp431pr), which added 802.11n and lower power draw - we saw it featured in a few micropython projects (https://blog.adafruit.com/2016/08/24/micropython-name-badge-from-emf-2016/) thanks to the core driver support (https://github.com/micropython/micropython/tree/master/drivers/cc3100). And after that, the CC3200 series (https://www.digikey.com/short/9289jcq3), which added TLS/SSL support and had an internal ARM Cortex-M4 that could run code on its own, like MicroPython! (https://github.com/micropython/micropython/blob/master/ports/cc3200/README.md) So it's no surprise that TI is continuing to press their WiFi family forward, to now the CC33xx! The new Texas Instruments SimpleLink Wi-Fi CC33xx Family (https://www.digikey.com/en/product-highlight/t/texas-instruments/simplelink-wi-fi-cc33xx-family) comes with 4 variants: the CC330x have 2.4GHz WiFi only, where-as the CC335x add 5GHz for an additional cost. Likewise, the CC33x0 have only WiFi, and the CC33x1 have WiFi+BLE. Since all the chips / modules are pin-compatible, you can develop with one and then change in production to whatever final setup suits your product. Like the earlier chips, these chips are expected to be connected to a main processor: either a microcontroller or microcomputer, over SPI or SDIO. SPI will work great for your smaller micros, SDIO is great when you have the speed and bandwidth to shift a lot more data around. When connecting over BLE, use the UART-with-flow control - that's the standard for a "BTLE Host Controller Interface" communications (https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-60/out/en/host-controller-interface/uart-transport-layer.html). Of course, there's no way you'll want to write a driver for this kind of complex chip - so visit the CC33xx software download page (https://www.ti.com/tool/CC33XX-SOFTWARE) which has software in the form of Linux kernel patch/drivers for beefy chips, or an microcontroller with an RTOS - follow their porting guide to get it running on a non-TI chipset (https://dev.ti.com/tirex/explore/node?node=A__AEIJm0rwIeU.2P1OBWwlaA__CC33XX-RTOS-MCU__dzPVh4K__LATEST) Now you're probably saying "OK cool but I don't want to do a bunch of RF layout, I want a nice tinned module i can slap down and connect my RP-SMA or chip antenna" - and not surprisingly, it looks like there's a CC3301 module (https://www.ti.com/product/CC3301MOD) in pre-production with an optimistic budgetary price of $2.88 - that's for 2.4GHz + BLE. For the 5GHz CC3351MOD (https://www.ti.com/product/CC3351MOD) the price is $3.50. Sans BLE the CC3350MOD (https://www.ti.com/product/CC3350MOD) is $3.13. If you want a peek at what the CC3301 module might look like, the BoosterPack product page has a tantalizing glimpse (https://www.ti.com/tool/BP-CC3301MOD). You can sign up at TI's site for updates on the release schedule, or chat with your DigiKey sales rep and they'll let you know when the part makes it into general distribution. Until then, you can get plenty of TI CC3350 (https://www.digikey.com/short/3z7tqtrp) and CC3351 (https://www.digikey.com/short/hmqzwv5j) bare chips: they're both in stock at DigiKey for immediate shipment! Order today and you'll quickly add low-cost WiFi 6 + BLE support to your next design, with 2.4/5 GHz support so you're ready for any customer or configuration. With ready-to-go software, and great low prices, you can get your design set up with cutting-edge networking without breaking the BOM bank.…
Adafruit INA238 DC Current Voltage Power Monitor - STEMMA QT (0:05) https://www.adafruit.com/product/6349 Heat Sink Thermal Sticker Tabs - 10 Pack (0:44) https://www.adafruit.com/product/6308 Aluminum Metal Heatsink Raspberry Pi 5 Case - Without Fan (1:15) https://www.adafruit.com/product/6307 Computer Add-On Pack for Raspberry Pi (2:04) https://www.adafruit.com/product/2129 Adafruit Wiz5500 Ethernet Co-Processor Breakout Board (2:45) https://www.adafruit.com/product/6348 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/ -----------------------------------------…
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/…
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…
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…
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.
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/ -----------------------------------------…
#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/ -----------------------------------------…
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 -----------------------------------------…
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/ -----------------------------------------…
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…
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/…
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

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/ -----------------------------------------…
#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/ -----------------------------------------…
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.…
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
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 -----------------------------------------…
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/ -----------------------------------------…
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
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…
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/ -----------------------------------------…
به Player FM خوش آمدید!
Player FM در سراسر وب را برای یافتن پادکست های با کیفیت اسکن می کند تا همین الان لذت ببرید. این بهترین برنامه ی پادکست است که در اندروید، آیفون و وب کار می کند. ثبت نام کنید تا اشتراک های شما در بین دستگاه های مختلف همگام سازی شود.