Skip to content

Releases: FryerWire/Balloon

BP 4.0.0

Choose a tag to compare

@FryerWire FryerWire released this 21 Apr 16:24

Balloon Project Documentation Report

Version 4.0.0

Date: 4/21/2025

Features

  • Added live_serial_monitoring.py in the Data folder.
  • Added post_data_processing.py in the Data folder.
  • Added Images folder for graphs

Changes

  • Reorganized the entire file strucutre.
  • Removed lib, testing and Notes folders.

Bug Fixes

  • main.cpp resets files upon reading and properly records data.

BP 3.0.0

Choose a tag to compare

@FryerWire FryerWire released this 18 Apr 06:27

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

BP 2.0.0

Choose a tag to compare

@FryerWire FryerWire released this 17 Apr 02:05
ca39c77

Balloon Project Changelog

Version 2.0.0

Date: 4/16/2025

Features

  • Added Adafruit Clue library to the Balloon Project
  • Added adafruit/Adafruit Unified Sensor
  • Added adafruit/Adafruit BMP280 Library
  • Added adafruit/Adafruit LSM6DS
  • Added adafruit/Adafruit LIS3MDL
  • Added adafruit/Adafruit NeoPixel
  • Added adafruit/Adafruit GFX Library
  • Added adafruit/Adafruit ST7735 Library
  • Added adafruit/Adafruit ST7789 Library

Changes

  • Removed the Adafruit Circuit Playground library

Bug Fixes

  • NA

IMPORTANT

BP 1.0.0

Choose a tag to compare

@FryerWire FryerWire released this 15 Apr 04:08

Balloon Project Changelog

Version 1.0.0

Date: 4/14/2025

Features

  • Added main.cpp in the src/ folder for core functionality.
  • Added testing.cpp in the src/ folder for altitude data processing.
  • Added altitude_data.py and altitude_data.txt in the Altitude Testing/ folder for altitude testing and data storage.
  • Added Adafruit_Examples.cpp, Cpp_Example.cpp, and Prof_Cpp_Example.cpp in the Examples/ folder for example implementations.
  • Added README files in the include/ and lib/ folders for documentation.
  • Added Meeting Notes/ and Project Notes/ in the Notes/ folder for project-related notes.
  • Added changelog.txt, todo.txt, and LaTeX/ folder in the Documentation/ folder for project documentation.
  • Added .vscode/ folder with configuration files for Visual Studio Code.
  • Added platformio.ini for PlatformIO project configuration.

Changes

  • Reorganized files into a structured folder hierarchy for better project management.
  • Modified testing.cpp to include functionality for reading and processing altitude data from altitude_data.txt.

Bug Fixes

  • NA

IMPORTANT