arduino-libraries / MKRWAN

An Arduino library for sending and receiving data using LoRaWAN protocol and LoRa® radios.
https://www.arduino.cc
GNU Lesser General Public License v3.0
87 stars 60 forks source link

2 LoRaWan examples to connect to the Helium network in North America US915 #118

Open hpssjellis opened 2 years ago

hpssjellis commented 2 years ago

2 LoRaWan examples to connect to the Helium network in North America US915

@sebromero These examples can help people get started with using the Helium LoRaWan "Peoples" network in North America. Tested for both HTTPS and MQTTS integrations using the Arduino PortentaH7 with LoRa Vision Shield.

github-actions[bot] commented 2 years ago

Memory usage change @ 3b83b973266c97cd22951a49a4975665cfbe68a5

Board flash % RAM for global variables %
arduino:mbed_portenta:envie_m4 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_portenta:envie_m7 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1300 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:samd:mkrwan1310 0 - 0 0.0 - 0.0 0 - 0 0.0 - 0.0
Click for full report table Board|examples/DumbModemLoraSender
flash|%|examples/DumbModemLoraSender
RAM for global variables|%|examples/FirstConfiguration
flash|%|examples/FirstConfiguration
RAM for global variables|%|examples/LoraSendAndReceive
flash|%|examples/LoraSendAndReceive
RAM for global variables|%|examples/FWUpdaterBridge
flash|%|examples/FWUpdaterBridge
RAM for global variables|%|examples/MKRWANFWUpdate_standalone
flash|%|examples/MKRWANFWUpdate_standalone
RAM for global variables|% -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|- arduino:mbed_portenta:envie_m4|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0 arduino:mbed_portenta:envie_m7|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0 arduino:samd:mkrwan1300|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0 arduino:samd:mkrwan1310|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0|0|0.0
Click for full report CSV ``` Board,examples/DumbModemLoraSender
flash,%,examples/DumbModemLoraSender
RAM for global variables,%,examples/FirstConfiguration
flash,%,examples/FirstConfiguration
RAM for global variables,%,examples/LoraSendAndReceive
flash,%,examples/LoraSendAndReceive
RAM for global variables,%,examples/FWUpdaterBridge
flash,%,examples/FWUpdaterBridge
RAM for global variables,%,examples/MKRWANFWUpdate_standalone
flash,%,examples/MKRWANFWUpdate_standalone
RAM for global variables,% arduino:mbed_portenta:envie_m4,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 arduino:mbed_portenta:envie_m7,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 arduino:samd:mkrwan1300,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 arduino:samd:mkrwan1310,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0,0,0.0 ```