ablab

Hello Readers, welcome to my Blog - A Blog For Bloggers By A Blogger. I'm Arun, an entrepreneur Blogger from India.

Password Protected 16X2 Alphanumeric LCD and SIM800 GSM/GPRS Modem based SMS Controlled Wireless Digital Notice Board with Mobile Number Authentication using ATmega16-I

3909
Mark as Favourite

In this project, we will learn how to make a Password Protected 16X2 Alphanumeric LCD and SIM800 GSM/GPRS Modem based SMS Controlled Wireless Digital Notice Board with Mobile Number Authentication using AVR ATmega16 Microcontroller-I. Here, we will receive notice board content wirelessly through SMS using SIM800 GSM/GPRS modem and ATmega16 microcontroller and we will display the notice board content in a 16X2 Alphanumeric LCD. But before the notice can be displayed in the 16X2 alphanumeric LCD, a password  needs to be sent by SMS to gain access of the digital notice board and SMS received from one particular mobile number are valid and processed by the digital notice board and others are discarded. This digital notice board can display only 32 characters only.

When the SIM800 GSM/GPRS modem power is turned on, the ATmega16 microcontroller reads the initial status data sent by the SIM800 GSM/GPRS modem through USART protocol. After reading the status data, the ATmega16 microcontroller processes the SIM800 GSM/GPRS modem status data and displays the status of the modem and SIM in the alphanumeric LCD. If SIM card is not present, then "Plz Insert SIM" is displayed, if SIM card is present and modem is ready, then "SIM800 is Ready" is displayed and for other conditions, "SIM800 Error" is displayed in the alphanumeric LCD.

Now, when the SIM800 GSM/GPRS modem is ready, the LCD displays "Send Password:" in it. The digital notice board treats all SMS received as password SMS till the correct password SMS is not received. Once correct password SMS is received and password is authincated, all SMS received after password SMS are treated as notice SMS. When the SIM800 GSM/GPRS modem receives any SMS, it sends new SMS notification to the ATmega16 microcontroller. But if the ATmega16 microcontroller receives some other notification(other then SMS like Call and others), then "Unknown Error" is displayed in the  alphanumeric LCD. The ATmega16 microcontroller reads the new SMS notification. After reading the SMS notification, ATmega16 microcontroller checks whether password authentication is pending or over. If password authentication is pending, then "PasswordRecieved" is displayed in the LCD display. Then, the ATmega16 microcontroller reads the SMS and if it reads the SMS successfully, then it will compare the mobile number from where SMS is received with the stored mobile number else it will display"Empty location" when the read memory location is empty and "Error" when there is error in reading the SMS. Now, if the mobile numbers matches, then "Valid Number" is displayed in the alphanumeric LCD and the message of the SMS(received password) is compared with set password else "Invalid Number" is displayed in the alphanumeric LCD and SMS is discarded. The mobile number of the received SMS is compared with the stored mobile number each time the digital notice board receives any SMS and SMS received from valid mobile number are processed by the ATmega16 microcontroller and others are discraded. If the SMS is received from a valid mobile number, then it will compare the content of the SMS with the stored password. If the received password and the set password are same, then "Correct Password" is displayed in the alphanumeric LCD else "Re-send Password" is displayed in the LCD. Apart from display in LCD, the status of the password comparision is sent as SMS(Correct Password or Wrong Password) to the mobile number from which the password SMS is received. The digital notice board will request user to send password SMS till the correct password is sent. Once correct password is sent, the digital notice board will request the user to send notice SMS and the LCD displays "Send Notice" in its 1st row. The digital notice board waits for the notice SMS to display the notice in the 16X2 alphanumeric LCD.

When the SIM800 GSM/GPRS modem receives any SMS after password authentication, it sends new SMS notification to the ATmega16 microcontroller. The ATmega16 microcontroller reads the new SMS notification and displays "New Notice" in the alphanumeric LCD. But if the ATmega16 microcontroller receives some other notification(other then SMS like Call and others), then "Unknown Error" is displayed in the  alphanumeric LCD.  After receiving new SMS notification, the ATmega16 microcontroller will read the SMS from the SIM800 GSM/GPRS modem memory. If it reads the SMS successfully, then it will compare the mobile number from where SMS is received with the stored mobile number else it will display"Empty location" when the read memory location is empty and "Error" when there is error in reading the SMS. When the notice SMS is read successfully, the ATmega16 microcontroller compares the mobile number from where SMS is received with the stored mobile number, if the mobile numbers matches then "Valid Number" is displayed in the alphanumeric LCD and the message of the received noticel SMS is displayed in the alphanumeric LCD else "Invalid Number" is displayed in the alphanumeric LCD and SMS is discarded. The mobile number of the received SMS is compared with the stored mobile number each time the digital notice board receives a SMS and SMS received from valid mobile number are processed by the ATmega16 microcontroller and others are discraded. When the notice SMS is read successfully, the ATmega16 microcontroller displays the 1st 32 characters of the notice SMS in the 16X2 Alphanumeric LCD, as the 16X2 alphanumeric LCD can display a maximum of 32 characters in it at ant instant of time.

Now, send different SMS to the SIM800 GSM/GPRS modem of the Digital Notice Board from different mobile number and check mobile number authentication, password authentication and see the notice in the 16X2 Alphanumeric LCD.

Softwares Required

Hardwares Required

Name Quantity
AVR Trainer Board-100 with ATmega16 1pc
AVR USB Programmer 1pc
SIM800 GSM/GPRS Modem 1pc
RG1602A 16X2 Alphanumeric LCD Green 1pc
12V, 2A SMPS Adaptor 1pc
10 to 10 FRC Female to Female Connector 2pc
1 to 1 Connector-Female to Female 5pc

Circuit Diagram

Video

Downloads

Password Protected 16X2 Alphanumeric LCD and SIM800 GSM/GPRS Modem based SMS Controlled Wireless Digital Notice Board with Mobile Number Authentication using ATmega16-I
  • 7 downloads 0 Kb

Post a Comment