mcci-catena / arduino-lmic

LoraWAN-MAC-in-C library, adapted to run under the Arduino environment
https://forum.mcci.io/c/device-software/arduino-lmic/
MIT License
633 stars 209 forks source link

getting rx data in class a and c in aurdino console #710

Closed manivalaguru closed 3 years ago

manivalaguru commented 3 years ago

hello i have created class a and class c devices my class c device is in abp and class a in otaa mode in class c after sending the downlink i can be able to see the downlink message only one time at the start in my aurdino console i am using this line to Serial.print(LMIC.dataLen); print the data after that i am getting only downlink confrimation not data

why is that? if class c can continuosly send downlink data means i can i able to see that right??

when i use class a in otaa mode i could not see the downlink data in console ?

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1216 ho 0 tail 12 room 4 load:0x40078000,len:10944 load:0x40080400,len:6388 entry 0x400806b4

my device printing only this

FCnt | FPort | Confirmed | Base64 encoded payload

5 | 1 | yes | dHJhY2tlcndhdmUgbm9kZQ==

my downlink is this

how can i see my downlink data in arduino console what are the changes i should do??

thanks and regards manikandan v

This information is very important; it's hard to help without a complete set of answers.

terrillmoore commented 3 years ago

See #711: class C is not supported. Closing this issue with regrets.