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 Twisted_transistor

  1. Twisted_transistor

    Problem receiving SMS from GSM

    Yes..I see what you mean. But it works fine like that. Coz after modifying the code a little, the programmed number ########## now receives string p correctly. i.e it receives the string:- CMTI: "SM",2 Where "2" is the location in the SIM memory where the received SMS is stored. But the...
  2. Twisted_transistor

    Problem receiving SMS from GSM

    Re: Problem receiving SMS from GSM[HELP] Hmmm.. Well do you mean to say I should put the ampersand sign while sending the comands? Coz my codes have worked fine before without putting the ampersand sign. And, besides, when we pass an array the starting address of the array get passed...
  3. Twisted_transistor

    Problem receiving SMS from GSM

    Problem receiving SMS from GSM[HELP] Hi, I've connected my SIM300 to LPC2148 via RX, TX & GND lines and successfully transmitted SMSs. Now I've written a code to do the following: -Initialise the GSM module and wait for an SMS to arrive at the SIM -Wen an SMS is received, the LPC2148 receives...
  4. Twisted_transistor

    VicIntEnable Register of LPC2148

    Thanks alot Alex. I found the register configuration but the use of VICIntEnClr register to disable the UART1 interrupt still does not work. Could you pls check my code and tell me why? Thanks. #include "LPC214x.h" void init(void); extern unsigned char at[]="ATE0"; extern unsigned char...
  5. Twisted_transistor

    VicIntEnable Register of LPC2148

    Hi.. I urgently want to know the configuration of the VicIntEnable Register of LPC2148. I've searched everywhere but in vain. Can someone pls help? Need it for my final year project. Thank you. Muito obrigada
  6. Twisted_transistor

    Problem interfacing GSM with LPC2148

    Thanks alot Batang:) I'll try it out and let u know.. We have a review 2day so hope everything goes ffine..
  7. Twisted_transistor

    Problem interfacing GSM with LPC2148

    Hey Batang, Thaks alot:) you were absolutely right.. The interrupt was causing a problem.. So I disconnected the RX line fromthe GSM & the code worked fine:) But Can you pls tell me how to handle the interrupt cause I need it for my other applications. Thanks in advance:):)
  8. Twisted_transistor

    Problem interfacing LPC2148 with GSM

    hey.. thanks.. The problem was that I was not handling the interrupts caused by the GSM module.. Do you know how to handle the interrupts? It would really be helpful..
  9. Twisted_transistor

    Problem interfacing LPC2148 with GSM

    I'm using SIM300 by the way.. Is that the problem?
  10. Twisted_transistor

    Problem interfacing GSM with LPC2148

    No.. I'm not interested in received bytes.. so I don't think that is a problem.. I just ignore whatever I receive..
  11. Twisted_transistor

    sim900: AT commands for FTP

    Hey can anyone pls explain this command to me.. Need it urgently: AT+CNMI=1,0,0,0
  12. Twisted_transistor

    gsm interfacing with mcu

    Oh man.. my code runs fine withot the GSM module connected.. But wen I connect the GSM it just hangs.. wonder wots wrong?
  13. Twisted_transistor

    Problem interfacing LPC2148 with GSM

    on hyperterminal it replied OK
  14. Twisted_transistor

    Problem interfacing LPC2148 with GSM

    Hi.. I've written the following code for sending an SMS via the GSM module.. The code runs fine i.e. the entire code executes when the GSM is not connected to the LPC2148 board. This I can tell because I've inserted statements in the code to light LEDs so that I know till where the code has...
  15. Twisted_transistor

    gsm interfacing with mcu

    hey abhishek.. r u using any other pins besides RX and TX? coz I'm trying to interface a GSM module with LPC2148 & its just not working.. Pls check my latest thread..

Part and Inventory Search

Back
Top