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 Elixyra

  1. E

    Elementary doubt regarding functions

    Can the same function take both integer and a character as input parameters ?
  2. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    The TX pin goes to tx and same for rx , in case of simple data transfer with sim900. the initial code worked. the problem was with uart buffer size. increasing that to 256 from 32 implemented the code properly. the message was correctly displayed on the LCD after that.
  3. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    no there is only one pair. - - - Updated - - - This is the application note im referring to.
  4. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    In the above diagram, the tx pin of sim900 is connected to rx and vice verse. but it has been specified in the sim900 guide that for serial com the rx pin should be connected to rx and same for the tx pin. tx-rx and rx-tx connections are used in debug mode.
  5. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    i detected some error in the module... hyperterminal is not acknowledging the device. will hav to work on that then i can test this code. Also in the above code the uart registers and vectors hav to be defined according to the library. Thanks for the suggestion.
  6. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    Even i think that is the problem... I am not very sure how to correct it. The uart_getc() returns 2 bytes. Higher byte is the last received status and lower byte represents byte from ring buffer.
  7. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    On hyperterminal the AT+CMGR gives the message as output. this is the output i get on lcd.
  8. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    Thanks for the code. But it did not help. still not getting readable output.
  9. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    Changing the delay did not help. Output is still incorrect - - - Updated - - - Sim900 is in autobauding mode. avr-gcc compiler is used.
  10. E

    Readind SMS from sim900 gsm module and displaying on LCD using ATmega 128L

    Here are the details: 1)MCU : ATmega 128L 2)Gsm Module: Sim900 module from simcom 3)LCD module: JHD 204A The code used is: #include <avr/io.h> #include <lcd.h> #include <avr/interrupt.h> #include <stdlib.h> #include "uart.h" #include <util/delay.h> #define UART_BAUD_RATE 9600 /* 9600...

Part and Inventory Search

Back
Top