Skip to content

BP 3.0.0

Choose a tag to compare

@FryerWire FryerWire released this 18 Apr 06:27
· 23 commits to main since this release

Balloon Project Changelog

Version 3.0.0

Date: 4/18/2025

Features

  • Added detailed documentation for the Balloon Project in docs.tex.
  • Explained the purpose and functionality of the project:
    • Collects altitude and acceleration data.
    • Calculates jerk values for X, Y, and Z axes.
    • Controls NeoPixel LED colors based on jerk values.
    • Logs data to a CSV file and outputs to the Serial Monitor.
  • Documented key features, including:
    • Altitude measurement using BMP280.
    • Acceleration and jerk calculation using LSM6DS33.
    • NeoPixel LED color mapping for jerk values.
    • Data logging and real-time monitoring.
  • Provided an overview of helper functions:
    • scanI2CDevices(), getAltitude(), getAcceleration(), updateAccelHistory(), and computeJerk().

Changes

  • Organized the documentation into sections for better readability:
    • Overview, Key Features, Code Functionality, Data Logging, and Conclusion.
  • Improved clarity and formatting for LaTeX rendering.

Bug Fixes

  • NA

IMPORTANT