Hello All
I am trying to do some hobby project where i want to send an SMS and depending on the text the MSP432 must display the message on LCD and set a pin high or low.
Three Scenarios are as below :
1. SMS sent -- > " Turn ON" ---> on LCD display as " Turn on the Lamp" ---> A port on the MSP432 will be set to HIGH as which is connected to relay.
2. SMS sent -- > " Turn OFF" ---> on LCD display as " Turn Off the Lamp" ---> A port on the MSP432 will be set to LOW as which is connected to relay.
3. SMS sent -- > " STATUS" ---> on LCD display as " Current state of relay" ---> MSP432 sends an SMS to the phone number to mentioning about the status.
I have worked and checked on the UART with Interrupt on EUSCI_A0_MODULE. I can hold upto 8 bytes of data.
Can any one suggest some links on similar or help me proceed further.
Thanks
Kumar