hello
i have to make a project in which i have to control a p10 led module using a gsm module and display the message on it . And also want to club multiple p10 modules and control it with gsm module .
thanx for the help .
hello
i have to make a project in which i have to control a p10 led module using a gsm module and display the message on it . And also want to club multiple p10 modules and control it with gsm module .
thanx for the help .
I am not sure what you are asking.
Are you wanting to have someone write the entire code for you?
Use the following procedure
Use DMD library. Download it from github.
Receive message by using following AT Commands
"AT+CNMI=2,2,0,0,0"
"AT+CMGF=1"
Collect data string from message in character array or string then parse it.
Store collected data in a character array or string and pass it to dmd function.
And also want to club multiple p10 modules
This should do:-