tag:blogger.com,1999:blog-7312037828648622436.post3275138181370070869..comments2008-07-17T08:43:54.420-05:00Comments on High On Solder: GPS Receiver (Part 2)Joehttp://www.blogger.com/profile/02539531973641201676noreply@blogger.comBlogger8125tag:blogger.com,1999:blog-7312037828648622436.post-11884833010214674222008-07-17T08:43:00.000-05:002008-07-17T08:43:00.000-05:00embedded,This code should work fine with any PIC, ...embedded,<BR/>This code should work fine with any PIC, assuming it is feature comparable. However, you will probably have to modify the I/O port initialization code to match the 16F877A.Joehttp://www.blogger.com/profile/02539531973641201676noreply@blogger.comtag:blogger.com,1999:blog-7312037828648622436.post-86348152397399554612008-07-17T07:57:00.000-05:002008-07-17T07:57:00.000-05:00can the project be done with pic16f877a?can the project be done with pic16f877a?embeddedhttp://www.blogger.com/profile/07827992666142011682noreply@blogger.comtag:blogger.com,1999:blog-7312037828648622436.post-91485252853142667142008-07-11T14:33:00.000-05:002008-07-11T14:33:00.000-05:00Nice writeup. Just a note to help clarify for oth...Nice writeup. <BR/><BR/>Just a note to help clarify for others perhaps, it seems the units in use might be misleading to some. The distance between latitude lines (you refer to them as degrees, they are also called meridians) is totally dependant upon one's location on the face of the Earth (and in 3D space to boot). Think of the distance between meridians at one of the North or South poles and that of at the equator.<BR/><BR/>Also, distance can be as the crow flies or over land. The later clearly depends upon terrain and the shape of the Earth, which of course is not a sphere. Position in three dimensions matters when detemrining distance to some other point in space.<BR/><BR/>Not trying to rain on anyone's parade, just trying to make it clear that using those units will only be accurate at very specific places on the Earth. Investigate map coordinate systems, projections and datums for more.<BR/><BR/>Have fun!Curious Web Surfernoreply@blogger.comtag:blogger.com,1999:blog-7312037828648622436.post-63887727703907564632008-04-02T07:24:00.000-05:002008-04-02T07:24:00.000-05:00Davide,As you can see in the original code, comman...Davide,<BR/><BR/>As you can see in the original code, commands for the GPS are based off of hex values which are taken from the GPS unit's data sheet. If you want to use a different GPS unit check the data sheet and modify the command values as necessary. Otherwise you could have some miscommunication between the PIC and the GPS.Joehttp://www.blogger.com/profile/02539531973641201676noreply@blogger.comtag:blogger.com,1999:blog-7312037828648622436.post-20958320180398374962008-04-02T01:03:00.000-05:002008-04-02T01:03:00.000-05:00Hallo Joe,but the code for PIC are OK for another ...Hallo Joe,<BR/>but the code for PIC are OK for another GPS receiver or only for Parallax model?<BR/>Thank you.Davide from Italy.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7312037828648622436.post-73291764934604106812008-01-14T23:33:00.000-05:002008-01-14T23:33:00.000-05:00Hi Joe,Thanks for posting this project. Have you ...Hi Joe,<BR/><BR/>Thanks for posting this project. Have you thought about adding data logging to it via eeprom? I am new to PICBASIC and appreciate the straight forward code. Your code is real easy to read, compact, and gives me a good starting point.Joe T.http://www.blogger.com/profile/02352473225786619897noreply@blogger.comtag:blogger.com,1999:blog-7312037828648622436.post-38283544004762616172007-10-26T07:17:00.000-05:002007-10-26T07:17:00.000-05:00Andrew,I am not familiar with that particular LCD....Andrew,<BR/>I am not familiar with that particular LCD. I would assume there is a way to use it in the same way I used the Parallax LCD. You should look for your particular LCD's data-sheet and check for any operational information to help guide you in how it should be wired and if the commands are any different. Sorry I couldn't be of more assistance.Joehttp://www.blogger.com/profile/02539531973641201676noreply@blogger.comtag:blogger.com,1999:blog-7312037828648622436.post-72792900547277424032007-10-26T02:17:00.000-05:002007-10-26T02:17:00.000-05:00Hi joe,i have build the circuit but the problem is...Hi joe,i have build the circuit but the problem is parallax 2x16 lcd is not available in my location.I can only get a normal 2x16 lcd without the rx port that is available with parallax lcd.The lcd module i'm using is JHD-12232D,can i integrate with this lcd and make it to work?Andrewnoreply@blogger.com