Syftet med projektet är att ta fram en prototyp av en alternativ centralenhet till Lansen SystemsAB:s larmsystem. Prototypen skall möjliggöraen vidareutveckling av systemet,internetanslutning och låta sig styras från ettanvändargränssnitt. Hårdvaran som haranväntsi projektet är en Raspberry Pi vilken är en välkänd ”minidator” som skall tillåta vidareutveckling.Med hjälp utav en avUSB-portarna på Raspberry Pi:n kopplas Lansens radiomodul in och används för att styra larmsystemets olika enheter över ett radioprotokoll. Kommunikationen mellan Raspberry Pi:n och radiomodulen skermed UART och följersamma protokoll som den microprocessor somi vanliga fall styr systemet.För att kunna styra larmsystemet från en mobilapplikation krävs det att information om systemet lagras. Detta görs meden webbserversom skickardata över Internet till användargränssnittet.
The purpose of this project was to develop a prototype as an alternative central unit in Lansen Systems AB alarm system. The prototype shall enable internet access and be controlled from an android application. Since it’s only a prototype that is developedin this project it must be possible to advance the prototype into a complete product.The hardware that will be used in this project is a Raspberry Pi which is a well knowncomputer by the size of a credit card.With one of the USB ports the Raspberry Pi will be connected to the Lansen radiomodule and they will communicate with eachother with UART. The radiomodule will be used to communicate with all the other units in the alarm system over a radio protocol.To make it possible to control the alarm system from an android application, information about the system need to be stored into databases. This will be done in a web server which will send and receive data to the android application and the alarm system over Internet.