Always receiving failed CRC and failed MIC packages
Home › Forums › Conduit: mLinux Model › Always receiving failed CRC and failed MIC packages
- This topic has 13 replies, 6 voices, and was last updated 7 years, 11 months ago by
AMIN BOUFELFEL.
-
AuthorPosts
-
November 24, 2015 at 10:02 am #10115
Eduardo Garcia
ParticipantHello:
I am always receiving CRC check errors and MIC check errors from packages sent from a node that succesfully was connected and sending data before. I was the one that made a post on the “Conduit Manual Join to SX1276 MBED (Third party device)” thread, and with the help of Jason I could get the module connected.
I moved to work on other projects, and returned to testing the Multiconnect Conduit today. But now the node I had connected to the Lora always fails. The log only shows messages as follows:
10:58:9:892|INFO| Parsing 1 rx packets 10:58:9:892|WARNING| Recv'd frame failed CRC check
Are there some commands I could use as to debug what is going on? Like reading the raw data that the Conduit is getting? I also tried to remove the node, but I could not find a command to do so.
Thank you for your help,
-Ed
November 24, 2015 at 10:09 am #10116Eduardo Garcia
ParticipantI also get the following:
11:8:51:418|INFO| Addr: 33:33:33:33 MIC Check: failed 11:8:51:418|WARNING| Dropping packet, Addr: 33:33:33:33 Duplicate: no 11:9:8:351|INFO| Parsing 1 rx packets 11:9:8:353|INFO| SeqNo: 00040000 PrevSeqNo: 00000000 Duplicate: no
November 24, 2015 at 3:14 pm #10120Eduardo Garcia
ParticipantI changed my device’s address from 33:33:33:33 to 33:33:33:31 I can receive the messages. Nothing else is different! What can be the cause of this, any idea?
November 25, 2015 at 9:36 am #10132Brandon Bayer
BlockedEduardo,
When you changed the device address, did you do the
node add
command again?I suspect your address lease expired. After
network["leasetime"]
inlora-network-server.conf
(minutes), the node will be purged from the DB. If the device then transmits again, the server will reject it because the address lease has expired.-Brandon
-
This reply was modified 9 years, 4 months ago by
Brandon Bayer.
November 25, 2015 at 11:09 am #10138Eduardo Garcia
ParticipantHi Brandon:
I did do the
node add
again after changing address, and with the new address it is working as of now. How can I remove the node of the expired address lease? Is it adding it again?Thanks,
-Ed
November 25, 2015 at 11:13 am #10139Brandon Bayer
BlockedEduardo,
Ok, then it probably was a lease related issue. Do
node list
to see if it’s still in the db. I think you can remove them withnode remove
.-Brandon
November 25, 2015 at 11:16 am #10140Eduardo Garcia
ParticipantDo you know the syntax of node remove or could you give me an example? I have tried node remove but I get a syntax error. I tried
node remove 33:33:33:33
with no luck!-Ed
November 25, 2015 at 11:42 am #10141Eduardo Garcia
ParticipantIt is also still on the DB
November 30, 2015 at 8:36 am #10154Brandon Bayer
BlockedEduardo,
My mistake! The command is actually
node delete <NETWORK ADDRESS>
-Brandon
-
This reply was modified 9 years, 4 months ago by
Brandon Bayer.
November 30, 2015 at 8:57 am #10158Eduardo Garcia
ParticipantThanks Brandon!
Mysteriously the Conduit had all nodes erased this morning! But I will keep this command in mind.
Thanks!
February 8, 2017 at 12:20 pm #16813Claude Favreau
ParticipantHi,
I got the same issue and I don’t knwow why. I just upgraded the firmware of the conduit to 1.3.3.`
19:5:41:882|INFO|Parsing 1 rx packets
19:5:41:883|WARNING|Recv'd frame failed CRC check
19:5:44:512|TRACE|Parse downstream message 12 bytes
19:5:44:513|TRACE|Gateway 00:80:00:00:00:00:bf:b5 seen IP address 127.0.0.1:50143
19:5:54:522|TRACE|Parse downstream message 12 bytes
`I already tried to delete and add again the node. By the past I already received data from this node. Someone has an idea how to solve it or what is the origin of this issue?
-
This reply was modified 8 years, 1 month ago by
Claude Favreau.
-
This reply was modified 8 years, 1 month ago by
Claude Favreau.
February 9, 2017 at 4:00 am #16847nabil islam
Participanthi, i have the same issue : in the DB i just keep my beacon filled with it’s informations, and when i try to connect it to the conduit dateway, here’s the log i get :
9:54:32:272|INFO| Queue join response 33 bytes
9:54:32:293|INFO| Send Join Accept – EUI: 70-b3-d5-32-60-00-01-e6 ADDR: 06000002
9:54:32:293|INFO| Schedule TX Time on air: 81 ms
9:54:33:22|INFO| Frame transmitted to 06:00:00:02 via GW (00:80:00:00:a0:00:01:d8 Chan LC2 127.0.0.1:46519) Seq# 0
9:54:33:31|INFO| Band: 1 Time off air: 7100 ms
9:54:33:31|INFO| Transmit UDP message to Gateway 206 bytes
9:54:37:615|INFO| Parsing 1 rx packets
9:54:37:615|WARNING| Recv’d frame failed CRC check
9:56:2:621|INFO| Parsing 1 rx packets
9:56:2:622|INFO| Received join request
9:56:31:713|INFO| Parsing 1 rx packets
9:56:31:714|INFO| Received join request
9:56:50:692|INFO| Parsing 1 rx packets
9:56:50:692|WARNING| Recv’d frame failed CRC check
9:57:7:549|INFO| Parsing 1 rx packets
9:57:7:550|INFO| Received join requestI’ve tryed a join method with OTAA since abp doesn’t work and crash my lora server when i add a node
the leasetime is at 0 so it shouldn’t provoke a timeout, but i still fail to connect a node to the gateway with this CRC error message
February 9, 2017 at 11:08 am #16861Bryan Tran
ModeratorHi nabil islam/Claude Favreau,
Please create support case at – http://www.multitech.com/support/support for further trouble shooting your issue.
Thanks,
BT
April 20, 2017 at 3:08 am #18411AMIN BOUFELFEL
Participanthello evryone 🙂
Claude Favreau, i’m having the same issue as you.
i have no problem with the join method, it’s that after joining i can’t receive any sent packet from my mdot due to the “CRC fail check”
plz, have anyone found a solution yet ?Apr 19 17:33:22 mtcdt user.debug lora-network-server: Gateway 00:80:00:00:00:00:c2:fa seen IP address 127.0.0.1:35048
Apr 19 17:33:31 mtcdt user.debug lora-network-server: Parse upstream message 508 bytes
Apr 19 17:33:31 mtcdt user.debug lora-network-server: Gateway 00:80:00:00:00:00:c2:fa seen
Apr 19 17:33:31 mtcdt user.info lora-network-server: Parsing 1 rx packets
Apr 19 17:33:31 mtcdt user.warn lora-network-server: Recv’d frame failed CRC check
Apr 19 17:33:32 mtcdt user.debug lora-network-server: Parse downstream message 12 bytes
Apr 19 17:33:32 mtcdt user.debug lora-network-server: Gateway 00:80:00:00:00:00:c2:fa seen IP address 127.0.0.1:35048
Apr 19 17:33:42 mtcdt user.debug lora-network-server: Parse downstream message 12 bytes
Apr 19 17:33:42 mtcdt user.debug lora-network-server: Gateway 00:80:00:00:00:00:c2:fa seen IP address 127.0.0.1:35048
Apr 19 17:33:53 mtcdt user.debug lora-network-server: Parse downstream message 12 bytes-
This reply was modified 7 years, 11 months ago by
AMIN BOUFELFEL.
-
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.