ricaun / SimpleLMIC

SimpleLMIC uses the MCCI LoRaWAN LMIC library behind the scene and makes Arduino-friendly
MIT License
9 stars 2 forks source link

hey bro thanks for awesome repo #1

Closed halukmy closed 4 years ago

halukmy commented 4 years ago

is it supports class C?

i need contiunisly communication

ricaun commented 4 years ago

That's a good question, I believe the current version of the LMIC not support Class C, in the case does not work 😐

halukmy commented 4 years ago

@ricaun i can not downlink over gateway is that a problem one single channel how you can downlink esp to this node?

ricaun commented 4 years ago

I'm not implemented single channel on the code yet. LoRaWAN is not intended to work with single channel, what gateway are you using?

halukmy commented 4 years ago

im using esp32 ttgo lorawan module https://github.com/vpcola/ESP32SingleChannelGateway check this out

you got email?

ricaun commented 4 years ago

Maybe is a better library for your case: https://github.com/BeelanMX/Beelan-LoRaWAN

halukmy commented 4 years ago

have you support for LoRa E32 TTL ?

ricaun commented 4 years ago

Hello, no it's not support the LoRa E32 TTL. I'm gonna close de issue, it is loosing the focus. If you want to talk send a email: ricaun@gmail.com See yaaa

rezaghorbaniii commented 2 years ago

Hi, thanks for the excellent repo. Do you have any plan To add Class C support?