Help with altimeter build
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?