Hello,
I am experiencing some problems with Arduino pro mini 3.3V/8MHZ + RFM95 node and LMIC library.
I am trying ttn-otaa example in LMIC library.I have created and application and have registered one device.
I am receiving the following output from arduino console:
Starting
Packet queued
374: EV_JOINING
633691: EV_JOINED
765209: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
4646746: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
8528453: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
12410009: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
16291573: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
20173145: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
24054709: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
and so onâŚ
On the TTN console I can see the packets coming into GW.
Also in Applications console in Device Overview I can see Frames up coming and counting.
But in Data Tab there is nothingâŚno payload.
The device is sending âHello world!â.
What can be the problem.
This is my first experiment with Lora GW& node.
Thanks for helping me.
Thank you BoRRoZ
I already tried to reset frame counters and it dosenât help.
I am using design with Arduino pro mini 3.3V/8MHZ (Chineese one) + RFM95 with the following wiring:
nss = 10,
.rxtx = LMIC_UNUSED_PIN,
.rst = 0,
.dio = {7, 8, 9},
I am using the ttn-otaa example sketch provided with LMIC library.
I also put LMIC_setClockError(MAX_CLOCK_ERROR * 1 / 100); in my setup, but it dosenât help.
Hello,
I did not test the GW with other nodesâŚso it is not 100% sure that worksâŚbut we can assume soâŚ
I am using right keys âyou can see:
Yes I have added the node to the application.
I am afraid of this messages from Arduino console:
Starting
Packet queued
454: EV_JOINING
652922: EV_JOINED
785575: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
4668256: EV_TXCOMPLETE (includes waiting for RX windows)
Packet queued
8551103: EV_TXCOMPLETE (includes waiting for RX windows)
so there could be several reasons the node is not working
wrong keys (I donât see the yelow join request symbol)
wrong wiring ⌠which one did you build ?
sometimes deleting the node and deleting the application and start over registering the application and registering and adding the node again, helps⌠donât ask me why but Iâve seen it