This repository was archived by the owner on Nov 24, 2022. It is now read-only.
Open
Conversation
* [PHY] Add empty modem * [LoRaWAN] WIP: update datarate / TOA handling * [PHY] Add modem to datarate functions * [LLCC68] Add modem argument to datarate functions * [LR11x0] Add modem argument to datarate functions * [SX126x] Add modem argument to datarate functions * [SX127x] Add modem argument to datarate functions * [SX128x] Add modem argument to datarate functions * [LoRaWAN] Change datarate handling * [LoRaWAN] Fix LR-FHSS header count * [LoRaWAN] Update RFU datarates * [LR11x0] Add default case to `setModem()` * [LoRaWAN] Remove unused variable
* Add error for packet too short * [SX126x] Add support for Long Interleaver coding rates * [LR11x0] Add packet length check for long interleaver * [LR11x0] Update comment on Long Interleaver * [SX128x] Update Long Interleaver CR 4/8 macro * [SX128x] Add packet length check for CR 4/8 with long interleaver * [SX126x] Add definitions for new CR with long interleaver
Add a note that the update parameter is not used for SX126x modules
* [ADS-B] Initial WIP commit * [ADS-B] Add basic example * [CI] Fix cppcheck issues * [ADS-B] Fix example extension and path * [ADS-B] Add missing cast in example * [ADS-B] Add missing cast in example * [LR2021] Fix inverted Manchester configuration * [ADS-B] Fix callsign parsing * [ADS-B] Add method to parse hex ID * [ADS-B] Make input pointers const * [ADS-B] Implement aircraft position decoding * [ADS-B] Add altitude and position decoding to example * [ADS-B] Fix debug conversions * [ADS-B] Add live monitor script * [ADS-B] Add monitor example * [LR2021] Fix incorrect logic of LoRa header IRQ check
* [LR11x0] Expose instantaneous RSSI measurement * Rephrase "Recorded" to "Received" * Add `skipReceive` parameter for instantaneous RSSI measurement * Fix cppcheck error
For SX126x: reset analog registers Co-authored-by: Wessel Nieboer <wessel.nieboer@onior.com>
* [LR2021] a fix for reverse order of bytes in OOK sync word * [LR2021] Add check for OOK sync word length --------- Co-authored-by: jgromes <jan.gromes@gmail.com>
* [LR2021] a fix for OOK packet's RSSI return value * [LR2021] Add comment about packet RSSI for OOK modem --------- Co-authored-by: jgromes <jan.gromes@gmail.com>
Corrected dataSent update logic to assign initialWrite directly.
…sue (#1727) * Updated CAD detection for LR 2021, resolving the freezing issue. * Updated CAD detection for LR 2021, resolving the freezing issue. * update * Modify Parameter Position * [LR2021] Cleanup fast CAD handling --------- Co-authored-by: jgromes <jan.gromes@gmail.com>
[LR2021] Add getLoRaRxHeaderInfo function
…s-DWT-before-calling-dwt_init() [HAL] Check if board is using DWT before calling dwt_init() on STM32
* Slightly Update frequency ranges in SX127x modules * Update frequency range limits for SX127x modules to accommodate real-world use cases
* Add AI use chapter to contributing guidelines * Add a note that failure to adhere to AI guidelines is grounds for rejection
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Wow... a lot of changes