Skip to main content

Posts

Showing posts from November, 2021

TPA3001D1 Power Amplifier

Recently we looked for a replacement class-D power amplifier to replace my old TDA2030 power amplifier build . While searching for a suitable power amplifier IC, we found TPA3001D1 from the local market. This IC is a slightly older 20W Class-D power amplifier manufactured by Texas Instruments . At the time of this writing, it is priced at LKR 180 (0.89 USD) in the local market and is still available at all major electronics stores (including online stores ). Prototype version of TPA3001D1 power amplifier. To minimize assembling difficulties, we used through-hole-type components in this PCB. The only SMD component in this PCB is the TPA3001D1 IC. We installed the power amplifier IC on the bottom of the PCB because then it would receive good airflow. The table below lists all the components required for this project. Designator Quantity Value C1 , C8 , C13 , C14 , C15 , C16  6  1µF/25V C17  1  10µF/25V C2 , C3

STM8S005C6T6 Ethernet development board

In this project, we built an STM8S005C6T6 based Ethernet development board for our IoT experiments. This development board consists of ENC28J60 , 10BASE-T stand-alone Ethernet controller, CH340G , USB serial interface, 2 LED indicators, and passive buzzer unit. The firmware framework for this development board has been developed using SDCC . To enable IPv4 support, we convert the EtherCard driver, which is available for the Arduino platform. The current version of this driver supports all other EtherCard functions except TCP support. Finished STM8S005C6T6 IoT development board. In the given design, the SPI terminals of the MCU are connected to the ENC28J60 Ethernet controller. All SPI terminals, such as MISO / PC7 , MOSI / PC6 , and SCK / PC5 , are connected directly to the Ethernet controller. In addition, the PC4 terminal of the MCU is used as ENC28J60, CHIP-SELECT .  The CH340G USB serial interface is connected to the UART2 terminals of the MCU. In STM8S005C6T6, the UART2

5.1 channel preamplifier

This project introduces a digitally controlled 5.1 channel audio preamplifier system. This amplifier is specifically designed to increase the gain of the multi-channel PC sound cards. The main reason for building this amplifier is the limited gain received from the ASUS Xonar AE sound card with the Creative Inspire T6300 , 5.1 surround speaker system. Before switching to this soundcard, we had a Creative Sound Blaster Z card which provided good audio output with the above-mention speaker system. The key motivation of building this amplifier is to solve these gaining problems. The assembled 5.1 preamplifier PCB. This preamplifier consists of six TL074 / TL072 preamplifier stages and PT2258 electronic volume control. The input stage of this preamplifier consists of six TL074 / TL072 buffer stages. The PIC16F886 microcontroller manages the PT2258 electronic volume control IC. All the volume levels and menu options are displayed on HD44780 , 16x2 character LCD screen . All the