High Altitude Sensing Board

Replacement: None. This was a one-off board and we are not building any more of them. This page is for reference only.

This board was originally built and designed for the high altitude balloon project (HAB). This was the main sensor board and we have affectionately named it the 'every sensor we know' board. It has a humidity, magneto, pressure, temperature, light, and acceleration sensor. In addition, it has an ATmega328 at the heart with connections for a GPS module, radio, and an external temperature sensor.

For more information, check out the HAB tutorial.

Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • noworries / about 14 years ago / 2

    You have a minor typo in the "Documents:" area...
    It should list "Datasheet (HMC5843)".
    The link was correct to the pdf file.
    Thanks.

  • tz / about 14 years ago / 2

    Where's the 3 axis Gyro?
    Or don't you know this sensor?

    • bzerk / about 14 years ago / 2

      Given that this is an application-specific design for a balloon, the accelerometric and magneto data are probably plenty. Unless something is seriously wrong, this thing shouldn't be spinning or swinging fast enough that periodic tilt-compensated magnetic heading checks wouldn't give you a pretty good sense of angular rate. But with an ITG-3200, this really would be an ideal general purpose telemetry board.
      The way Nate spaced the ADXL345 and HMC5483 really illustrates just how tiny the next triaxial accel/gyro/mag board could be without the analog ST gyros and their associated peripheral components. Maybe with those same tiny molex connectors to break out SPI and unwired GPIOs and ADC channels. And a fusion of the OpenLog and an all-TWI 9-DOF, would be fantastic. Another thought is to use the AT90USB instead of the 328, allowing one to mount the SD card as mass-storage.
      TZ, without the intermediate serial connection, what kind of sample frequency do you think one could get from a 328 handling the three TWI sensors and also writing the samples to SD? In such an application, Arduino compatibility aside, could you then run the 328 at 16MHz from 3.3v, as with the OpenLog?
      Sorry about the ?ber-digression.

  • Member #321023 / about 12 years ago / 1

    Anyone know where I could get one of these, even though they are retired? Or is anyone willing to sell theirs?

    • MostThingsWeb / about 12 years ago / 1

      You could grab the Eagle files and send them to the fab, then solder it together yourself. Everything you need is there.

  • kylehotchkiss / about 13 years ago / 1

    What kind of cable connects this to a radio? Does it send some type of tty signal right off the bat?

  • lordk / about 13 years ago / 1

    How can I add an anemometer to this board? Is it possible?

    • aceat64 / about 13 years ago / 1

      There are three analog pins that are broken out as PC1, PC2 and PC3. They can also function as digital input pins, so you could use one with an anemometer like the one in Sparkfun's Weather Meters Kit.

      • lordk / about 13 years ago / 1

        Ok. thx. For digital inputs, Do I need to reprogram the atmel of the HAS?

  • Member #207490 / about 13 years ago * / 1

    I'm a newish electronics student trying to use this board in a high altitude balloon project and have some very very basic questions. First and foremost is: what is the best way to communicate with this board? I ultimately want to log data to an SD card, but first would like to find some way that I can access the data from the board on a computer.
    Many thanks in advance!
    Matt

    • aceat64 / about 13 years ago / 1

      At the Dallas Makerspace we've been using an FTDI basic breakout (3.3 volt!) to read the data in real-time from a computer. Once we launch our balloon we'll use an OpenLog to record the data to an SD card.

      • Member #207490 / about 13 years ago / 1

        Thanks for the response. Apologies for very basic questions, but I'm trying to figure out what my shopping list needs to be in order to use this sensor board in the lab and at altitude.
        Need:
        - HAB board
        - Openlog board
        - FTDI basic breakout
        - SD card
        Do I need something like the Arduino Pro or Mini? Many many thanks again and in advance for all your help.
        Thanks,
        Matt

        • aceat64 / about 13 years ago * / 1

          Here's what we bought:
          * High Altitude Sensing Board
          * LS20031 GPS
          * TMP102 Temperature Sensor (for external temperature)
          * OpenLog Data Recorder
          * Interface Cable for EM408 - 1 Foot (buy a couple of these, they are really handy)
          * FTDI basic breakout
          * SD card (I think we're using a 2 or 4GB card)
          Check out our project page for more info.

      • This is exactly what I did for my launch and it worked beautifully. The OpenLog has a pinout that mates with the Arduino Pro (and Pro Mini) so it's incredibly easy to do.

  • nearspaceLuke / about 13 years ago / 1

    The BMP085 is only rated to about 9000m (29,528 feet). That is about half of the height I would expect from a near space balloon. Has anyone confirmed that this pressure sensor reads properly beyond the 9000m pressure level?

  • MarcoG / about 13 years ago / 1

    Hi, Folks. I did it! Here is my Blog: http://swisshab.blogspot.com/
    Mainly SparkFun Stuff.

  • SDTacoma / about 13 years ago / 1

    Does this come with a DataLogger? If not, how would one hook-up the OpenLog to this?

    • aceat64 / about 13 years ago / 1

      It doesn't come with an OpenLog, you'll have to buy one. I took a female 6-pin header, bent the pins about 90 degrees and soldered them to an OpenLog. Be sure to do this with the SD card slot and header on the bottom.

  • MarcoG / about 13 years ago / 1

    The BMP085 seems to work over its specs . I had in the log of my flight last sunday readings of 34hPa, that is around 21'000. I guess the specs are written that way because the engineers had no enough immagination to think about such an use of that sensor. I had more troubles with the venus GPS that stopped to work at 5000m.

  • duderu / about 13 years ago / 1

    The specs on the BMP085 give it at under 30,000 ft at it's highest range. 300hPA equals aprox 29,000 feet. Not even close to 100,000ft. Is my math off or is the High not really that high in the advertisement of this sensor/product? I don't want to rely on GPS to give me the final altitude but a sensor on-board that I will query the data later.

  • MarcoG / about 13 years ago / 1

    It would be a good idea to put the OpenLog device to the related products. For a newbie it's hard to understand the implicit needed hardware for such a project.

  • JopieK / about 14 years ago / 1

    Well, that will work indeed. Than another question. It seems that I get nice readings (using terminal of my arduino software). But... I can't switch to other modes. Only just after the boot I can select the different sensors, if I wait too long I just get the barometric readings (and quite some timeouts), how can I switch from one sensor to another?!

  • JopieK / about 14 years ago / 1

    What kind of cables do I use for those extra sensors? They look like some kind of USB.

  • PhantomTypist / about 14 years ago / 1

    The code in the function used to get the relative humidity does not appear to take the temperature into account? Could someone please explain if I am wrong?

  • Great board!
    Keep in mind: the pressure sensor is spec'ed only up to 29,500 feet MSL.

  • rbthursby / about 14 years ago / 1

    According to the schematics, the board also includes a Pressure sensor (BMP085) which is not called out in the description above. It appears that the sensor is installed in the picture as well.

Customer Reviews

No reviews yet.