Add Air780E production example and compile/flash script#3
Open
Glider95 wants to merge 15 commits intowindnerd-labs:mainfrom
Open
Add Air780E production example and compile/flash script#3Glider95 wants to merge 15 commits intowindnerd-labs:mainfrom
Glider95 wants to merge 15 commits intowindnerd-labs:mainfrom
Conversation
Co-authored-by: Glider95 <36504054+Glider95@users.noreply.github.com>
Co-authored-by: Glider95 <36504054+Glider95@users.noreply.github.com>
Co-authored-by: Glider95 <36504054+Glider95@users.noreply.github.com>
…rmware Implement 4G Board Luat Air780E Integration with STM32 Firmware
Co-authored-by: Glider95 <36504054+Glider95@users.noreply.github.com>
Co-authored-by: Glider95 <36504054+Glider95@users.noreply.github.com>
Co-authored-by: Glider95 <36504054+Glider95@users.noreply.github.com>
…otocol Integrate Windguru API protocol for wind data transmission
- Production-ready Air780E STM32G0 firmware with dual upload support - Windguru API integration: converts wind speed to knots (1 m/s = 1.94384 knots) - Windnerd WTP: maintains wind data in m/s - Features: non-blocking state machine, watchdog, state timeout, periodic modem reset - Ultra-low power mode for battery-powered deployments - MD5 authentication support for Windguru API
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
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.
Overview
Adds a production-ready Air780E example that uploads wind data to both WindNerd WTP and Windguru, plus a helper script to compile and flash the firmware.
Changes
examples/air780e/air780e.ino— Production firmwareexamples/air780e/MD5.cpp,examples/air780e/MD5.hexamples/air780e/README.md— How the example works and configurationexamples/compile_flash.sh— Compile witharduino-cliand flash with STM32CubeProgrammerKey details
air780e.ino)WTP_SECRET_KEY,WINDGURU_UID, andWINDGURU_PASSWORDbefore deploymentHow to test