Showing posts with label GSM. Show all posts
Showing posts with label GSM. Show all posts

Tuesday, June 29, 2010

SMS remote control using Ericsson mobile

With this circuit we can controll up to 8 devices (4 devices in our example project), by sending a specific SMS message with any mobile phone. Its very usefull at the cases that, at the place we have the devices, we have not a wired telephone line. If you have an old ericsson mobile phone and you are not using it, its the time to build some useful with that.  The controlling that we can do to the devices, it is ON , OFF or Reset.
With this circuit you can switch-ON , OFF or  Restart some Linux serversADSL modemsPrintersDoor with electric lockGarage doorHouse lightsWater pumpselectric sunshadeBlock the engine of your car or your motorcycle, at the steal case  and much more. The purpose of this circuit is to make the human life better and easier.
The hardware of the circuit its very very simple, because the communication port of ericsson mobile its working at the 5 volts with AT commands ( like the modem commands, but for mobile phones).
The firmware of the AT90S2313 (or ATtiny2313) its very complicated because, we have to convert the 'septets' of the phone to 'octets' because the AVR need bytes with 8 bits length ( The 'septet' is 1 byte with 7 bits length and  'octet' is 1 byte with 8 bits length). All this proccess its necessary to decode the message from SMS.


Read

SMS Controller using nokia mobile

This device allows you to control appliances using SMS messages. There are also 4 inputs for connecting sensors so the device will send an alarm SMS or even call you to report an alarm condition. The device draws very little current and is being powered by phone’s battery which is a great thing. Nokia should be constantly charged or supplied with some sort of external power for long term operation.
TwoWay Thing has been successfully tested on:

- Nokia 7110 (19200 bps, 8 MHz crystal for PIC16F628A)
- Nokia 6210 (9600 bps, 4 MHz crystal for PIC16F628A)
- Nokia 6310i (9600 bps, 8 MHz crystal for PIC16F628A)

It should work on all DLR-3P Nokia phones with internal AT modem. These should work: 62xx, 63xx, 6210, 7110... Cable used for this device is DLR-3P cable made by www.atrox.at and it’s embedded on the same PCB with the GMS Controller v3.


Read