Player FM - Internet Radio Done Right
72 subscribers
Checked 10h ago
הוסף לפני nine שנים
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
B
B2B Agility with Greg Kihlström™: MarTech, E-Commerce, & Customer Success


1 #52: Navigating the effect of AI on marketing jobs and the job market with Sue Keith, Landrum Talent Solutions 19:09
19:09
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי19:09
This episode is brought to you by Landrum Talent Solutions, a national recruiting firm specializing in marketing and HR positions. Our guest today has been keeping us up to date with the current state of hiring for marketers on a quarterly basis, which has taken us on quite a roller coaster ride. Today we’re going to look at how marketing and communication execs are responding to the latest developments in the world while still needing to get their work done. To take a look at the latest here, I’d like to welcome back to the show Sue Keith, Corporate Vice President at Landrum Talent Solutions. About Sue Keith Sue Keith is Corporate Vice President at Landrum Talent Solutions. With deep expertise in navigating complex labor markets, Sue has a front-row seat to the evolving dynamics of marketing roles, hiring trends, and the broader implications of AI and economic uncertainty. RESOURCES Landrum Talent Solutions: https://www.landrumtalentsolutions.com Catch the future of e-commerce at eTail Boston, August 11-14, 2025. Register now: https://bit.ly/etailboston and use code PARTNER20 for 20% off for retailers and brands Online Scrum Master Summit is happening June 17-19. This 3-day virtual event is open for registration. Visit www.osms25.com and get a 25% discount off Premium All-Access Passes with the code osms25agilebrand Don't Miss MAICON 2025, October 14-16 in Cleveland - the event bringing together the brights minds and leading voices in AI. Use Code AGILE150 for $150 off registration. Go here to register: https://bit.ly/agile150 Connect with Greg on LinkedIn: https://www.linkedin.com/in/gregkihlstrom Don't miss a thing: get the latest episodes, sign up for our newsletter and more: https://www.theagilebrand.show Check out The Agile Brand Guide website with articles, insights, and Martechipedia, the wiki for marketing technology: https://www.agilebrandguide.com…
Deep Dive w/Scott: Raspberry Pi TinyUSB
Manage episode 302569364 series 1242341
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Join Scott as he explores bare metal programming a Raspberry Pi to try and get TinyUSB going on one. He'll also answer any questions folks have. Chat with Scott and lot of others on the Adafruit Discord at https://adafru.it/discord. Deep Dive happens every week. Normally Fridays at 2pm Pacific but occasionally shifted to Thursday at 2pm. Typically goes for two hours or more. Questions are welcome. Next week will be on Friday. 0:00 Getting started & mic trouble 0:07:27 Hello 0:08:32 housekeeping 0:11:30 Diving in to Tiny USB and CP on raspberry Pi ( see show and tell ) 0:13:40 desktop setup CM-4 compute module setup 0:15:00 Jeff Geerling (sp)for examples of GPU(s) on pcie header 0:15:50 Macropad shortcuts 0:16:40 Development workflow, serial, gdb, source code 0:17:47 what about peripherals 0:19:50 Biggest advantage - HDMI 0:21:32 CrowdSupply Piunora https://www.crowdsupply.com/diodes-delight/piunora 0:24:25 sometimes / rpi4-osdev bare metal github documentation https://github.com/isometimes/rpi4-osdev 0:26:35 boochow micropython-raspberrypi - https://github.com/boochow/micropython-raspberrypi 0:27:40 hathach/tinyusb 0:28:00 could you have 4 instances of CP across the 4 cores run independent of each other? 0:28:30 CP on virtualized HW. wow... that's going in a new direction! 0:28:40 other links / useful tabs ( maybe @tannewt can save all his tabs :-) ) https://github.com/s-matyukevich/raspberry-pi-os/blob/master/docs/lesson03/rpi-os.md https://github.com/isometimes/rpi4-osdev https://pinout.xyz/pinout/jtag# https://github.com/torvalds/linux/blob/1d597682d3e669ec7021aa33d088ed3d136a5149/drivers/usb/dwc2/params.c https://www.raspberrypi.org/documentation/computers/config_txt.html#enable_jtag_gpio https://github.com/hathach/tinyusb/blob/master/docs/contributing/porting.rst https://github.com/raspberrypi/linux/blob/rpi-5.10.y/arch/arm/boot/dts/bcm2711.dtsi 0:20:00 interrupts 0:31:15 code startup ( multi core start up ) 0:31:41 stack pointer 0:32:40 code from tinyusb 0:33:40 shrinking the code to get it all building 0:34:49 rPi USB licensed from synopsys 0:36:05 board_init in family.c from tiny usb / blink LED 0:36:53 uart prints / debugging 0:38:00 rebuild to get to “hello to gdb” / OpenOCD 0:39:49 it takes 7 seconds for the gpu to boot 0:41:02 start with jlink - since uart output didn’t work 0:41:49 set breakpoint at board_init 0:42:35 now there is garbage on the stack 0:44:23 exception vector table base address 0:46:00 set more of the system registers 0:48:12 two different rpi interrupt controllers 0:51:30 gdb jump start 0:52:30 read about Exception classed (D1.10.4) 0:54:20 Decode the ESR ESR_EL2 0x200_0000 1:03:10 check if there is interrupt pending *0xf300b20b 1:05:19 // print() and add an infinite loop 1:05:55 don’t trust the debugger yet 1:06:45 link to https://github.com/rsta2/circle ( while waiting for rebuild ) 1:09:00 blink and hello to gdb2 print worked 1:09:30 look at Circle ( from rsta2 ) initialization armstub/armstub8.S - from u-boot 1:12:30 concern about taking GPL code 1:13:25 tweek NOP and print 1:16:45 how is the stack backtrace initialized? 1:21:55 Stack overflow - what is the current execution mode 1:23:24 try qemu simulation 1:24:20 there isn’t a pi4 board definition, maybe a similar pi3 - see stackexchange type=raspi3 1:25:40 cpu kicks on with qemu 1:26:15 Is there a virtual jlink for qemu? 1:27:17 QEMU Raspberry Pi 3 support ( github ) 1:27:44 debug linux kernel with gdb and qemu ( stackoverflow ) 1:26:10 same place in qemu / gdb emulation ( in board init ) 1:30:19 qemu uart ( stackoverflow ) 1:30:40 The Arm Docs are quite handy sometimes like https://developer.arm.com/documentation/den0013/d/Boot-Code/Booting-a-bare-metal-system?lang=en 1:37:42 - how to reset qemu ? 1:40:00 qemu pc log ( stackexchange ) QEMU/Monitor 1:46:45 qemu’s documentation ( gitlab.io/qemu ) 1:56:52 quit qemu ( mon stop ? ) Found Ctrl-A X when running with -nographic https://superuser.com/questions/1087859/how-to-quit-the-qemu-monitor-when-not-using-a-gui 2:00:00 stackoverflow documentation on tracing / profiling in qemu 2:07:10 tracing QEMU guest execution ( wordpress ) 2:10:00 what does qemu trace ( stackoverflow ) 2:15:15 wrap up 2:16:33 does the STM32 circuit python work? 2:17:18 cat cam See Deep Dive Repo for an index archive of previous deep dives: https://github.com/adafruit/deep-dive-notes 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/ -----------------------------------------
…
continue reading
5061 פרקים
Manage episode 302569364 series 1242341
תוכן מסופק על ידי Adafruit Industries. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Adafruit Industries או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Join Scott as he explores bare metal programming a Raspberry Pi to try and get TinyUSB going on one. He'll also answer any questions folks have. Chat with Scott and lot of others on the Adafruit Discord at https://adafru.it/discord. Deep Dive happens every week. Normally Fridays at 2pm Pacific but occasionally shifted to Thursday at 2pm. Typically goes for two hours or more. Questions are welcome. Next week will be on Friday. 0:00 Getting started & mic trouble 0:07:27 Hello 0:08:32 housekeeping 0:11:30 Diving in to Tiny USB and CP on raspberry Pi ( see show and tell ) 0:13:40 desktop setup CM-4 compute module setup 0:15:00 Jeff Geerling (sp)for examples of GPU(s) on pcie header 0:15:50 Macropad shortcuts 0:16:40 Development workflow, serial, gdb, source code 0:17:47 what about peripherals 0:19:50 Biggest advantage - HDMI 0:21:32 CrowdSupply Piunora https://www.crowdsupply.com/diodes-delight/piunora 0:24:25 sometimes / rpi4-osdev bare metal github documentation https://github.com/isometimes/rpi4-osdev 0:26:35 boochow micropython-raspberrypi - https://github.com/boochow/micropython-raspberrypi 0:27:40 hathach/tinyusb 0:28:00 could you have 4 instances of CP across the 4 cores run independent of each other? 0:28:30 CP on virtualized HW. wow... that's going in a new direction! 0:28:40 other links / useful tabs ( maybe @tannewt can save all his tabs :-) ) https://github.com/s-matyukevich/raspberry-pi-os/blob/master/docs/lesson03/rpi-os.md https://github.com/isometimes/rpi4-osdev https://pinout.xyz/pinout/jtag# https://github.com/torvalds/linux/blob/1d597682d3e669ec7021aa33d088ed3d136a5149/drivers/usb/dwc2/params.c https://www.raspberrypi.org/documentation/computers/config_txt.html#enable_jtag_gpio https://github.com/hathach/tinyusb/blob/master/docs/contributing/porting.rst https://github.com/raspberrypi/linux/blob/rpi-5.10.y/arch/arm/boot/dts/bcm2711.dtsi 0:20:00 interrupts 0:31:15 code startup ( multi core start up ) 0:31:41 stack pointer 0:32:40 code from tinyusb 0:33:40 shrinking the code to get it all building 0:34:49 rPi USB licensed from synopsys 0:36:05 board_init in family.c from tiny usb / blink LED 0:36:53 uart prints / debugging 0:38:00 rebuild to get to “hello to gdb” / OpenOCD 0:39:49 it takes 7 seconds for the gpu to boot 0:41:02 start with jlink - since uart output didn’t work 0:41:49 set breakpoint at board_init 0:42:35 now there is garbage on the stack 0:44:23 exception vector table base address 0:46:00 set more of the system registers 0:48:12 two different rpi interrupt controllers 0:51:30 gdb jump start 0:52:30 read about Exception classed (D1.10.4) 0:54:20 Decode the ESR ESR_EL2 0x200_0000 1:03:10 check if there is interrupt pending *0xf300b20b 1:05:19 // print() and add an infinite loop 1:05:55 don’t trust the debugger yet 1:06:45 link to https://github.com/rsta2/circle ( while waiting for rebuild ) 1:09:00 blink and hello to gdb2 print worked 1:09:30 look at Circle ( from rsta2 ) initialization armstub/armstub8.S - from u-boot 1:12:30 concern about taking GPL code 1:13:25 tweek NOP and print 1:16:45 how is the stack backtrace initialized? 1:21:55 Stack overflow - what is the current execution mode 1:23:24 try qemu simulation 1:24:20 there isn’t a pi4 board definition, maybe a similar pi3 - see stackexchange type=raspi3 1:25:40 cpu kicks on with qemu 1:26:15 Is there a virtual jlink for qemu? 1:27:17 QEMU Raspberry Pi 3 support ( github ) 1:27:44 debug linux kernel with gdb and qemu ( stackoverflow ) 1:26:10 same place in qemu / gdb emulation ( in board init ) 1:30:19 qemu uart ( stackoverflow ) 1:30:40 The Arm Docs are quite handy sometimes like https://developer.arm.com/documentation/den0013/d/Boot-Code/Booting-a-bare-metal-system?lang=en 1:37:42 - how to reset qemu ? 1:40:00 qemu pc log ( stackexchange ) QEMU/Monitor 1:46:45 qemu’s documentation ( gitlab.io/qemu ) 1:56:52 quit qemu ( mon stop ? ) Found Ctrl-A X when running with -nographic https://superuser.com/questions/1087859/how-to-quit-the-qemu-monitor-when-not-using-a-gui 2:00:00 stackoverflow documentation on tracing / profiling in qemu 2:07:10 tracing QEMU guest execution ( wordpress ) 2:10:00 what does qemu trace ( stackoverflow ) 2:15:15 wrap up 2:16:33 does the STM32 circuit python work? 2:17:18 cat cam See Deep Dive Repo for an index archive of previous deep dives: https://github.com/adafruit/deep-dive-notes 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/ -----------------------------------------
…
continue reading
5061 פרקים
כל הפרקים
×We've received several requests to update our low/full-speed USB isolator breakout, which used the ADUM4160. Low speed is for peripherals like mice and keyboards, where bandwidth demands are minimal. Full speed suits microcontrollers, audio interfaces, and simple USB accessories. High speed is needed for flash drives, video devices, data acquisition units, and external disks. Unsurprisingly, there's demand for high-speed isolation. We're now exploring USB isolation ICs that support high-speed performance. Stay tuned! See how Ladyada chooses the part on DigiKey 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/ ----------------------------------------- #technology #electronics #engineering #gadgets #innovation…
A
Adafruit Industries

1 #NewProducts 7/23/25 Feat. @Adafruit MagTag 2.9" Grayscale E-Ink WiFi Display - 2025 Ed. w/ SSD1680 6:51
GPIO Stacking Header for Pi A+/B+/Pi 2/Pi 3 - Extra-long 2x20 Pins (0:55) https://www.adafruit.com/product/2223 Ultra Flexible LED Ribbon Strip - 30mm Wide - 1 Meter long - Neutral / Natural White ~4000K (1:40) https://www.adafruit.com/product/6127 Ultra Flexible LED Ribbon Strip - 30mm Wide - 1 Meter long - Cool White ~6000K (1:40) https://www.adafruit.com/product/6128 Adafruit MagTag - 2.9" Grayscale E-Ink WiFi Display - 2025 Edition with SSD1680 (4:07) https://www.adafruit.com/product/4800 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/ -----------------------------------------…
A
Adafruit Industries

1 Prototypes, Testers & USB Isolation Upgrades - 20:28
20:28
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי20:28
Last week, we conducted a Great Search for a clear shaft linear potentiometer. This week, the prototypes arrived—and they work great! We're also beginning work on the FruitJam Tester. We'll be showing the finalized silkscreen, the cover plate we designed, and the expected form factor of the tester itself. Additionally, we wrapped up a library for a QMC5883 breakout. This chip serves as a drop-in replacement for the now-discontinued HMC5883. It's frequently found in quadcopter builds, so we thought it would be a great candidate for a simple magnetometer breakout.…
A
Adafruit Industries

1 John Park's Workshop Live 7/24/25 57:10
57:10
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי57:10
John Park's Workshop Live 7/24/25 ESP-NOW Juggling project JPPPoW recap CircuitPython Parsec tool tips gear report 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 3D Hangouts – Chatsubo LED Sign, Fruit Jam Slim and Nesting Doll 45:38
45:38
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי45:38
This week @adafruit Pedro released the 3D printed chatsubo bar sign using LED noodles powered by the Adafruit Current Boost Breakout. Noe is prototyping a slim snap fit case for the upcoming Fruit Jam. Quick look at his new MIDI keyset controller. Time lapse this week still in full Halloween mode featuring a morbid nesting doll. LED Noodle Learn Guide https://learn.adafruit.com/nood-booster-case LED Noodle YouTube Video https://youtu.be/6xzU_Qd59TA TSP61169 Current Boost https://www.adafruit.com/product/6354 Fruit Jam https://www.adafruit.com/product/6200 Timelapse Tuesday Morbid Nesting Doll By abroerman https://makerworld.com/en/models/1085034-matryoshka-muerta-a-morbid-nesting-doll#profileId-1077662 https://youtu.be/uMgb2o17d0o 🎙️ 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. 🎙️ 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 7/22/25 Adafruit Pi STEMMA QT Breakout for Raspberry Pi and Compatibles https://www.adafruit.com/product/6365 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/ -----------------------------------------…
Print a case for the Adafruit TPS61169 Constant Current Boost Converter for LEDs! Guide: https://learn.adafruit.com/nood-booster-case The case has cutouts for the terminal blocks to attach LED nOOds, and cutouts for the current adjustment switches -- useful when powering multiple strips. Visit the Adafruit shop online - http://www.adafruit.com ----------------------------------------- LIVE CHAT IS HERE! http://adafru.it/discord Adafruit on Instagram: https://www.instagram.com/adafruit Shop for parts to build your own DIY projects http://adafru.it/3dprinting 3D Printing Projects Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOWD2dJNRIN46uhMCWvNOlbG 3D Hangout Show Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVgpmWevin2slopw_A3-A8Y Layer by Layer CAD Tutorials Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVsMp6nKnpjsXSQ45nxfORb Timelapse Tuesday Playlist: https://www.youtube.com/playlist?list=PLjF7R1fz_OOVagy3CktXsAAs4b153xpp_ Connect with Noe and Pedro on Social Media: Noe's Twitter / Instagram: @ecken Pedro's Twitter / Instagram: @videopixil ----------------------------------------- Visit the Adafruit shop online - http://www.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Subscribe to Adafruit on YouTube: http://adafru.it/subscribe Adafruit Monthly Deals & FREE Specials https://www.adafruit.com/free?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Join our weekly Show & Tell on G+ Hangouts On Air: http://adafru.it/showtell Watch our latest project videos: http://adafru.it/latest?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting 3DThursday Posts: https://blog.adafruit.com/category/3d-printing?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting New tutorials on the Adafruit Learning System: http://learn.adafruit.com/?utm_source=youtube&utm_medium=videodescrip&utm_campaign=3dprinting Music by Dan Q https://soundcloud.com/adafruit -----------------------------------------…
A
Adafruit Industries

1 JP’s Product Pick of the Week 7/22/25 17:50
17:50
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי17:50
#newproducts JP’s Product Pick of the Week 7/22/25 Adafruit Pi STEMMA QT Breakout for Raspberry Pi and Compatibles https://www.adafruit.com/product/6365 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

This week's EYE ON NPI is tick tock o'clock, it's the Abracon Real-Time Clock with Integrated 32.768 kHz Crystal Oscillator (https://www.digikey.com/en/product-highlight/a/abracon/real-time-clock-with-integrated-32-768-khz-crystal-oscillator). It's a tiny and affordable all-in-one RTC that has everything ya want, and nothin' ya don't. With it's compact package size, it's half the BOM size of what most RTC's need, and has a high quality Abracon crystal (https://www.digikey.com/en/supplier-centers/abracon) already included! We've been using Abracon (https://www.digikey.com/en/supplier-centers/abracon) crystals and oscillators in our designs for decades - for example a 12.288 MHz Crystal (https://www.digikey.com/short/w2qvtnbr) adorns our VS1053 breakout board (https://www.adafruit.com/product/1381). That's not the only thing they're good at, but it's the name recognition they've got as a trusted supplier of quality, affordable crystals and oscillators. So it was not surprising for us to learn that they now have an integrated-crystal real time clock chip for sale. Real time clock chips are specialty low-cost chips that keep track of 'real time' (e.g. the month, day, year, hour, minute, second) so that the rest of the system can go into shutdown mode or lose power, without losing track of time. They also often have alarms so that the system can reboot out of deep sleep to perform some task at an assigned delay or timestamp. As you might expect, the important characteristics to look for in an RTC are accuracy - how close their internal timekeeping is to true time - and power draw - how long they can run off the secondary power source such as a super-cap or coin cell battery (https://www.digikey.com/en/products/detail/panasonic-energy/CR-1025-BN/269738). There's other characteristics that you may care about: the voltage range they can power off of, whether they support a secondary battery backup with auto-switchover, and of course the interface and capabilities like alarms The AB-RTC-XB-32.768KHZ-2-T3 (https://www.digikey.com/short/tp4tjzqz) has many of the things we like to look for in an RTC. First, is a standard I2C interface - most RTCs are, and this makes it easy to add to any microcontroller or microcomputer. Second is a wide operating voltage range for power and logic: 1.2V to 5.5V with both a power and IO power pad! That means it's great even for low voltage cores or 5V Arduino-compatibles, and you can have separate voltages if desired. Alongside those two pins there's also a separate VBat pin for backup battery with auto-switchover. That means when the main power cuts off, say because USB got unplugged, or the main Lipoly battery is drained, we'll switch over to a coin cell or super-cap. Of course, the big feature of this RTC is the built-in crystal. By integrating directly, they're able to have an SMT chip with no external crystal in a 3.2 x 2.5mm package - the same size as most crystals! According to the datasheet, the crystal has a 5 ±23ppm frequency stability at room temp 25℃. That translates to 28 ppm max: 86,400 × (28/1,000,000) = 2.42 seconds gain/loss per day. At the typical 'best case' of 5ppm, its 86,400 × (5/1,000,000) = 0.432 seconds per day. That's in-line with most RTC crystal specifications, although it wouldn't be considered 'high precision' since its not temperature compensated. Temp compensation is much more complex and expected, and most RTCs will get auto-sync from the controller via WiFi/BT/GPS to apply correction every day~month to get them back on track. If you need a compact real time clock with a flexible power supply setup and Abracon-quality crystal, the AB-RTC-XB-32.768KHZ-2-T3 (https://www.digikey.com/short/tp4tjzqz) is an excellent new product offering that's available and in stock at DigiKey right now! Order today and before your morning alarm goes off you'll have this chip in hand and ready to integrate into your next product design.…
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: Morbid Nesting Doll By abroerman makerworld.com/en/models/1085034-matryoshka-muerta-a-morbid-nesting-doll Bambu X1C Polymaker PLA 10hr 23mins X:64 Y:58 Z:124mm .2mm layer / .4mm Nozzle 10% Infill / 1mm Retraction 200C / 60C 152g 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 -----------------------------------------…
#circuitpythonparsec Generate random-ish numbers from floating analog pins in CircuitPython. NOTE: these aren't encryption grade or anything! But, they can be an excellent non-zero seed for generating a non-deterministic number. https://github.com/jedgarpark/parsec/blob/main/2025-07-17/code.py https://www.adafruit.com/product/4884 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 7/17/25 1:15:10
1:15:10
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי1:15:10
John Park's Workshop Live 7/17/25 ESP-NOW project preview JPPPoW recap CircuitPython Parsec Project Learn Guide recap Lars (srry) 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

Mini Solderless Breadboard - White 5 Rows - 25 total points - ZY-25 (2:07) https://www.adafruit.com/product/6345 Mini Solderless Breadboard - White 11 Rows - 55 total points - ZY-55 (2:07) https://www.adafruit.com/product/6346 Baseboard for Mini Breadboards - Black 64mm x 89mm - ZY-002 (2:07) https://www.adafruit.com/product/6343 Baseboard for Mini Breadboards - Black 92mm x 132mm - ZY-001 (2:07) https://www.adafruit.com/product/6344 2.13" 250x122 Quad-Color eInk / ePaper - Bare Display (5:22) https://www.adafruit.com/product/6373 Adafruit 2.13" 250x122 Quad-Color eInk / ePaper Display w/ SRAM (5:22) https://www.adafruit.com/product/6366 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/ -----------------------------------------…
A
Adafruit Industries

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