things4u / LoRa-LMIC-1.51

Port of LMIC-1.5 library tp Atmega 328 and ESP6822, including alternative AES encription library
81 stars 42 forks source link

downlink #14

Open IBraheemBaleek opened 5 years ago

IBraheemBaleek commented 5 years ago

Hello,

I'm trying to setup a connection between a node (ESP8266) that runs LoRaWAN using this library and a gateway than tuns LoRa for nodeMCU. I am getting a proper uplink from the endnode to the the gateway without any problems and the data is right (including the MIC). Right now I'm trying to send a message from the gateway to the endnode but I can't get the message to appear in the endnode. My question is, does this library support receiving messages?

Thank you.