- This topic has 3 replies, 2 voices, and was last updated 12 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › interfacing gps receiver with atmega32 problem
i typed a program which run correctly and seem to be defect in the program but still i dont receive data on lcd
i m using gps receiver skm53 it gives data on hyperterminal correctly..i search on serial communication from every angle but still it dosent display data…please help…..thanking
Hi,
So many things can go wrong with this project including th delay in your code with which you read data from the gps, the logic you’ve implemented to extract data from the gps, your lcd initialization and data writing code etc. Note that not all gps module communicate with same data stream. Some changes might be required in the code for extracting the required data. Make sure that you’ve used the same module for which the code has been written for.
Also check your circuit connections thoroughly, especially the lcd data lines. Are you getting anything on the lcd or simply black boxes?
i m using the program which i taken from engineergarage atmega32 and skm53,i have pointed the same data in the program which skm53 shows on computer but it displays just the string typed in start”WE AT” and displays nothing else……
i have also tried the another program from engineer garage using at89s51 that shows unwanted data………please guide
Alright. Could you please post the link from which you’ve refered the code