Dragino Lora Shield

Dragino LoRa Shield for Arduino

Dragino LoRa Shield for Arduino LoRa module

This `shield' contains an SX1276 LoRa radio and a voltage level converter to allow it to be used on both 3V3 and 5V host boards.

Bare-metal

My Laura long range radio project can utilise this board with an Arduino UNO or Arduino MEGA2560.

Arduino

Libraries

Install the following library.

Arduino LMIC

Upload

This guide explains how to load and edit the `sketch' for the Arduino UNO.

Edit Arduino/libraries/MCCI_LoRaWAN_LMIC_library/project_config/lmic_project_config.h

#define LMIC_LORAWAN_SPEC_VERSION       LMIC_LORAWAN_SPEC_VERSION_1_0_3
#define CFG_eu868                       1
#define CFG_sx1276_radio                1
#define DISABLE_PING
#define DISABLE_BEACONS
#define LMIC_ENABLE_DeviceTimeReq       0
#ifdef Serial
 #define LMIC_PRINTF_TO                 Serial
 #define LMIC_DEBUG_LEVEL               0
#endif

Setting the debug level to 2 only works on larger memory devices such as the ATmega2560 and must be 0 for ATmega328P.

When testing with ChirpStack a MEGA2560 clone did not reliably register JoinAccept from the server but it did so eventually. This issue is not present on an Arduino UNO clone nor an ARM based Seeeduino Zero. Apparently port I/O on the MEGA2560 is significantly slower using the Arduino API than the UNO.

NB Enabling debug output will fail to compile on an ARM based board with SerialUSB.

PlatformIO

Not much is known about this platform since it uses VSCODE.

Find out all about it here.

Resources

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies