[futurebasic] Re: [FB] How to obtain Longitude

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2009 : Group Archive : Group : All Groups

From: Deep <Info@...>
Date: Sat, 29 Aug 2009 08:15:33 +0100
> That's amazing. I had no idea a GPS mouse existed.

Bluetooth Examples are:

http://www.play.com/Mobiles/Mobile/4-/3496734/GPS200-SiRF-III-Bluetooth-GPS-
Receiver/Product.html

http://www.mobilefun.co.uk/sirf-iii-bluetooth-gps-receiver-p10939.htm

http://www.pocketgpsworld.com/globalsat-bt-359-gps-review.php

These work with the Mac via Bluetooth, and once they are paired, can be
accessed from FB using the serial (Open "C"...) statements as shown in many
existing examples.

> Must be used in some industry-specific applications that I can't think
> of

Actually, they are used to add GPS functionality to laptops or PDA devices.
Before handheld SatNav became to cheap, this was the only way to get a
handheld GPS mapping system that was portable. Nowadays, they still have a
use where you wish to track your route, store travel details (location,
speed, date, time, altitude, etc). In fancy speak, used for "location based
services".

If you plan to buy one, the receivers with "SiRF III" chipset inside are
reputed to be the overall better devices.

After interfacing to the Mac, decoding the serial data stream is simply a
case of taking the text string, splitting it on commas to get an array of
data, and then interpret it:

http://www.gpsinformation.org/dale/nmea.htm

Perhaps your next version of "SayitMailit" will have a "Where Am I?"
feature, relaying the current GPS location...!



> From: Rich Love <carnationsoftware@...>
> Reply-To: <futurebasic@...>
> Date: Fri, 28 Aug 2009 15:41:59 -0500
> To: <futurebasic@...>
> Subject: Re: [FB] How to obtain Longitude
> 
> That's amazing. I had no idea a GPS mouse existed.
> Must be used in some industry-specific applications that I can't think
> of
> 
> 
> Rich
> 
> On Aug 25, 2009, at 3:05 AM, Deep wrote:
> 
>> 
>> Max,
>> 
>> From an iPhone, quite unlikely. There is no easy API to access it in
>> that
>> way. You would at least need an App on the iPhone that reads the GPS
>> data
>> and then transmits it via the USB which is again unlikely as there
>> is no API
>> that supports transmitting user data via GPS?
>> 
>> The closest way to do it would be have an App on the iPhone that
>> reads the
>> GPS and then "posts" it to a server like a webserver, whilst a
>> companion App
>> on the Mac polls that webserver periodically for the data. The
>> webserver
>> could theoretically be on the iPhone and you would use WiFi to poll
>> that
>> webserver.
>> 
>> An easier and more readily supported way would be to get a cheap GPS
>> mouse,
>> either USB or Bluetooth, which continuously transmits its position
>> via the
>> serial USB or Bluetooth connection as its sole function in life.
>> They are
>> about 20 dollars? The industry standard is to let it transmit text
>> in NMEA
>> format.
>> 
>> You then create an FB program that reads that serial stream (FB
>> examples
>> exist to read serial data in this way), and then decode the text
>> into your
>> preferred data format. NMEA fields include longitude, latitude,
>> altitude,
>> direction, speed, etc.
>> 
>> Hope it helps,
>> 
>> Deep
>> 
>> 
>> 
>>> From: Max Taylor <maxclass@...>
>>> Reply-To: <futurebasic@...>
>>> Date: Mon, 24 Aug 2009 19:31:15 -0700
>>> To: <futurebasic@...>
>>> Subject: Re: [FB] How to obtain Longitude
>>> 
>>> Just a thought.
>>> 
>>> It would certainly be nice if one could just plug their iPhone into
>>> the USB port and read the data directly from the GPS chip routines.
>>> Think it would require using Objective-C code if it can be done.
>>> 
>>> There must be way to do stuff like this. Like I said, just a thought.
>>> 
>>> Max Taylor
>>> The MaxClass Guy
>>> 
>>> --
>>> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>> 
>> --
>> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...
>> 
> 
> 
> Rich Love - Carnation Software
> Get 'Say it & Mail it' for iPhone
> http://www.SayitMailit.com
> 
> MacWise Terminal emulation for Macintosh
> http://www.CarnationSoftware.com
> Twitter - http://twitter.com/CarnationSW
> Email - RichLove@...
> 512 858-9234
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe, send ANY message to: futurebasic-unsubscribe@...