-
Notifications
You must be signed in to change notification settings - Fork 0
Created basic firmware and repository foundation #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improved repository workflow: Added better support for Virtual Environments. Integrated clang-tidy and clang-format into pre-commit, along with some other hooks. Added all pre-commit hooks (except clang-tidy, due to complexity and resource demand) into automated CI GitHub Actions checks.
Added basic support for GMT130-V1.0_IPS_240x240. Includes some basic test draw functions on startup, together with the necessary libraries required to use it.
Added basic radio usage, with radio library integration and radio module initialisation. Radio sends basic test packets with an increasing counter, and displays broadcast status in a single line on the TFT display.
Integrate basic support for the BlueDot BME280 + TSL2591 weather station module. Data is gathered and printed to console and TFT display. Data is also sent through radio.
Refactored code in separate .cpp and .h files with unique namespaces, one per component.
Improved the repository before making it public, by adding a README, following the REUSE Specification and adding Actions that add pre-compiled `.hex` files to Releases.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created the basic code for the main CanSat mission, with support for a weather station, radio and display.
Made the foundation for the repository, adding multiple GitHub Actions and Git Hooks, to ensure code quality and ease of development.
Added basic support for GMT130-V1.0_IPS_240x240
Set pre-commit, clang-tidy and clang-format up. Added .venv to .gitignore
Added CI workflow check
Fixed CI workflow
Removed .vscode from clang-format
Started work on radio
Changed display SPI port to leave faster port with FIFO for radio
Readied radio for basic testing
Updated screen to better show radio transmission
Improved logic for radio broadcast status display
Started work on module integration
Finished basic weather station integration
Refactored radio
Considered templating for display
printwrapper function.Refactored display
Refactored weather station
Changed "TecnoClub" capitalisation
Added licencing information to meet the REUSE Specification
Updated
clang-formatto version 20.1.0Added REUSE specification compliance check to pre-commit hooks
Create README.rst
Added wiring information to README.rst
Added banner image to
README.rstAdded year to
SPDX-FileContributortagsCreated GitHub Release workflow and fixed capitalisation of
includes