Help with altimeter build

Carlos Rubiano

Carlos Rubiano

@carlos-mW91Hj Oct 27, 2024
Hello CEans!

I am working on making an altimeter with real time monitoring for an RC plane that goes up 150 feet.

As for my background, I have not done much with electronics but I do know a decent amount of programming.

I was looking at this <a href="https://www.adafruit.com/product/1603" target="_blank" rel="nofollow noopener noreferrer">BMP180 Barometric Pressure/Temperature/Altitude Sensor- 5V ready : ID 1603 : $9.95 : Adafruit Industries, Unique & fun DIY electronics and kits</a> but I am not entirely confident on what other parts I require in order to make everything work properly and then integrating it together. I imagine I also need some type of radio and some type of IDE for arduino programming? Also I believe I need a microcontroller with I2C?

I plan on using this to control my plane's motors: <a href="https://opwiki.readthedocs.io/en/latest/user_manual/cc3d/cc3d.html#coptercontrol3d-cc3d-and-atom-and-coptercontrol-introduction" target="_blank" rel="nofollow noopener noreferrer">CopterControl / CC3D / Atom Hardware Setup — LibrePilot/OpenPilot Wiki 0.1.4 documentation</a>, which has I2C so would that work?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Ramani Aswath

    Ramani Aswath

    @ramani-VR4O43 Dec 18, 2016

    For small distances like 150 feet one may be better off with laser sensors.
    <a href="https://www.astech.de/en/produkt.html?name=LDS30A" target="_blank" rel="nofollow noopener noreferrer">Produkt</a>
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Dec 18, 2016

    Interesting project, #-Link-Snipped-# !

    Yes, if you looking forward for BMP chip then you will need Microcontroller which can read from it via I2C interface.
    You can go with this board:- #-Link-Snipped-#
    Here is tutorial on how to use BMP180 chip with Arduino:- #-Link-Snipped-#
  • Carlos Rubiano

    Carlos Rubiano

    @carlos-mW91Hj Dec 20, 2016

    Thanks for that information!

    What would be the best way to transmit the data to my PC? I've heard it can be possible to use bluetooth or radio, and I haven't quite found an exact tutorial that gives me confidence in implementing it. It would need to be capable of transmitting 150 feet away
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Dec 20, 2016

    David Rubiano
    Thanks for that information!

    What would be the best way to transmit the data to my PC? I've heard it can be possible to use bluetooth or radio, and I haven't quite found an exact tutorial that gives me confidence in implementing it. It would need to be capable of transmitting 150 feet away
    I would say use WiFi for that. ESP8266 can be good choice for you. You have to put one of your PC port in listen mode and connect to that port using TCP/IP.
  • Carlos Rubiano

    Carlos Rubiano

    @carlos-mW91Hj Dec 20, 2016

    Harshad Italiya
    I would say use WiFi for that. ESP8266 can be good choice for you. You have to put one of your PC port in listen mode and connect to that port using TCP/IP.
    I don't think thats an option since I will be flying my plane in an open field, where WiFi probably won't be available
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Dec 21, 2016

    David Rubiano
    I don't think thats an option since I will be flying my plane in an open field, where WiFi probably won't be available
    I see ! Then you definitely need some RF Transceiver on your RC Plane and same on PC Side which can act as a RF Bridge ideally.