Skip to content
Discussion options

You must be logged in to vote

Technically speaking there is no (or very little) hardware-specific code in microReticulum as a matter of principle. Instead there is a concept of "Interfaces" which are extended to implement any medium that microReticulum can communicate over and are intended to be provided by the library consumer in their own apps.

Adding an interface is easy and an example LoRa interface can be seen in examples/common/lora_interface that implements a LoRa interface using the "sandeepmistry/LoRa" library. This could just as easily use RadioLib or any other LoRa library.

If you would like to extend microReticulum support to your own boards, I would suggest providing example interface code in this same wa…

Replies: 1 comment

Comment options

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