Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write C program using [CodeVision AVR] for ATmega32 (interfacing GSM Module) to send message to GSM module when PIND.5 button is pressed and receive message
Write C program using [CodeVision AVR] for ATmega32 (interfacing GSM Module) to send message to GSM module when PIND.5 button is pressed and receive message from GSM module when PIND.6 button is received. All the information will be shown in Virtual Terminal.
There will be an option that needs to show on LCD Display
- PRESS BUTTON 5 SENT
- PRESS BUTTON 6 RECEIVED
When the message sent LCD shows Message Sent
When the message received LCD shows Message Received
The Mobile No should be 014XXXXXXXX where the message will be sent and from where the message will be received.
LCD1 LMO 16L RXD TXD RTS U1 9 RESET 13 XTAL1 12 XTAL2 'N CTS 40 39 38 37 36 35 34 33 PAO/ADCO PA1/ADC1 PA2/ADC2 / PA3/ADC3 PA4/ADC4 PA5/ADCS PA6/ADC6 PAZIADC7 22 PCO/SCL PC1/SDA 23 PC2/TCK 24 PC3/TMS 25 PC4/TDO 26 PC5/TDI 27 PC6/TOSC1 28 PC7/TOSC2 29 PDO/RXD 14 15 PD1/TXD PD2/INTO 16 17 PD3/INT1 PD4/0C1B 18 PD5/OC1A 19 20 PD6/ICP1 21 PD7/0C2 U(AREF) - 1 2 3 4 5 6 7 8 PBO/TO/XCK PB1/T1 PB2/AINO/INT2 PB3/AIN1/OCO PB4/SS PBS/MOSI PB6/MISO PB7/SCK AREF AVCC 32 30 ATMEGA32 LCD1 LMO 16L RXD TXD RTS U1 9 RESET 13 XTAL1 12 XTAL2 'N CTS 40 39 38 37 36 35 34 33 PAO/ADCO PA1/ADC1 PA2/ADC2 / PA3/ADC3 PA4/ADC4 PA5/ADCS PA6/ADC6 PAZIADC7 22 PCO/SCL PC1/SDA 23 PC2/TCK 24 PC3/TMS 25 PC4/TDO 26 PC5/TDI 27 PC6/TOSC1 28 PC7/TOSC2 29 PDO/RXD 14 15 PD1/TXD PD2/INTO 16 17 PD3/INT1 PD4/0C1B 18 PD5/OC1A 19 20 PD6/ICP1 21 PD7/0C2 U(AREF) - 1 2 3 4 5 6 7 8 PBO/TO/XCK PB1/T1 PB2/AINO/INT2 PB3/AIN1/OCO PB4/SS PBS/MOSI PB6/MISO PB7/SCK AREF AVCC 32 30 ATMEGA32Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started