Skip to content

Commit

Permalink
Create murata-lora-module.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hpssjellis authored May 31, 2021
1 parent 1ab733c commit 5fa3ba8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions murata-lora-module.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
On an aside note:


### LoRA/Murata Module:

Super exciting is the ability to use the LoRa/Murata module directly on the Portenta that has the LoRa Vision Shield. This module is like a 3rd core that just runs the LoRa interface. Made to work with the MKRWAN library, but that gives no access to LoRa only LoRaWan.

Thanks to Arduino I have got this library working

https://github.com/hpssjellis/ArduinoCore-stm32l0

It is a bit weird. Hard to install, weird to get going as the Portenta needs to flash some code (PortentaBridge.ino) to allow the STM32LO board to flash code to the muarata module which can then communicate with the portenta over Serial3. All example code on the core when properly installed.

The big deal is this gives better LoRaWan abilities and pure LoRa abilities openning up some really interesting Node / Gateway code for Portenta series.

0 comments on commit 5fa3ba8

Please sign in to comment.