Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | GPS and Barometric pressure sensor recommendation please

There are 31 messages in this thread.

You are currently looking at messages 0 to 10.

GPS and Barometric pressure sensor recommendation please - Sonoman - 01:27 02-08-04



Hi all:
I am in the process of designing a project for school. This project 
requires a GPS sensor and a barometric pressure sensor to determine 
position in space. I have not much knowledge about sensors yet but I am 
trying. I have spent several hours googling a few terms and so far I 
came up with the Garmin 18 GPS sensor, and I am still not sure which 
barometric pressure sensor I will use. These sensors have to communicate 
to a basic stamp 2pe microprocessor. My question to you guys is: do you 
know of any sensors (GPS and/or barometric) that I should research for 
this project? Or may be you could tell me from where I could scavange 
these sensors. Any help will be greatly appreciated.

Sonoman

Re: GPS and Barometric pressure sensor recommendation please - Bryan Hackney - 01:39 02-08-04

Sonoman wrote:
> Hi all:
> I am in the process of designing a project for school. This project 
> requires a GPS sensor and a barometric pressure sensor to determine 
> position in space. I have not much knowledge about sensors yet but I am 
> trying. I have spent several hours googling a few terms and so far I 
> came up with the Garmin 18 GPS sensor, and I am still not sure which 
> barometric pressure sensor I will use. These sensors have to communicate 
> to a basic stamp 2pe microprocessor. My question to you guys is: do you 
> know of any sensors (GPS and/or barometric) that I should research for 
> this project? Or may be you could tell me from where I could scavange 
> these sensors. Any help will be greatly appreciated.
> 
> Sonoman

To make a cargo bomb, you really need only one of these variables. Why
do you want to know both?

-- 
------------------------------------------------------------
Creepy, Soulless Gigolo for President ? NOT !
---------------------------------------------
THK is one weird, weird something.

Re: GPS and Barometric pressure sensor recommendation please - Lewin A.R.W. Edwards - 06:25 02-08-04

> I am in the process of designing a project for school. This project 
> requires a GPS sensor and a barometric pressure sensor to determine 

You ARE aware that GPS will give you altitude for free, right?

Re: GPS and Barometric pressure sensor recommendation please - Paul Burke - 06:51 02-08-04

Lewin A.R.W. Edwards wrote:

>>I am in the process of designing a project for school. This project 
>>requires a GPS sensor and a barometric pressure sensor to determine 
> 
> 
> You ARE aware that GPS will give you altitude for free, right?

It's less accurate than position, and that's bad enough in many situations.

Paul Burke


Re: GPS and Barometric pressure sensor recommendation please - Rick Merrill - 08:17 02-08-04

Bryan Hackney wrote:
...
> 
> To make a cargo bomb, you really need only one of these variables. Why
> do you want to know both?
> 

It really is the end of an age of innocence. From now on do we only 
help those who use their Real Name and email address??!! - RM


Re: GPS and Barometric pressure sensor recommendation please - johannes m.r. - 09:27 02-08-04

Personally I haven't used any, but I heard quite positive things about
the Lassen SQ from Trimble (http://www.trimble.com/lassensq.html).
Regards and good success!
johannes

Re: GPS and Barometric pressure sensor recommendation please - Sonoman - 10:46 02-08-04

Lewin A.R.W. Edwards wrote:
>>I am in the process of designing a project for school. This project 
>>requires a GPS sensor and a barometric pressure sensor to determine 
> 
> 
> You ARE aware that GPS will give you altitude for free, right?

No, I was not aware. As far as I know it will give you longitude and 
latitude which is like the X and Y axis. That sounds very interesting 
and I will look into it. Thanks for the tip.

Re: GPS and Barometric pressure sensor recommendation please - Sacre Vert - 10:47 02-08-04

Paul Burke <p...@scazon.com> wrote in message news:<2...@uni-berlin.de>...
> Lewin A.R.W. Edwards wrote:
> 
> >>I am in the process of designing a project for school. This project 
> >>requires a GPS sensor and a barometric pressure sensor to determine 
> > 
> > 
> > You ARE aware that GPS will give you altitude for free, right?
> 
> It's less accurate than position, and that's bad enough in many situations.
> 
> Paul Burke

I use a GPS unit that has a quoted accuracy of 4 metres for 50% of the
time.  This corresponds to the true position being within a ~50 square
metre area centred on the measurement result.  If you consider that
the surface area of the earth being some 510*10^12 square metres then
localising your position to 1 part in 10^13 is not bad.

S-V

Re: GPS and Barometric pressure sensor recommendation please - Hans-Bernhard Broeker - 11:54 02-08-04

Sonoman <b...@microsoft.com> wrote:
> Lewin A.R.W. Edwards wrote:
> >>I am in the process of designing a project for school. This project 
> >>requires a GPS sensor and a barometric pressure sensor to determine 
> > 
> > 
> > You ARE aware that GPS will give you altitude for free, right?

And, not to forget, an unbelievably accurate clock, too.  Physicists
have been known to use a GPS receiver in experiments weighing
thousands of tonnes (i.e. which are essentially impossible to move
even if you were to try rather hard) just because they wanted to know
the exact time.

> No, I was not aware. As far as I know it will give you longitude and 
> latitude which is like the X and Y axis. 

Most "consumer-grade" GPS receivers do indeed work like that.  They
don't trust themselves enough (or can't afford the increased amount of
processing) to extract altitude, too.  Instead, they use a reference
ellipsoid or terrain altitude information as a constraint to extract
the (lon/lat) position.

-- 
Hans-Bernhard Broeker (b...@physik.rwth-aachen.de)
Even if all the snow were burnt, ashes would remain.

Re: GPS and Barometric pressure sensor recommendation please - Vadim Borshchev - 12:04 02-08-04

On Mon, 02 Aug 2004 01:27:08 -0400, Sonoman <b...@microsoft.com> 
wrote:

> I am in the process of designing a project for school. This project 
> requires a GPS sensor and a barometric pressure sensor to determine 
> position in space.

Vaisala radiosonde might be what you are looking for.  It contains 
temperature (two of them),  humidity and barometric sensors.  RS80 variety 
also comes with 8 channel GPS transiever (it transmits Doppler shifts, so 
you'd need to figure out how to obtain the position from them).  They are 
quite cheap on ebay, around 10 quid.

The links to check:

http://www.google.co.uk/search?q=vaisala+rs80+radiosonde
http://www.zfx.de/sonde/


   Vadim

| 1 | 2 | 3 | 4 | next