Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by amit251291

  1. A

    GSM sim 300 modem interfacing with atmega 128

    hello I want to send and receive sms through gsm modem. I am using avr 128. I am able to send messages but I am not getting how should I receive a message. To read a message I need to send AT+CMGR=1. This will read the first message. But to read that I need to read response of this command...
  2. A

    [51] sensing continuously varying water level & displaying it on LCD.

    Re: sensing continuously varying water level & displaying it on LCD. Thank you jayanth.devarayanadurga :) - - - Updated - - - Thank you :) Voltage i have applied is 5 volts!
  3. A

    [51] sensing continuously varying water level & displaying it on LCD.

    okay sorry but i did not get purpose of doing so :o
  4. A

    [51] sensing continuously varying water level & displaying it on LCD.

    oh yeah right. No its a normal sensor. I have taken 2 copper plates which i have fixed at the same distance. I have given supply to these plates. To these 2 copper plates i have attached wires(through which i am measuring current). i have fixed this unit to the bucket and started pouring water...
  5. A

    [51] sensing continuously varying water level & displaying it on LCD.

    Hello Everyone, I am doing one project. I have made one water level sensor which gives me output in current that varies from 0mA to 17mA approximately when watel level varies from 0 level to FULL level. Now after this i want to sense this level using 8051 and display this continuously varying...
  6. A

    [SOLVED] integrating 2 programs

    hello, In my project there are 2 parts 1) digital speedometer 2) speed monitoring (about which i told above) I have prepared program of "digital speedometer" and "program to send a message". now I want to prepare a program which will send a message when speed is increased above particular...
  7. A

    [SOLVED] 'Comparison' in assembly language

    okay.. :) thank you :)
  8. A

    [SOLVED] 'Comparison' in assembly language

    Yes... i have done something like this, CJNE A,#06H,GREATER //check if A is greater than 06. If equal then it will fall through LJMP GET_THIRD // execute "get_third" routine only if it is equal GREATER:JNC SEND_SMS // if they aren't equal then it will check for A>06...
  9. A

    [SOLVED] 'Comparison' in assembly language

    oh sorry i forgot that... its AT89C51 controller.. - - - Updated - - - can you please give me some more info? :o
  10. A

    [SOLVED] 'Comparison' in assembly language

    Hello, I want to prepare a assembly program which will compare more than 2 numbers. Actually i want to send a message to particular mobile number if speed exceeds more than say 6 km/hr suppose that there are 3 digit numbers (till 999). now if speed exceeds above 6 km/hr then it should jump to...
  11. A

    [SOLVED] GSM modem interfacing to AT89C51

    oh i see :) yup i agree :) Thank you tsea :) have a great day ahead :) - - - Updated - - - yeah i do agree. but i have to take connections via rs232 port only. there is no other provision i.e. no headers are given.......
  12. A

    [SOLVED] GSM modem interfacing to AT89C51

    okay :smile: Thank you 8-) one doubt again... in proteus we connected Tx pin of microcontroller to Tx pin of modem, Rx pin of microcontroller to Rx pin of modem and GND to GND. but in hardware we connect like you said.. why? :???:
  13. A

    [SOLVED] GSM modem interfacing to AT89C51

    yep i have came to the same conclusion :-) i guess i have to connect MAX232 because i am connecting to RS232 connector of the modem. By the way one doubt.. We both have implemented this on proteus but at that time we did not connect MAX232 in between micricontroller and Compim though it worked...
  14. A

    [SOLVED] GSM modem interfacing to AT89C51

    hello tsea, Its ok, don't be sorry :). I checked it on proteus and it is working well :) now there's problem with HARDWARE it seems. Even i think the the same but i found other info on the net, which was posted by some other member. i am posting it here. This suggests that i should use...
  15. A

    [SOLVED] GSM modem interfacing to AT89C51

    ORG 0000H MOV TMOD,#20H //TIMER 1, MODE 2 MOV TH1,#-3 //9600 BAUD RATE MOV SCON,#50H //8 BIT, 1 STOP, EN ENABLED SETB TR1 MOV DPTR,#MSG1 ACALL H1 ACALL DELAY MOV DPTR,#MSG2 ACALL H1 ACALL DELAY MOV DPTR,#MSG3 ACALL H1 ACALL DELAY MOV DPTR,#MSG4 ACALL...

Part and Inventory Search

Back
Top