I have not yet successfully communicated with an ATTiny. After many attempts, I found that Windows keeps replacing the drivers with ones that don't work!dont
use an arduino, and the tiny gps library
hi @KeithWalkerI have not yet successfully communicated with an ATTiny. After many attempts, I found that Windows keeps replacing the drivers with ones that don't work!
Hi,So what is your question?
Hi,
thanks for response
question is
parsing the GPS data using Verilog Hardware Description Language (Verilog HDL) through uart interface.
i need to get results in nmea format..
can u help writing verilog code
Thanks for replay..Can I write the code, yes, will I write it for you, no
but I'll help you on the journey.
So first up , need to know what your Verilog experience is,
what code have you learnt
what software are you intending to use / have used.
can you tell me what you understand by a UART
can you tell us what you know about NMEA format
what module are you using for GPS reception,
what do you know about the format of the data out of the gps module
What do you expect to do with the NEMA data
Once you have answered all those, then we can get started,
BTW: There is a BIG clue in there about how the task will be significantly simplified,
we can help you get there.
from gps receiver we get nmea format with fully decoded data.sounds good,
so your only displaying a 5 or a 6 ?
what display ?
from the gps receiver i need to display nmea data in my pc through uart port and i need to take care only gpgga decoded data(whether its getting decoded data or not) remaining formats i don't needOk, I'm still not clear as to what you want to do with the NEMA data from the GPS receiver ?
going back to the data,
what of the GPGGA string do you wish to decode if any ?
you know you don't need the fpga for this ?from the gps receiver i need to display nmea data in my pc through uart port and i need to take care only gpgga decoded data(whether its getting decoded data or not) remaining formats i don't need
no need..you know you don't need the fpga for this ?
that is fine.thats correct
The GSM module UART connects direct to the PSC.
If your PC does not have a serial port, as most dont
use something like this ( one of many thousand on the internet )
https://www.ebay.co.uk/itm/1X-USB-t...637496?hash=item2cec193af8:g:iTMAAOSw6Vlc91fY
You might also want to look into the GPS module you have , and what it can do,
Most I have used can be controlled via the UART , to only output certain of the NEMA strings,
i.e. the GPA module might even be able to do the filtering for you
Ok, so this is sounding like college / home work then ?that is fine.
but i need to implement gps module and uart interface in verilog.
b-techOk, so this is sounding like college / home work then ?
what level of education you at ?
by Jake Hertz
by Duane Benson
by Don Wilcher