Skip to content

ArduLora Library v1.0.0 - Initial Release

Choose a tag to compare

@NamNamIoT NamNamIoT released this 02 May 15:08
· 19 commits to main since this release

πŸš€ 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.
    • System: Power saving, Multitasking, and Hardware Timers.