Running Letters

About

Kurzbeschreibung:

Die Aufgabe dieses Projektes besteht darin eine SMS mithilfe eines GSM-Moduls zu empfangen und diese für die spätere Weiterverarbeitung an den PIC18F27J53 über die RS232-Schnittstelle zu senden. Der PIC18F27J53 übernimmt das Auslesen, die Verarbeitung und das Ausgeben der SMS auf die 8x8 LED-Matrix. Heutzutage werden immer häufiger Laufschriften für Werbezwecke verwendet. Vor allem wegen der geringen Kosten und leichten Implementierung werden Laufschriften häufig vor anderen Werbemitteln verwendet. Das Ziel des Projektes ist es eine günstige Laufschrift zu bauen, bei der der Text einfach und problemlos mit einer SMS geändert werden kann. Die LED-Matrix, das GSM-Modul und der PIC18F27J53 mit dem Entwicklerboard sollen kompakt in einem Gehäuse verbaut werden. Die reine Kommunikation zwischen den PIC und dem GSM-Modul, die Verarbeitung der SMS und die Ausgabe an die LED-Matrix erfolgen ausschließlich über den PIC mithilfe eines C-Programmes. Das geplante Ergebnis beinhaltet ein fertiges C-Programm das die Kommunikation zwischen dem GSM-Modul und dem PIC regelt und anschließend eine gesendete SMS ausließt und diese Nachricht auf einer 8x8 LED-Matrix ausgibt. Des Weiteren soll ein extra gefertigtes Gehäuse für alle Komponenten gebaut werden, sodass alles kompakt und transportabel ist.

Abstract:

The Task of this project is to send a phone message to a GSM module and to print out the message onto a LED matrix. The editing of the message and the communication between all modules is handled by our PIC18f27J53. The data is being send over the RS232 port. Nowadays businessowners use a lot of marketing equipment and many still use the cheap and easy to use message board. Our project provides businessowners and event organizers with a cheap, easy to use and easy to change message board. The message can be changed with a simple phone message that is being send to the GSM module. The goal of our project is also to bring all the components together into one case, so it is easy to transport aswell. The communication between the components is handled by the PIC. The GSM module is only used to receive messages and send them to the PIC over the RS232 port. The planned result is a finished C program combined with a LED matrix, a GSM module and the PIC in a compact case.