Add support for Elecrow ThinkNode M7#2839
Draft
liamcottle wants to merge 1 commit into
Draft
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
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.
This PR adds support for the Elecrow ThinkNode M7.
I have tested the following firmwares:
The kiss_modem firmware has also been added, not tested, but compilation was successful.
Please note, the ThinkNode M7 board was shipping with an LR1110 radio with older firmware.
See jgromes/RadioLib#1814 for more information.
This PR will be blocked until a new RadioLib version is released, with jgromes/RadioLib#1815 merged in.
Without the above RadioLib upgrade, the LR1110 (if running older firmware) will fail to init, due to missing features.
This means the MeshCore firmware will hang at startup, and won't be usable.
The new RadioLib changes resolve this, but it's still recommended that users upgrade the firmware on the LR1110 radio chip if using in production or for critical applications. We will look to provide a tool, or firmware binary to make it easy for end users to update the LR1110 firmware.
Note: PR is in draft state until RadioLib is updated and we bump the library dependency in MeshCore