Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Many LoRaWAN Sensors, One Arduino IoT Cloud to ...

Arduino
January 31, 2019

Many LoRaWAN Sensors, One Arduino IoT Cloud to Rule Them All

We are going to see how to connect the new Arduino Pro Gateway - LoRa® Connectivity and the MRKWAN to the Arduino LoRa® network. It is simple to manage your devices and see/download data from LoRaWAN nodes.

Arduino

January 31, 2019
Tweet

More Decks by Arduino

Other Decks in Technology

Transcript

  1. The Things Conference - Luca Cipriani - Arduino CIO 2019|01|31

    Many LoRaWAN Sensors, One Arduino IoT Cloud to Rule Them All
  2. 8 Hardware Standing on the shoulders of giants, simple to

    use for novice, fast for professionals.
  3. 9 HARDWARE - ARDUINO PRO GATEWAY PROFESSIONAL GRADE GATEWAY –

    SX1301 from Semtech – 8 channels + Listen Before you Talk – Aluminium enclosure – Adapter for Raspberry Pi – Raspberry Pi 3 model B+ – 5V Power supply – Ethernet cable – External antenna
  4. 10 HARDWARE - ARDUINO MKR WAN 1300 BASED ON MKR

    FORM FACTOR – SAMD21 Cortex-M0+ 32bit ARM MCU – Murata CMWX1ZZABZ – MKR pinout – Plenty of compatible shields – A huge amount of examples/libs
  5. 11 HARDWARE - DIY LIKE A PRO CONNECTING TRACTORS –

    World leader in tractor components – Arduino MKR WAN 1300 – MKR CAN shield
  6. 12 Software Software should be easy to write but more

    importantly should be easy to read.
  7. 13 SIMPLE SOFTWARE - ARDUINO CREATE MANAGE THE GW FROM

    THE CLOUD – Remote access via web interface – No need for local server (thanks to MQTT) – Docker support (deploy container from web interface) – Run Arduino code on top of the Arduino Pro Gateway – Control the Packet Forwarder and the GW Settings – Automatic update of the software – Quick enrollment
  8. 21 SIMPLE SOFTWARE - ARDUINO LIBS SIMPLE, POWERFUL, OPEN SOURCE

    LIBS – https://github.com/arduino-libraries/MKRWAN (Arduino Official Lib) – https://github.com/TheThingsNetwork/arduino-device-lib (The Things Network) – https://github.com/mcci-catena/arduino-lorawan (MCCI) – https://github.com/sandeepmistry/arduino-LoRa (Sandeep Mistry - Arduino Employee)