Skip to content
Discussion options

You must be logged in to vote

The SX126x family of devices actually have 3 separate drivers implementing the LoRa API, depending on which backend you want to use (LoRaMAC-node, LoRa Basics Modem, or the native implementation). The first two are Semtech integration layers, while the later is a pure Zephyr creation (by @carlocaione).

Yes these devices (and therefore STM32WL5x, which integrates the IP) can do more that just LoRa, but LoRa has historically been the primary use-case for the modems.

Does Zephyr have other places for general radio modules that can do FSK, MSK etc.?

Not currently. There are recent PRs looking to integrate it into the LoRa API, but I am unsure whether that is the best place for it (#104331, #…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Halogenek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants