Link to home
Start Free TrialLog in
Avatar of LiorWN
LiorWNFlag for Israel

asked on

GSM control over IRDA circuit using 8051 Microcontroller

Hello!
I'm working on a project which I'm supposed to implement a remote control system via Infra Red using a gsm module all controlled by a 8051 microcontroller.
Basically, on one board having a gsm module, a micro-controller which can read and process defined SMS messages and an IRDA circuit which reacts to these messages. I.E. the gsm module recieves an SMS "bleep 2" and the IR led should blink twice...


Any suggestions? If anyone could help with a block diagram and necessary chips/components I would be very grateful!

Cheers,
Lior
ASKER CERTIFIED SOLUTION
Avatar of markps_1
markps_1
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RoadWarrior
RoadWarrior

Any particular reason to use an 8051? Just thinking that something like a PIC is more like a single chip solution since there are some you can drive an led straight off a serial output pin.
Avatar of LiorWN

ASKER

Nope... I just thought a PIC won't do the job... any specific model you can think of?
 any 8 bit processor would do.

 You can use an AVR, a PIC, H8. As long as it have an uart.

 I the 8051 has a great uart integrated.. so if you are used with the 8051 programming stick with it.
 You can get along with an ATTINY16 or an ATMEGA8 .. .if this is a new project.. I recomend the AVRs since those two cost less than $2 each and have PWM and everything you'll ever need.

  Could you be more specific on the module you are using.. I can assist you more if I know the exact GSM module you have.
check www.atmel.com there you'll find the datasheets for both 8052s and the AVRs
Avatar of LiorWN

ASKER

the ATTINY16 sounds great, i did s small project with the tiny12 before.

the gsm module i'm thinking about using is this one: http://www.telit.co.it/product.asp?productId=29.

I wish there was a gsm module which supports only text messaging but alas:)
yep you can hook them up via serial.

 so, it is straight forward... I mean you'll need to read the datasheets and know exactly the commands you'll need to give them.. but I think the attiny16 is a great start... depending on the size of your program you may want to use the atmega16 or the atmega8


GPS module ---->>> 8051 I/O pin  ----->>> Transistor --->> IR LED

this is pretty much what you want to do...