CrazyEngineers
  • Help with altimeter build

    Carlos Rubiano

    Carlos Rubiano

    @carlos-mW91Hj
    Updated: Oct 27, 2024
    Views: 1.4K
    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?
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Ramani Aswath

    MemberDec 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>
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberDec 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-#
    Are you sure? This action cannot be undone.
    Cancel
  • Carlos Rubiano

    MemberDec 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
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberDec 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.
    Are you sure? This action cannot be undone.
    Cancel
  • Carlos Rubiano

    MemberDec 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
    Are you sure? This action cannot be undone.
    Cancel
  • Harshad Italiya

    MemberDec 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.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register