GitPedia
NamNamIoT

NamNamIoT/ArduLora

Lora/LoraWan Arduino board

2 Releases
Latest: 1mo ago
ArduLora Library v1.1.0v1.1.0Latest
NamNamIoTNamNamIoT·1mo ago·May 19, 2026
GitHub

📦 Version 1.1.0

  • Integrated native `ArduLora_SHT3x` and `ArduLora_BH1750` sensor drivers directly into the library.
  • Updated hardware pinout mapping for the new board revision (AI1 to `PA10`, AI2 to `PA15`).
  • Updated the external sensor power enable pin `PB5` to active-low logic (`LOW` to power ON / `HIGH` to power OFF).
ArduLora Library v1.0.0 - Initial Release1.0.0
NamNamIoTNamNamIoT·1mo ago·May 2, 2026
GitHub

📦 🚀 Initial Release of ArduLora Library (v1.0.0)

  • This is the first stable release of the ArduLora library for the RAK3172 module, designed to make LoRa development on Arduino IDE incredibly simple.
  • Key Features:
  • 100% compliant with RUI3 v4.2.4+ firmware.
  • Clean and human-readable pin definitions in `ArduLora.h` (e.g., `ARDULORA_LED_STATUS`, `ARDULORA_RS485_TX`).
  • 24 out-of-the-box compiled examples covering:
  • LoRa P2P: Transmission, Receiving, and settings configurations.
  • LoRaWAN: OTAA, ABP, Class B, Multicast, and network joining.
  • Hardware Interfacing: Modbus RTU (Master/Slave), I2C Sensors (SHT3x, LIS3DH, BH1750), GPS, Analog, and Digital IO.
  • + 1 more