Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
Tools
Old 4th November 2009, 12:11 PM   #1
Default GPS throughput problem

Hi , I plan to use a GPS module at 115200 baud , as this is a high speed GPS receiver . I need this to connect it to atmega16 .

What I am doing is I get long/lat from the GPS and I need to compute approcahing distance from a pre-fed long/lat in the processor at 10Hz/GPS rate.

what I am finding it difficult to figure out is will it be possible to do all this with Atmega16@11.0592MHz XTAL? perfectly or will I face throughput problems .

Regards
Dark
__________________
Q: How does Einstein begin a story?
A: Once upon a space-time...
dark is offline  
Old 4th November 2009, 12:50 PM   #2
Default

Which GPS receiver are you using. Most are NMEA @ 4800 baud
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com/

Last edited by blueroomelectronics; 4th November 2009 at 12:52 PM.
blueroomelectronics is offline  
Old 4th November 2009, 02:00 PM   #3
Default

Quote:
Originally Posted by blueroomelectronics View Post
Which GPS receiver are you using. Most are NMEA @ 4800 baud
Hi,
Here it is;
http://www.electro-tech-online.com/g....../S1722R.pdf
__________________
Q: How does Einstein begin a story?
A: Once upon a space-time...

Last edited by dark; 4th November 2009 at 02:02 PM.
dark is offline  
Old 4th November 2009, 02:11 PM   #4
Default

Broken link.
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com/
blueroomelectronics is offline  
Old 4th November 2009, 02:18 PM   #5
Default

Quote:
Originally Posted by blueroomelectronics View Post
Broken link.
Here its
http://www.macrobudapest.hu/WEBSET_D...620/S1722R.pdf
__________________
Q: How does Einstein begin a story?
A: Once upon a space-time...
dark is offline  
Old 4th November 2009, 02:24 PM   #6
Default

Most GPS receivers will not transmit position strings at more than 1Hz. Yes, you will receive it at 115k but only 1 per second.

The rest of your post I don't understand. Actually, rereading it, it doesn't contain a question.

Mike.
Pommie is online now  
Old 4th November 2009, 02:50 PM   #7
Default

Quote:
Originally Posted by Pommie View Post
Most GPS receivers will not transmit position strings at more than 1Hz. Yes, you will receive it at 115k but only 1 per second.

The rest of your post I don't understand. Actually, rereading it, it doesn't contain a question.

Mike.
S1722R GPS receiver outputs at 10Hz .
__________________
Q: How does Einstein begin a story?
A: Once upon a space-time...
dark is offline  
Old 4th November 2009, 02:54 PM   #8
Default

You are correct, it does output at 10Hz.

What is your question?

Mike.
Pommie is online now  
Old 4th November 2009, 03:19 PM   #9
Default

Quote:
Originally Posted by Pommie View Post
You are correct, it does output at 10Hz.

What is your question?

Mike.
Hi,

Please have a look at my first post : I quote it below

"what I am finding it difficult to figure out is will it be possible to do all this with Atmega16@11.0592MHz XTAL? perfectly or will I face throughput problems ."

Aquiring data at that rate and then computing distance every 1/10Hz. Now how easy is this to be done will the computing match the inputdata flow rate.

Thanks
__________________
Q: How does Einstein begin a story?
A: Once upon a space-time...
dark is offline  
Old 4th November 2009, 03:51 PM   #10
Default

Quote:
Originally Posted by dark View Post
Hi,

Please have a look at my first post : I quote it below

"what I am finding it difficult to figure out is will it be possible to do all this with Atmega16@11.0592MHz XTAL? perfectly or will I face throughput problems ."

Aquiring data at that rate and then computing distance every 1/10Hz. Now how easy is this to be done will the computing match the inputdata flow rate.

Thanks
You will have no problems whatsoever, the Atmega16 will easily manage that.

Mike.
Pommie is online now  
Old 4th November 2009, 03:59 PM   #11
Default

Quote:
Originally Posted by dark View Post
Hi,

Please have a look at my first post : I quote it below

"what I am finding it difficult to figure out is will it be possible to do all this with Atmega16@11.0592MHz XTAL? perfectly or will I face throughput problems ."
They may have missed your question because your question had no question mark. (?)
__________________
Carl
Curmudgeon Elektroniker
crutschow is offline  
Old 4th November 2009, 04:07 PM   #12
Default

Isn't the question mark after the letters XTAL? In both the original post and the quote? What planet are you guys from?
__________________
We never have time to do it right; but we always have time to do it over.
Papabravo is offline  
Old 4th November 2009, 04:11 PM   #13
Default

Quote:
Originally Posted by Papabravo View Post
Isn't the question mark after the letters XTAL? In both the original post and the quote? What planet are you guys from?
I'm from Earth, USA where question marks are usually at the end of sentences, not in the middle.

What's your planet?
__________________
Carl
Curmudgeon Elektroniker
crutschow is offline  
Old 5th November 2009, 06:47 AM   #14
Default

Quote:
Originally Posted by Pommie View Post
You will have no problems whatsoever, the Atmega16 will easily manage that.

Mike.
Hi Pommie , and others
Let me explain a little more and see option for adding further components.
I can do this without problem with silabs 8051 high clock variant . Atmega16(5V) I have been ask to do has a limitation with XTAL ,if process goes slow I would be left with no option to replace the entire processor.
Is it ok to further add
1)GLCD128x64
2)Software uart @9600bps(scanning at 1 per second)
4) 4 key switches .
My further question is if I time schedule all process for 20ms will it be ok or will it be a burden for the processor ? or how this should be tackled ?

Regards
__________________
Q: How does Einstein begin a story?
A: Once upon a space-time...
dark is offline  
Old 5th November 2009, 07:14 AM   #15
Default

I'm not familiar with the AtMega but a quick look at the specs suggests it should be able to handle your requirements. I hope you are a good programmer as I suspect the software uart would need to be implemented using interrupts. If the GLCD is KS0108 based then I have example code in C18 which may be useful.

Mike.
Pommie is online now  
Reply

Tags
gps, problem, throughput

Thread Tools
Display Modes


Similar
Title Starter Forum Replies Latest
Gps mohsinans Electronic Projects Design/Ideas/Reviews 8 18th January 2009 05:51 PM
GPS Tracker Project ( GPS Module + JP Module + LCD Dispaly ) oldspring Electronic Projects Design/Ideas/Reviews 4 8th August 2008 03:07 AM
help with gps athba Electronic Projects Design/Ideas/Reviews 2 3rd April 2007 09:50 PM
GPS hdaroga Electronic Projects Design/Ideas/Reviews 2 20th September 2005 06:17 AM
Magellan GPS 315 flash memory problem Aldo General Electronics Chat 0 31st July 2003 06:37 AM



All times are GMT. The time now is 03:05 PM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker