Quick question about LoRa for the Portenta boards. I see the LoRaWan example in the openmv IDE.
where is the github for
from lora import *
Also can the LoRa AT commands be accessed and use the murata module directly or are we stuck with the LoRaWan commands only. I am wanting to use direct LoRa between portenta vision shields without having to use a LoRaWan gateway. (If you havn’t tried it is really powerful!, just a complex installation using a linux computer) It can be done, just the arduino Portenta board does not give direct access to the LoRa module. Wondering if the python openmv LoRa code does give direct access to the murata module?