SlideShare ist ein Scribd-Unternehmen logo
1 von 30
BLUETOOTH CONTROLLED
HIGH POWER AUDIO
AMPLIFIER
Thapathali Campus
Final Presentation
2013
PRESENTED BY:
BIJAY RAJ PAUDEL (ROLL NO: 067/BEX/105)

SAGAR MALI (ROLL NO: 067/BEX/133)
SUJAN SHRESTHA (ROLL NO: 067/BEX/140)
INTRODUCTION
• Decent quality High Power Audio Amplifier
• 8051 Microcontroller based control
• Digital control over tone, effects & volume
• Wireless Bluetooth Interface
• Control via Computer Software/ Android
software and/or Keypad
OBJECTIVES
• To construct cost effective high power audio amplifier.
• To implement 8051 μc along with it’s interfacing.
• To control the system via wireless Bluetooth module.
• To program μc & develop GUI based PC application.
• To improve our programming & practical skills.
PROJECT IN BLOCK DIAGRAM
MAIN BOARD
Audio Input
PROJECT IN BLOCK DIAGRAM
CONTROLLING UNIT
BRIEF EXPLANATION OF EACH BLOCK

BLOCK
REPRESENTAION
OF
POWER SUPPLY
BRIEF EXPLANATION OF EACH BLOCK

1. POWER SUPPLY
1.1. RECTIFIER

• 6A capacity bridge rectifier with
+43 and -43 volt output

• With Electrolytic and Ceramic
capacitor filer

• 5A fuse for protection
BRIEF EXPLANATION OF EACH BLOCK
1.2. VOLTAGE REGULATOR

• Based on LM337
(negative voltage regulator)
and LM137
(positive voltage regulator)

• Conduction through
Power transistors for increased
current capacity.
BRIEF EXPLANATION OF EACH BLOCK
2. PRE AMPLIFIER

• 3 active filters( for bass, mid, treble)
• 2 op-amp amplifiers first before filter
& next after filter for larger gain.

• Variable Gain controller
• In-built Distortion effect
(achieved by diode clipping)
BRIEF EXPLANATION OF EACH BLOCK
3. DIGITAL VOLUME & TONE CONTROL

• Based on analogue multiplexers. (8x1 for bass, mid,
treble and 16x1 for volume control)
BRIEF EXPLANATION OF EACH BLOCK
4. POWER AMPLIFIER

• Simulated for 80Watt output in Proteus,
(power supply of +-30 V)

• 3 stage amplifierDifferential amplifier input (for gain)
Voltage amplifier
Power amplifier

• Output short circuit protection
BRIEF EXPLANATION OF EACH BLOCK
5. Bluetooth Module

•Uses class C Bluetooth radio
•Uses SPP (Serial Port Protocol) for interface
•4 pins for Vcc, Gnd, Txd and RxD
•Works at default baud rate of 9600 bauds
•Interface with 8051 microcontroller using UART
•Works at CMOS voltage level (3.3V, 0V)
BRIEF EXPLANATION OF EACH BLOCK
6. TTL – CMOS level Converter

•Bluetooth works on CMOS level and microcontroller on TTL level
so voltage level conversion is required.

•Achieved by using N-Channel Enhancement mode MOSFET
•Bidirectional operation (3.3V to 5V and 5V to 3.3V)
•Two similar circuits for TxD and RxD
COMPUTER GUI
• Codes in C# .NET
• Uses serial port class provided by .NET library
• User interface in WPF
BRIEF EXPLANATION OF EACH BLOCK
4. Main Controller Board

•8051 microcontroller based
•Interface with LCD in 8 bit mode
•Interface with EEPROM
•Interface with three 8x1 analogue
multiplexers for bass, mid, and treble
control and one 16x1 multiplexer for
volume control

•Interface with Bluetooth module
ALGORITHM FOR MAIN CONTROLLER
START
Initialize LCD

Show Welcome bass, mid, Volume & treble status
Initialize Serial Port in mode1 and Set Timer 1 for 9600 baud in mode 2

Set Timer 0 value and enable timer 0 interrupt
Enable timer 0 and timer 1
While
(1)

Timer 0
Interrupt
Update LCD with
Bass, mid, treble
and volume’s
current value

Check
interrupt

C

Serial
Interrupt

SI
SI

Yes
C

TI=0

Is TI set?

Check Keypad Pins
No
Increase/Decrease volume,
bass, mid and treble
Send data corresponding pins
attached to multiplexers
Send updated values to serial
port(SBUF)

No
Is RI set?

RI=0

Yes
Read SBUF serial port
RI ≠0

Update Vol, Bass, Mid Treble value
as command received in SBUF
Send data to corresponding
pins attached to multiplexers
BRIEF EXPLANATION OF EACH BLOCK
4. KEYPAD

• 4*4 matrix keypad.
• 16 keys produce 16 different
combinations to interface with the
main controller

• Extra interrupt signal pin
• Backlight LEDs for low light operation
BRIEF EXPLANATION OF EACH BLOCK
5. KEYPAD CONTROLLER

• Separate Controller to scan keys to
relieve main controller of input reading
duties

• 8051 microcontroller based
• Accepts the input from keypad
• Outputs information to microcontroller
at main board
ALGORITHM FOR KEYPAD CONTROLLER
START

Similar to other columns &
rows

Initialize all ports to zero
Output 5 to port 1
Is key
pressed?

Is R1=0?

Yes
Initialize all rows to 1
Initialize C2 =0 & other to 1
Initialize C1=0 other to 1
Similar to other rows R2 to R4
Is R1=0?

Output 0 to port 1
PROBLEMS

SOLUTIONS
•

Using transistors in metal
cases and larger heat sinks

•

Proper shielding of
preamplifier and connecting
wires

• Speaker over voltage

•

spikes damaging the
speaker under high
volumes

Use of filter output capacitor
and output audio
transformer(yet to be
implemented

•

Use of analogue mux, with
lesser resolution but it does
the job

• Overheating of power
transistors

• Noise induction in
preamplifier.

• Digital potentiometer not
available
APPLICATIONS
• Auditorium Hall
 Seminar
 Presentation
 Lecture
• Theatrical and Concert sound
reinforcement

• Home Theater System
• Car Audio System
• Guitar Amplification
PROPOSED BUT NOT IMPLEMENTED PARTS
• Limited effect is only implemented because of unavailability of
effect IC and complex design if done using discrete
components.

• Separate independent remote control with LCD
Couldn’t be implemented because of high cost of Bluetooth module.
Making separate controller required another Bluetooth module working
in Master mode.

Bluetooth of laptop or android set is used as Master (Host).
EXTRA PARTS IMPLEMENTED
• Interface using Android devices (tablets and smart phones)
• High current capacity voltage regulator
• TTL-CMOS bidirectional voltage level converter
CONCLUSION
•
•

Our final product is HIGH POWER AUDIO AMPLIFIER.

•

Finally, it has it’s own GUI BASED CONTROL APPLICATION which
can be operated through Bluetooth enabled windows based
devices.

•

Control via Android based smart-phones using serial terminal
emulator for android (BlueTerm)

We have build BLUETOOTH INTERFACE between system & digital
control.
FURTHER ENHANCEMENT
• Multichannel audio output (2.0 ch, 5.1ch)
• Wireless audio input via Bluetooth.
• Increasing steps for tone and volume control.
• Development of control applications on other platform
(iOS, Mac, Linux )

• Other audio effects (Echo, delay, compression, reverb
etc.)
REFERENCES
BOOKS:

•

A.S. Sedra and K.C. Smith, “Microelectronics Circuits Theory and Application”,
5th edition, Oxford University Press

•

Muhammad Ali Mazidi, “8051 Microcontroller and Embedded Systems”,
Prentice Hall, 2006

•

Douglas Self, “Audio Power Amplifier. Design Handbook”, 3rdedition.
WEBSITES:

•
•
•
•
•

http://hackaday.com/2011/06/27/stereo-amplifier-with-digital-volume-control/
http://www.diyaudio.com/forums/solid-state/
http://en.wikipedia.org/wiki/Bluetooth
http://www.bluetooth.com/
http://www.aaroncake.net/circuits/volume.asp
THANK YOU
FOR YOUR INTEREST!

Weitere ähnliche Inhalte

Was ist angesagt?

Dtmf based home appliance control 2
Dtmf based home appliance control 2Dtmf based home appliance control 2
Dtmf based home appliance control 2Krish Karn
 
DTMF based home automation without using Microcontroller
DTMF based home automation without using MicrocontrollerDTMF based home automation without using Microcontroller
DTMF based home automation without using Microcontrollerprasanth nani
 
Data sheet en_us_1881362443
Data sheet en_us_1881362443Data sheet en_us_1881362443
Data sheet en_us_1881362443amthanhbosch
 
Data sheet en_us_1882681611
Data sheet en_us_1882681611Data sheet en_us_1882681611
Data sheet en_us_1882681611amthanhbosch
 
Soundcraft Epm Mpm
Soundcraft Epm MpmSoundcraft Epm Mpm
Soundcraft Epm Mpmmilesocampo
 
DTMF based Home Applicance System
DTMF based Home Applicance SystemDTMF based Home Applicance System
DTMF based Home Applicance SystemDaksh Raj Chopra
 
Data sheet en_us_1890629515
Data sheet en_us_1890629515Data sheet en_us_1890629515
Data sheet en_us_1890629515amthanhbosch
 
Channel strip in a Analog Mixer
Channel strip in a Analog MixerChannel strip in a Analog Mixer
Channel strip in a Analog MixerDJNila
 
Remote Operated Spy Robot Circuit
Remote Operated Spy Robot CircuitRemote Operated Spy Robot Circuit
Remote Operated Spy Robot CircuitlaibaNoor60
 
IJSRED-V2I5P3
IJSRED-V2I5P3IJSRED-V2I5P3
IJSRED-V2I5P3IJSRED
 
Data sheet en_us_1890384523
Data sheet en_us_1890384523Data sheet en_us_1890384523
Data sheet en_us_1890384523amthanhbosch
 
Data sheet en_us_1886490251
Data sheet en_us_1886490251Data sheet en_us_1886490251
Data sheet en_us_1886490251amthanhbosch
 
cellphone based device control
cellphone based device controlcellphone based device control
cellphone based device controlstudent
 
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULE
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULEWIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULE
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULEEng.Manfred Kibona
 
Signal flow and Audio Consoles
Signal flow and Audio ConsolesSignal flow and Audio Consoles
Signal flow and Audio ConsolesAjoi Dzulhafidz
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyTaufique Sekh
 
Dual tone multiple frequency
Dual tone multiple frequencyDual tone multiple frequency
Dual tone multiple frequencySrilekha K
 

Was ist angesagt? (20)

Dtmf based home appliance control 2
Dtmf based home appliance control 2Dtmf based home appliance control 2
Dtmf based home appliance control 2
 
Smart home
Smart homeSmart home
Smart home
 
DTMF based home automation without using Microcontroller
DTMF based home automation without using MicrocontrollerDTMF based home automation without using Microcontroller
DTMF based home automation without using Microcontroller
 
Data sheet en_us_1881362443
Data sheet en_us_1881362443Data sheet en_us_1881362443
Data sheet en_us_1881362443
 
Data sheet en_us_1882681611
Data sheet en_us_1882681611Data sheet en_us_1882681611
Data sheet en_us_1882681611
 
Soundcraft Epm Mpm
Soundcraft Epm MpmSoundcraft Epm Mpm
Soundcraft Epm Mpm
 
DTMF based Home Applicance System
DTMF based Home Applicance SystemDTMF based Home Applicance System
DTMF based Home Applicance System
 
Data sheet en_us_1890629515
Data sheet en_us_1890629515Data sheet en_us_1890629515
Data sheet en_us_1890629515
 
Channel strip in a Analog Mixer
Channel strip in a Analog MixerChannel strip in a Analog Mixer
Channel strip in a Analog Mixer
 
Remote Operated Spy Robot Circuit
Remote Operated Spy Robot CircuitRemote Operated Spy Robot Circuit
Remote Operated Spy Robot Circuit
 
IJSRED-V2I5P3
IJSRED-V2I5P3IJSRED-V2I5P3
IJSRED-V2I5P3
 
Synthesizers
SynthesizersSynthesizers
Synthesizers
 
Data sheet en_us_1890384523
Data sheet en_us_1890384523Data sheet en_us_1890384523
Data sheet en_us_1890384523
 
Data sheet en_us_1886490251
Data sheet en_us_1886490251Data sheet en_us_1886490251
Data sheet en_us_1886490251
 
cellphone based device control
cellphone based device controlcellphone based device control
cellphone based device control
 
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULE
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULEWIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULE
WIRELESS HOME AUTOMATION USING PIC MICROCONTROLLER BASED ON RF-MODULE
 
Signal flow and Audio Consoles
Signal flow and Audio ConsolesSignal flow and Audio Consoles
Signal flow and Audio Consoles
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Cell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF TechnologyCell Phone Controlled Home Automation System using DTMF Technology
Cell Phone Controlled Home Automation System using DTMF Technology
 
Dual tone multiple frequency
Dual tone multiple frequencyDual tone multiple frequency
Dual tone multiple frequency
 

Andere mochten auch

Android Gadgets, Bluetooth Low Energy, and the WunderBar
Android Gadgets, Bluetooth Low Energy, and the WunderBarAndroid Gadgets, Bluetooth Low Energy, and the WunderBar
Android Gadgets, Bluetooth Low Energy, and the WunderBarrelayr
 
Audio amplifier
Audio amplifierAudio amplifier
Audio amplifierMalik Zaid
 
Android audio system(audioflinger)
Android audio system(audioflinger)Android audio system(audioflinger)
Android audio system(audioflinger)fefe7270
 
AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -
AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -
AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -Ryoya Kawai
 
Android audio system(audio_hardwareinterace)
Android audio system(audio_hardwareinterace)Android audio system(audio_hardwareinterace)
Android audio system(audio_hardwareinterace)fefe7270
 

Andere mochten auch (10)

Android Gadgets, Bluetooth Low Energy, and the WunderBar
Android Gadgets, Bluetooth Low Energy, and the WunderBarAndroid Gadgets, Bluetooth Low Energy, and the WunderBar
Android Gadgets, Bluetooth Low Energy, and the WunderBar
 
Sound Amplifier
Sound AmplifierSound Amplifier
Sound Amplifier
 
Android bluetooth
Android bluetoothAndroid bluetooth
Android bluetooth
 
mini project on CLASS D AUDIO POWER AMPLIFIER
mini project on CLASS D AUDIO POWER AMPLIFIERmini project on CLASS D AUDIO POWER AMPLIFIER
mini project on CLASS D AUDIO POWER AMPLIFIER
 
Audio amplifier
Audio amplifierAudio amplifier
Audio amplifier
 
Android audio system(audioflinger)
Android audio system(audioflinger)Android audio system(audioflinger)
Android audio system(audioflinger)
 
AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -
AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -
AudioとガジェットをWebで遊ぶ - Web Audio/MIDI Web Bluetooth -
 
Audio Amplifier
Audio AmplifierAudio Amplifier
Audio Amplifier
 
Android Audio System
Android Audio SystemAndroid Audio System
Android Audio System
 
Android audio system(audio_hardwareinterace)
Android audio system(audio_hardwareinterace)Android audio system(audio_hardwareinterace)
Android audio system(audio_hardwareinterace)
 

Ähnlich wie Bluetooth Controlled High Power Audio Amplifier- Final Presentaion

Programmable Rf Attenuation Project
Programmable Rf Attenuation ProjectProgrammable Rf Attenuation Project
Programmable Rf Attenuation ProjectRon Harding
 
LTC2440 - High Speed Delta Sigma ADC
LTC2440 - High Speed Delta Sigma ADCLTC2440 - High Speed Delta Sigma ADC
LTC2440 - High Speed Delta Sigma ADCPremier Farnell
 
Usb Controlled Function Generator
Usb Controlled Function GeneratorUsb Controlled Function Generator
Usb Controlled Function GeneratorKent Schonert
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home AutomationApoorv Gupta
 
Amp bluac5 specsheet
Amp bluac5 specsheetAmp bluac5 specsheet
Amp bluac5 specsheetElectromate
 
An Overview on Programmable System on Chip: PSoC-5
An Overview on Programmable System on Chip: PSoC-5An Overview on Programmable System on Chip: PSoC-5
An Overview on Programmable System on Chip: PSoC-5Premier Farnell
 
Plc ( programable logic controllers)
Plc ( programable logic controllers)Plc ( programable logic controllers)
Plc ( programable logic controllers)masoommehsoud1
 
Applied motion products si2035 datasheet
Applied motion products si2035 datasheetApplied motion products si2035 datasheet
Applied motion products si2035 datasheetElectromate
 
Honeywell PLC TRAINING GUIDE created by deepak gorai
Honeywell PLC TRAINING GUIDE created by deepak goraiHoneywell PLC TRAINING GUIDE created by deepak gorai
Honeywell PLC TRAINING GUIDE created by deepak goraiDEEPAK GORAI
 
intership ppt see.pptx
intership ppt see.pptxintership ppt see.pptx
intership ppt see.pptxManojG81
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Urval Chotalia
 
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERSPIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERSVISHNU KP
 
Input Output Interfaces
Input Output InterfacesInput Output Interfaces
Input Output InterfacesDarling Jemima
 
Ch05_Functional_Decomposition (1).ppt
Ch05_Functional_Decomposition (1).pptCh05_Functional_Decomposition (1).ppt
Ch05_Functional_Decomposition (1).pptlynnthackeray1
 

Ähnlich wie Bluetooth Controlled High Power Audio Amplifier- Final Presentaion (20)

Programmable Rf Attenuation Project
Programmable Rf Attenuation ProjectProgrammable Rf Attenuation Project
Programmable Rf Attenuation Project
 
LTC2440 - High Speed Delta Sigma ADC
LTC2440 - High Speed Delta Sigma ADCLTC2440 - High Speed Delta Sigma ADC
LTC2440 - High Speed Delta Sigma ADC
 
Usb Controlled Function Generator
Usb Controlled Function GeneratorUsb Controlled Function Generator
Usb Controlled Function Generator
 
Bluetooth Home Automation
Bluetooth Home AutomationBluetooth Home Automation
Bluetooth Home Automation
 
Amp bluac5 specsheet
Amp bluac5 specsheetAmp bluac5 specsheet
Amp bluac5 specsheet
 
project 3 full report
project 3 full reportproject 3 full report
project 3 full report
 
An Overview on Programmable System on Chip: PSoC-5
An Overview on Programmable System on Chip: PSoC-5An Overview on Programmable System on Chip: PSoC-5
An Overview on Programmable System on Chip: PSoC-5
 
Plc ( programable logic controllers)
Plc ( programable logic controllers)Plc ( programable logic controllers)
Plc ( programable logic controllers)
 
Applied motion products si2035 datasheet
Applied motion products si2035 datasheetApplied motion products si2035 datasheet
Applied motion products si2035 datasheet
 
Honeywell PLC TRAINING GUIDE created by deepak gorai
Honeywell PLC TRAINING GUIDE created by deepak goraiHoneywell PLC TRAINING GUIDE created by deepak gorai
Honeywell PLC TRAINING GUIDE created by deepak gorai
 
PLC_1.ppt
PLC_1.pptPLC_1.ppt
PLC_1.ppt
 
intership ppt see.pptx
intership ppt see.pptxintership ppt see.pptx
intership ppt see.pptx
 
Stone i tech
Stone i techStone i tech
Stone i tech
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
 
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERSPIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
PIC-MICROCONTROLLER TUTORIALS FOR BEGINNERS
 
Input Output Interfaces
Input Output InterfacesInput Output Interfaces
Input Output Interfaces
 
Home automation
Home automationHome automation
Home automation
 
Ace datasheet
Ace datasheetAce datasheet
Ace datasheet
 
AMT-A-501
AMT-A-501AMT-A-501
AMT-A-501
 
Ch05_Functional_Decomposition (1).ppt
Ch05_Functional_Decomposition (1).pptCh05_Functional_Decomposition (1).ppt
Ch05_Functional_Decomposition (1).ppt
 

Kürzlich hochgeladen

How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 

Kürzlich hochgeladen (20)

How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 

Bluetooth Controlled High Power Audio Amplifier- Final Presentaion

  • 1. BLUETOOTH CONTROLLED HIGH POWER AUDIO AMPLIFIER Thapathali Campus Final Presentation 2013 PRESENTED BY: BIJAY RAJ PAUDEL (ROLL NO: 067/BEX/105) SAGAR MALI (ROLL NO: 067/BEX/133) SUJAN SHRESTHA (ROLL NO: 067/BEX/140)
  • 2. INTRODUCTION • Decent quality High Power Audio Amplifier • 8051 Microcontroller based control • Digital control over tone, effects & volume • Wireless Bluetooth Interface • Control via Computer Software/ Android software and/or Keypad
  • 3. OBJECTIVES • To construct cost effective high power audio amplifier. • To implement 8051 μc along with it’s interfacing. • To control the system via wireless Bluetooth module. • To program μc & develop GUI based PC application. • To improve our programming & practical skills.
  • 4. PROJECT IN BLOCK DIAGRAM MAIN BOARD Audio Input
  • 5. PROJECT IN BLOCK DIAGRAM CONTROLLING UNIT
  • 6. BRIEF EXPLANATION OF EACH BLOCK BLOCK REPRESENTAION OF POWER SUPPLY
  • 7. BRIEF EXPLANATION OF EACH BLOCK 1. POWER SUPPLY 1.1. RECTIFIER • 6A capacity bridge rectifier with +43 and -43 volt output • With Electrolytic and Ceramic capacitor filer • 5A fuse for protection
  • 8. BRIEF EXPLANATION OF EACH BLOCK 1.2. VOLTAGE REGULATOR • Based on LM337 (negative voltage regulator) and LM137 (positive voltage regulator) • Conduction through Power transistors for increased current capacity.
  • 9. BRIEF EXPLANATION OF EACH BLOCK 2. PRE AMPLIFIER • 3 active filters( for bass, mid, treble) • 2 op-amp amplifiers first before filter & next after filter for larger gain. • Variable Gain controller • In-built Distortion effect (achieved by diode clipping)
  • 10. BRIEF EXPLANATION OF EACH BLOCK 3. DIGITAL VOLUME & TONE CONTROL • Based on analogue multiplexers. (8x1 for bass, mid, treble and 16x1 for volume control)
  • 11. BRIEF EXPLANATION OF EACH BLOCK 4. POWER AMPLIFIER • Simulated for 80Watt output in Proteus, (power supply of +-30 V) • 3 stage amplifierDifferential amplifier input (for gain) Voltage amplifier Power amplifier • Output short circuit protection
  • 12. BRIEF EXPLANATION OF EACH BLOCK 5. Bluetooth Module •Uses class C Bluetooth radio •Uses SPP (Serial Port Protocol) for interface •4 pins for Vcc, Gnd, Txd and RxD •Works at default baud rate of 9600 bauds •Interface with 8051 microcontroller using UART •Works at CMOS voltage level (3.3V, 0V)
  • 13. BRIEF EXPLANATION OF EACH BLOCK 6. TTL – CMOS level Converter •Bluetooth works on CMOS level and microcontroller on TTL level so voltage level conversion is required. •Achieved by using N-Channel Enhancement mode MOSFET •Bidirectional operation (3.3V to 5V and 5V to 3.3V) •Two similar circuits for TxD and RxD
  • 14. COMPUTER GUI • Codes in C# .NET • Uses serial port class provided by .NET library • User interface in WPF
  • 15. BRIEF EXPLANATION OF EACH BLOCK 4. Main Controller Board •8051 microcontroller based •Interface with LCD in 8 bit mode •Interface with EEPROM •Interface with three 8x1 analogue multiplexers for bass, mid, and treble control and one 16x1 multiplexer for volume control •Interface with Bluetooth module
  • 16. ALGORITHM FOR MAIN CONTROLLER
  • 17. START Initialize LCD Show Welcome bass, mid, Volume & treble status Initialize Serial Port in mode1 and Set Timer 1 for 9600 baud in mode 2 Set Timer 0 value and enable timer 0 interrupt Enable timer 0 and timer 1 While (1) Timer 0 Interrupt Update LCD with Bass, mid, treble and volume’s current value Check interrupt C Serial Interrupt SI
  • 18. SI Yes C TI=0 Is TI set? Check Keypad Pins No Increase/Decrease volume, bass, mid and treble Send data corresponding pins attached to multiplexers Send updated values to serial port(SBUF) No Is RI set? RI=0 Yes Read SBUF serial port RI ≠0 Update Vol, Bass, Mid Treble value as command received in SBUF Send data to corresponding pins attached to multiplexers
  • 19. BRIEF EXPLANATION OF EACH BLOCK 4. KEYPAD • 4*4 matrix keypad. • 16 keys produce 16 different combinations to interface with the main controller • Extra interrupt signal pin • Backlight LEDs for low light operation
  • 20. BRIEF EXPLANATION OF EACH BLOCK 5. KEYPAD CONTROLLER • Separate Controller to scan keys to relieve main controller of input reading duties • 8051 microcontroller based • Accepts the input from keypad • Outputs information to microcontroller at main board
  • 21. ALGORITHM FOR KEYPAD CONTROLLER
  • 22. START Similar to other columns & rows Initialize all ports to zero Output 5 to port 1 Is key pressed? Is R1=0? Yes Initialize all rows to 1 Initialize C2 =0 & other to 1 Initialize C1=0 other to 1 Similar to other rows R2 to R4 Is R1=0? Output 0 to port 1
  • 23. PROBLEMS SOLUTIONS • Using transistors in metal cases and larger heat sinks • Proper shielding of preamplifier and connecting wires • Speaker over voltage • spikes damaging the speaker under high volumes Use of filter output capacitor and output audio transformer(yet to be implemented • Use of analogue mux, with lesser resolution but it does the job • Overheating of power transistors • Noise induction in preamplifier. • Digital potentiometer not available
  • 24. APPLICATIONS • Auditorium Hall  Seminar  Presentation  Lecture • Theatrical and Concert sound reinforcement • Home Theater System • Car Audio System • Guitar Amplification
  • 25. PROPOSED BUT NOT IMPLEMENTED PARTS • Limited effect is only implemented because of unavailability of effect IC and complex design if done using discrete components. • Separate independent remote control with LCD Couldn’t be implemented because of high cost of Bluetooth module. Making separate controller required another Bluetooth module working in Master mode. Bluetooth of laptop or android set is used as Master (Host).
  • 26. EXTRA PARTS IMPLEMENTED • Interface using Android devices (tablets and smart phones) • High current capacity voltage regulator • TTL-CMOS bidirectional voltage level converter
  • 27. CONCLUSION • • Our final product is HIGH POWER AUDIO AMPLIFIER. • Finally, it has it’s own GUI BASED CONTROL APPLICATION which can be operated through Bluetooth enabled windows based devices. • Control via Android based smart-phones using serial terminal emulator for android (BlueTerm) We have build BLUETOOTH INTERFACE between system & digital control.
  • 28. FURTHER ENHANCEMENT • Multichannel audio output (2.0 ch, 5.1ch) • Wireless audio input via Bluetooth. • Increasing steps for tone and volume control. • Development of control applications on other platform (iOS, Mac, Linux ) • Other audio effects (Echo, delay, compression, reverb etc.)
  • 29. REFERENCES BOOKS: • A.S. Sedra and K.C. Smith, “Microelectronics Circuits Theory and Application”, 5th edition, Oxford University Press • Muhammad Ali Mazidi, “8051 Microcontroller and Embedded Systems”, Prentice Hall, 2006 • Douglas Self, “Audio Power Amplifier. Design Handbook”, 3rdedition. WEBSITES: • • • • • http://hackaday.com/2011/06/27/stereo-amplifier-with-digital-volume-control/ http://www.diyaudio.com/forums/solid-state/ http://en.wikipedia.org/wiki/Bluetooth http://www.bluetooth.com/ http://www.aaroncake.net/circuits/volume.asp
  • 30. THANK YOU FOR YOUR INTEREST!