Connect LoRa to Elecrow Automatic Smart Plant Watering Kit

Is it possible to connect the REYAX RYLR896 Lora Module SX1276 using UART to the Elecrow CrowTail - Smart pump Shield v2.1.
https://www.amazon.com/RYLR896-Module-SX1276-Antenna-Command/dp/B07NB3BK5H

Comments

  • @afg
    The MCU of Smart Pump Shield is Atmega32U4, we haven't verified yet, but I think you can try to do this project.
  • @admin
    I have successfully added a Grove - Wio-E5 and have a payload back from the device!
    https://wiki.seeedstudio.com/Grove_LoRa_E5_New_Version/#application
    Now I need to decode the payload that I am getting back:
    Here are some of the examples of payloads I am getting:
    “PayloadData”: “AAAAAA==” when all dry
    “PayloadData”: “ZAAAAA==” when first probe in water
    “PayloadData”: “AGQAAA==” when second probe in water
    “PayloadData”: “AABkAA==” when third probe in water
    “PayloadData”: “AAAAZA==” when forth probe in water
    “PayloadData”: “ZGRkZA==” when all probes in water
    Can you give me an example of how to decode this?
Sign In or Register to comment.