How to Measure Altitude with the Arduino - Ultimate Guide to the Arduino #40

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 5

  • @yoelit3931
    @yoelit3931 ปีที่แล้ว +5

    How would I be able to have this data record while launching it inside of a rocket?

    • @stargate-offic
      @stargate-offic 5 หลายเดือนก่อน

      same problem

    • @robdgonz
      @robdgonz หลายเดือนก่อน

      Call this function at a set rate. Say 3 times a second in the loop()
      Store result in an array that has time, and altitude.
      Have an SD card i2c module. After detection of landing write the array as a csv file to the SD card. You do it after landing because vibrations could interfere and cause data loss.

  • @PlanB-3751
    @PlanB-3751 11 หลายเดือนก่อน +1

    Why the altitude output not stable almost from 0 --> 1.24 m ?
    Cheers.

  • @seraxphh
    @seraxphh ปีที่แล้ว

    How do I make it so it continously makes a check what my altitude is? F.ex that it checks the altitude every 5-10 seconds