This repository contains all information regarding the code of Seeduino LoRaWAN and Adafruit Feather M0 Radio with LoRa Radio Module for the PingPong hands-on example.
The example is a simple Ping Pong application with two different LoRa boards communicate each other. One board is the Adafruit Feather M0 with LoRa Radio module the other one is the Seeduino LoRaWAN. Both boards use the same Arduino sketch, the first using the RadioHead Driver, the other one instead use AT commands over serial communication.
Using the Android IDE you have to add the Additional Boards Manager URLs for the Seeduino and Adafruit boards into the Preferences section:
- https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
- https://raw.githubusercontent.com/Seeed-Studio/Seeed_Platform/master/package_seeeduino_boards_index.json
Now you can download the board definition via the Boards Manager:
Seeduino SAMDfor the Seeduino boardAdafruit SAMDfor the Adafruit board
Upload the code to the devices (the same code works with both boards, it autodetects during compiling phase the right code to upload)
You will see on the serial monitor of the boards PING and PONG messages sent via LoRa.