Player FM - Internet Radio Done Right
72 subscribers
Checked 11h ago
เพิ่มแล้วเมื่อ nineปีที่ผ่านมา
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
T
The Sarah Fraser Show


1 SISTER WIVES: The Brown Family Plans Garrison's Funeral, Gives NEW Details About His Passing. Justin Baldoni v Blake Lively UPDATES, First Pictures Of Micah Plath’s Broken Nose Have Surfaced!… 36:16
36:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי36:16
DANMMMMM…Have I got a show for you! First, a lot of Sister Wives tea - new rumors have surfaced Janelle Brown is leaving the show. Plus, Gabe Brown gives a life update after losing and tragically finding his brother Garrison dead. Sadly, Garrison took his own life in March 2024. Then we head over to discuss the new Welcome To Plathville tea. The first pictures of Micah Plath have surfaced after being beat up by his brother Issac and it doesn’t look good for the future of his modeling career. Lastly, we discuss the latest in the Justin Baldoni v Blake Lively case, Justin is back on social media and it was the perfect social media return. Timestamps: 00:00:00 - Open and new Sister Wives news 00:05:43 - Janelle Brown leaving the show? Sister Wives Closet is officially closed 00:12:45 - A new pic of Micah Plath’s broken nose has surfaced 00:18:18 - Justin Baldoni back on social media and Taylor Swifts team is pissed at Justin Baldoni MY Go Big Podcasting Courses Are Here! Purchase Go Big Podcasting and learn to start, monetize, and grow your own podcast. USE CODE: MOM15 for 15% OFF (code expires May 11th, 2025) **SHOP my Amazon Marketplace - especially if you're looking to get geared-up to start your own Podcast!!!** https://www.amazon.com/shop/thesarahfrasershow Show is sponsored by: Download Cash App & sign up! Use our exclusive referral code TSFS in your profile, send $5 to a friend within 14 days, and you’ll get $10 dropped right into your account. Terms apply Horizonfibroids.com get rid of those nasty fibroids Gopurebeauty.com science backed skincare from head to toe, use code TSFS at checkout for 25% OFF your order Nutrafol.com use code TSFS for FREE shipping and $10 off your subscription Rula.com/tsfs to get started today. That’s R-U-L-A dot com slash tsfs for convenient therapy that’s covered by insurance. SkylightCal.com/tsfs for $30 OFF your 15 inch calendar Quince.com/tsfs for FREE shipping on your order and 365 day returns Warbyparker.com/tsfs make an appointment at one of their 270 store locations and head to the website to try on endless pairs of glasses virtually and buy your perfect pair Follow me on Instagram/Tiktok: @thesarahfrasershow ***Visit our Sub-Reddit: reddit.com/r/thesarahfrasershow for ALL things The Sarah Fraser Show!!!*** Advertise on The Sarah Fraser Show: thesarahfrasershow@gmail.com Got a juicy gossip TIP from your favorite TLC or Bravo show? Email: thesarahfrasershow@gmail.com Learn more about your ad choices. Visit megaphone.fm/adchoices…
EYE on NPI - Microchip MCP3421 18-bit, 240 SPS, single-channel ADC
Manage episode 388413651 series 1242341
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
This week's EYE ON NPI is a compact and capable analog-to-digital converter, it's the Microchip MCP3421 18-bit, 240 SPS, single-channel ADC (https://www.digikey.com/en/product-highlight/m/microchip-technology/mcp3421-analog-to-digital-converter). This SOT-23-6 part is simple, inexpensive, and easy to use with an I2C interface that can run up to a 3.4MHz clock rate. Being able to power it from 2.7V to 5V makes it an easy-to-integrate component whenever you need an ADC that has differential inputs, adjustable gain, and a built in precision/low-drift reference voltage. One of the trade-offs with getting 18-bit precision is that the ADC is not going to be very fast: you can configure the chip to do a faster 12-bit conversion at 240 SPS, but at 18-bits, it slows down to 3.5 SPS. That's because the way a sigma-delta ADC (https://en.wikipedia.org/wiki/Delta-sigma_modulation) works, it 'guesses' the analog voltage and uses a comparator to determine whether the input is higher or lower. Each 'guess' takes an extra step, and thus halves the throughput, so 12-bit is 240 SPS, and 14-bit is 1/4 (2-bit) slower, 60 SPS. Ditto 16-bit is 1/4 slower, 15 SPS, and finally 18-bit is 3.75 SPS. However, sigma-delta ADCs are inexpensive, so as long as you don't need high speeds there's no reason to spec a faster and more expensive part! The MCP3421 is already set up for differential inputs, which means that you can read positive or negative differences between the two inputs, as long as both signals are between 0 and 2.048V. This means it's not going to be great for reading stuff like potentiometers, where you have a single-end reading referenced to ground, and you want to read the full range from 0 to Vcc. It is great, however, for reading sensors like strain gauges, pressure sensors, or thermocouples. The I2C interface for the MCP3421 is simple and well documented: there's a command byte that can be written directly to set continuous or one-shot, gain from 1x to 8x and the ADC bit depth. Then, the current data can be read directly, with the status/'command' byte following. Since the ADC is differential, note that the data will come out as binary 1's complement for easy casting to a signed 16 or 24 bit variable. Since there's no address selection pin, you can determine which I2C the device responds to by purchasing a part code variant. For example, A0 is address 0x68, A1 is 0x69, etc. We used ChatGPT to quickly put together an Arduino-compatible library (https://chat.openai.com/share/76252459-50e5-4cd2-8edf-08bf3cc1c438) in about an hour and it pretty much worked right out of the box minus a few typos. The final, tested library code is available here (https://github.com/adafruit/Adafruit_MCP3421). We also spun up a quick prototype PCB for the MCP3421 (https://twitter.com/adafruit/status/1650909789591945248) and it works very nicely, with a terminal block for the differential input, and Stemma QT ports to quickly plug into a variety of dev boards. If you're on the look-out for a well-designed high precision ADC to integrate into your next design, the Microchip MCP3421 18-bit, 240 SPS, single-channel ADC (https://www.digikey.com/short/5htnqnw8) is an easy win. And, best of all, it's in stock right now for immediate shipment from Digikey. Order an MCP3421 today (https://www.digikey.com/short/5htnqnw8) and you'll be convertin' by tomorrow afternoon!
…
continue reading
4951 פרקים
Manage episode 388413651 series 1242341
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
This week's EYE ON NPI is a compact and capable analog-to-digital converter, it's the Microchip MCP3421 18-bit, 240 SPS, single-channel ADC (https://www.digikey.com/en/product-highlight/m/microchip-technology/mcp3421-analog-to-digital-converter). This SOT-23-6 part is simple, inexpensive, and easy to use with an I2C interface that can run up to a 3.4MHz clock rate. Being able to power it from 2.7V to 5V makes it an easy-to-integrate component whenever you need an ADC that has differential inputs, adjustable gain, and a built in precision/low-drift reference voltage. One of the trade-offs with getting 18-bit precision is that the ADC is not going to be very fast: you can configure the chip to do a faster 12-bit conversion at 240 SPS, but at 18-bits, it slows down to 3.5 SPS. That's because the way a sigma-delta ADC (https://en.wikipedia.org/wiki/Delta-sigma_modulation) works, it 'guesses' the analog voltage and uses a comparator to determine whether the input is higher or lower. Each 'guess' takes an extra step, and thus halves the throughput, so 12-bit is 240 SPS, and 14-bit is 1/4 (2-bit) slower, 60 SPS. Ditto 16-bit is 1/4 slower, 15 SPS, and finally 18-bit is 3.75 SPS. However, sigma-delta ADCs are inexpensive, so as long as you don't need high speeds there's no reason to spec a faster and more expensive part! The MCP3421 is already set up for differential inputs, which means that you can read positive or negative differences between the two inputs, as long as both signals are between 0 and 2.048V. This means it's not going to be great for reading stuff like potentiometers, where you have a single-end reading referenced to ground, and you want to read the full range from 0 to Vcc. It is great, however, for reading sensors like strain gauges, pressure sensors, or thermocouples. The I2C interface for the MCP3421 is simple and well documented: there's a command byte that can be written directly to set continuous or one-shot, gain from 1x to 8x and the ADC bit depth. Then, the current data can be read directly, with the status/'command' byte following. Since the ADC is differential, note that the data will come out as binary 1's complement for easy casting to a signed 16 or 24 bit variable. Since there's no address selection pin, you can determine which I2C the device responds to by purchasing a part code variant. For example, A0 is address 0x68, A1 is 0x69, etc. We used ChatGPT to quickly put together an Arduino-compatible library (https://chat.openai.com/share/76252459-50e5-4cd2-8edf-08bf3cc1c438) in about an hour and it pretty much worked right out of the box minus a few typos. The final, tested library code is available here (https://github.com/adafruit/Adafruit_MCP3421). We also spun up a quick prototype PCB for the MCP3421 (https://twitter.com/adafruit/status/1650909789591945248) and it works very nicely, with a terminal block for the differential input, and Stemma QT ports to quickly plug into a variety of dev boards. If you're on the look-out for a well-designed high precision ADC to integrate into your next design, the Microchip MCP3421 18-bit, 240 SPS, single-channel ADC (https://www.digikey.com/short/5htnqnw8) is an easy win. And, best of all, it's in stock right now for immediate shipment from Digikey. Order an MCP3421 today (https://www.digikey.com/short/5htnqnw8) and you'll be convertin' by tomorrow afternoon!
…
continue reading
4951 פרקים
Alla avsnitt
×#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/ -----------------------------------------…

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

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

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

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

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

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/ -----------------------------------------…
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.