EYE on NPI - Richtek RT9120S Class-D Audio Amplifier with DRC Control episode artwork

EPISODE · Nov 16, 2023 · 11 MIN

EYE on NPI - Richtek RT9120S Class-D Audio Amplifier with DRC Control

from Adafruit Industries · host Adafruit Industries

This week's EYE ON NPI is in a class of its own, it's Richtek's RT9120S Series Class-D Audio Amplifier with DRC Control,(https://www.digikey.com/en/product-highlight/r/richtek/rt9120s-class-d-audio-amplifier) a powerful amplifier with a wide operating voltage range, high efficiency, high wattage and many supported input formats We love I2S audio amplifiers here, they're a huge step up from PWM + analog amplifiers (https://en.wikipedia.org/wiki/Pulse-width_modulation) in that you will get much higher audio quality due to having true analog output and the DAC being tuned for 16, 24 or 32-bit audio. Most simple PWM is maybe 8 or 10 bits! As long as your microcontroller or microcomputer has I2S output support, you can use 3 or 4 pins to generate a bitstream of audio. For example, our Stereo Bonnet (https://www.digikey.com/en/products/detail/adafruit-industries-llc/3346/6573323) adds two single-channel I2S amplifiers to the Raspberry Pi so that it can drive 3 Watt speakers. But what if you need more MOAR power? This is where this I2S amp will shine: it can handle up to 30W per channel, stereo, and best of all it does not require an MCLK input signal (https://en.wikipedia.org/wiki/I%C2%B2S) so it will work great on Raspberry Pi computers of any size - although of course it will work on other microcontrollers and microcomputers as well. Let's take a look and some of the features we like in this chip. First thing to note is that there are a few options in the RT9120 family (https://www.richtek.com/~/media/AN%20PDF/SG017_2022.pdf): the RT9120 is the original, the RT9120S is an upgrade - it can now support 30W instead of 20W thanks to an RDS(on) as low as 90 mΩ and has 94% efficiency over 92%. It does seem to be pin compatible, so if you're using the non-S version this ought to be pin-compatible for an upgrade. This amp is Class D, which means if you're used to class AB amps that require massive heat-sinking, you'll be please to know you can likely get away without requiring a heat-sink - although you'll probably want a big back ground plane and 2 oz copper to help dissipate via the thermal-package ground pad. The trade off is you will need some passive components on the output of the amplifier, because it generates a high frequency - up to 1.5MHz - PWM signal that needs to be filtered down to 10-20KHz. It looks like this amp can use simple ferrite bead + capacitor outputs, but for the best EMI filtering and sound, a 10uH + 0.47uF capacitor is needed for each 'leg' of output. As this is a powerful amp, and since people will want to play it loud, and you'll want to avoid nasty clipping, the RT9120 also features Dynamic Range Compression (https://en.wikipedia.org/wiki/Dynamic_range_compression) which will slowly turn down the gain as the signal gets louder, so that you don't get square wave distortion. Lastly, you will need to control the chip over I2C, it isn't free-running. However, this means you can enable filters, change the Class D frequency, adjust the gain digitally instead of reducing the signal depth, and get an error output report to know if there's a short or open on the speakers, or missing I2S signal lines. However, if you're using a Linux-based system there's already a Richtek-authored kernel driver you can use.(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/soc/codecs/rt9120.c) Sounds good? I think so! And the fact that the Richtek RT9120S Series Class-D Audio Amplifier with DRC Control is in stock right now at DigiKey for immediate shipment at a very nice price (https://www.digikey.com/short/wqddcrqj) is music to my ears. You can also pick up an eval board for a very reasonable price (https://www.digikey.com/en/products/detail/richtek-usa-inc/EVB-RT9120SGQV/19914630) which will get you started quickly, particularly if you need to implement an I2C driver. Order today and DigiKey will ship your order instantly, you will be able to start adding booming quality sound to your design by tomorrow afternoon.

This week's EYE ON NPI is in a class of its own, it's Richtek's RT9120S Series Class-D Audio Amplifier with DRC Control,(https://www.digikey.com/en/product-highlight/r/richtek/rt9120s-class-d-audio-amplifier) a powerful amplifier with a wide operating voltage range, high efficiency, high wattage and many supported input formats We love I2S audio amplifiers here, they're a huge step up from PWM + analog amplifiers (https://en.wikipedia.org/wiki/Pulse-width_modulation) in that you will get much higher audio quality due to having true analog output and the DAC being tuned for 16, 24 or 32-bit audio. Most simple PWM is maybe 8 or 10 bits! As long as your microcontroller or microcomputer has I2S output support, you can use 3 or 4 pins to generate a bitstream of audio. For example, our Stereo Bonnet (https://www.digikey.com/en/products/detail/adafruit-industries-llc/3346/6573323) adds two single-channel I2S amplifiers to the Raspberry Pi so that it can drive 3 Watt speakers. But what if you need more MOAR power? This is where this I2S amp will shine: it can handle up to 30W per channel, stereo, and best of all it does not require an MCLK input signal (https://en.wikipedia.org/wiki/I%C2%B2S) so it will work great on Raspberry Pi computers of any size - although of course it will work on other microcontrollers and microcomputers as well. Let's take a look and some of the features we like in this chip. First thing to note is that there are a few options in the RT9120 family (https://www.richtek.com/~/media/AN%20PDF/SG017_2022.pdf): the RT9120 is the original, the RT9120S is an upgrade - it can now support 30W instead of 20W thanks to an RDS(on) as low as 90 mΩ and has 94% efficiency over 92%. It does seem to be pin compatible, so if you're using the non-S version this ought to be pin-compatible for an upgrade. This amp is Class D, which means if you're used to class AB amps that require massive heat-sinking, you'll be please to know you can likely get away without requiring a heat-sink - although you'll probably want a big back ground plane and 2 oz copper to help dissipate via the thermal-package ground pad. The trade off is you will need some passive components on the output of the amplifier, because it generates a high frequency - up to 1.5MHz - PWM signal that needs to be filtered down to 10-20KHz. It looks like this amp can use simple ferrite bead + capacitor outputs, but for the best EMI filtering and sound, a 10uH + 0.47uF capacitor is needed for each 'leg' of output. As this is a powerful amp, and since people will want to play it loud, and you'll want to avoid nasty clipping, the RT9120 also features Dynamic Range Compression (https://en.wikipedia.org/wiki/Dynamic_range_compression) which will slowly turn down the gain as the signal gets louder, so that you don't get square wave distortion. Lastly, you will need to control the chip over I2C, it isn't free-running. However, this means you can enable filters, change the Class D frequency, adjust the gain digitally instead of reducing the signal depth, and get an error output report to know if there's a short or open on the speakers, or missing I2S signal lines. However, if you're using a Linux-based system there's already a Richtek-authored kernel driver you can use.(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/sound/soc/codecs/rt9120.c) Sounds good? I think so! And the fact that the Richtek RT9120S Series Class-D Audio Amplifier with DRC Control is in stock right now at DigiKey for immediate shipment at a very nice price (https://www.digikey.com/short/wqddcrqj) is music to my ears. You can also pick up an eval board for a very reasonable price (https://www.digikey.com/en/products/detail/richtek-usa-inc/EVB-RT9120SGQV/19914630) which will get you started quickly, particularly if you need to implement an I2C driver. Order today and DigiKey will ship your order instantly, you will be able to start adding booming quality sound to your design by tomorrow afternoon.

NOW PLAYING

EYE on NPI - Richtek RT9120S Class-D Audio Amplifier with DRC Control

0:00 11:31

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

API Intersection Stoplight Building a successful API requires more than just coding. It starts with collaborative design, focuses on creating a great developer experience, and ends with getting your company on board, maintaining consistency, and maximizing your API’s profitability.In the API Intersection, you’ll learn from experienced API practitioners who transformed their organizations, and get tangible advice to build quality APIs with collaborative API-first design.Jason Harmon brings over a decade of industry-recognized REST API experience to discuss topics around API design, governance, identity/auth versioning, and more.They’ll answer listener questions, and discuss best practices on API design (definition, modeling, grammar), Governance (multi-team design, reviewing new API’s), Platform Transformation (culture, internal education, versioning) and more.They’ll also chat with experienced API practitioners from a wide array of industries to draw out practical takeaways and insights you can use.H TV Podcast Industries Chris Jones, Derek O'Neill and John Harrison. TV Podcast Industries TV Podcast Industries is a podcast that provides discussions and reviews of various TV shows, including recent popular series like Alien Earth, The Sandman, The Last of Us, The Boys, and Daredevil Born Again. They also cover shows such as Ironheart, Star Trek: Picard, The Rings of Power, and many more, spanning both Marvel and DC universes, as well as other genres. Heart to Heart Podcast One on One / Next Level Studios In the Heart to Heart Podcast, we talk to some of our favorite & most interesting people in the entertainment industry so you can feel empowered and learn that even in the most challenging of industries, where there’s a will there’s a way.Whether you’re an actor, a writer, a casting director, a talent rep, or just someone interested in the behind the scene happenings of the entertainment industry, this podcast will have something for you. NOW, this isn’t just another How To podcast for actors. Plenty of those shows already exist. In Heart to Heart, every guest will share stories inspired by their sometimes winding path to success on their own terms. Revisionist History Pushkin Industries Revisionist History is Malcolm Gladwell's journey through the overlooked and the misunderstood. Every episode re-examines something from the past—an event, a person, an idea, even a song—and asks whether we got it right the first time. From Pushkin Industries. Because sometimes the past deserves a second chance.To get early access to ad-free episodes and extra content, subscribe to Pushkin+ in Apple Podcasts or at pushkin.fm/plus.iHeartMedia is the exclusive podcast partner of Pushkin Industries.

Frequently Asked Questions

How long is this episode of Adafruit Industries?

This episode is 11 minutes long.

When was this Adafruit Industries episode published?

This episode was published on November 16, 2023.

What is this episode about?

This week's EYE ON NPI is in a class of its own, it's Richtek's RT9120S Series Class-D Audio Amplifier with DRC Control,(https://www.digikey.com/en/product-highlight/r/richtek/rt9120s-class-d-audio-amplifier) a powerful amplifier with a wide...

Can I download this Adafruit Industries episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!