Failed CRC check in OTAA
Hello, I have made most of my testing using ABP. Right not ABP is working perfectly fine and I want to move over to using OTAA. My device seems to connect correctly and gets the answer from the...
View ArticleReply To: Measuring Conduit's supply voltage.
Hi Ajay, NodeRED has an analog GPIO input node that you can use to read analog voltages using the MTAC-GPIO card. So your idea should work just fine. Below is a link to information about the GPIO...
View ArticleReply To: Failed CRC check in OTAA
It was caused by bad channel mask on my device side so no need to answer! Thanks
View ArticleReply To: Measuring Conduit's supply voltage.
Thanks Leon, that for confirming and that helps a lot. I guess we will plan on using GPIO MTAC Card to read the voltages. Thanks, Ajay
View ArticleEnabling ADR on the mdot and conduit issue!
I have enabled ADR on mdot using the API call m_dot->setAdr(true), and on the AEP model Conduit I have just used the default setting for the ADR. I am using the MTAC-LORA-915 card on the conduit....
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Ajay, Enabling ADR on both sides should be all you need to do. See the ADR section on the page below: http://www.multitech.net/developer/software/lora/introduction-to-lora/ The gateway must RX enough...
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Hi Ajay, One other thing to keep in mind as you are testing… With the mDot and Conduit in close proximity, the signal may be too large for the receivers causing signal degradation. If they are a...
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Hi Leon, Thanks for your response. I will remove the antenna’s and try testing it. I send a heartbeat packet every minute to the conduit and so there should have been enough packets exchanged for the...
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Ajay, Based on the packets your GW is receiving, your endpoint isn’t requesting ADR. The snippet “mhdr”: “8002000000000800″ is actually the MAC header and Frame header from the packet. The MAC header...
View ArticleReply To: what is the function setEvents
Events fire when different things happen in the MAC layer – TX done, TX error, RX done, RX error, join accept, etc, etc. The event handler is a way for the application to be notified of important...
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Hi Mike, Thanks of your response. I am guessing is this happening because i am using AUTO_OTA mode and whatever I had configured earlier in terms of network settings, is saved in the flash and now...
View ArticleBlocked in a loop to join network
I just had my header programming, and i tried a small program, but I can’t see the mDot connecting to my Lora network, so i tried to use the serial communication, and when I tried to use serial, I see...
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Ajay, ADR is independent of the join mode you’re using. It will work for MANUAL, OTA, or AUTO_OTA. Whether or not ADR is enabled is stored in the configuration, and the default is to have ADR...
View ArticleReply To: Blocked in a loop to join network
And now I have just nothing in my serial, and i can’t enter command…. This reply was modified 3 hours, 28 minutes ago by simeoni lorenzo. This reply was modified 3 hours, 28 minutes ago by simeoni...
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Thanks Mike it works now. I just had to reset my Config and called the setAdr at the right place in the code and works well right now. Thanks for breaking up the Mac Header and frame details, that...
View ArticleReply To: Cannot find the LORA tab on DeviceHQ
Hello Dibya What firmware version is running on your Conduits? 1.3.3 is current and I would have you update the firmware in your Conduits. Latest AEP firmware is here...
View ArticleReply To: Enabling ADR on the mdot and conduit issue!
Ajay, Glad everything is straightened out! Cheers, Mike
View ArticleReply To: Non Blocking Send & Ack/Receive timeout.
Hey Mike, I was just thinking, you must be figuring out at your end when to call the txTimeout and the receive window timeout right? Can I just not use those timeouts as to how long I need to wait...
View ArticleDifference between the rssi in mdot/Box and Conduit
Hello, I’m doing coverage test. In all test, I’m seeing 10-20dBm better signal in the Conduit recepción that the mdot recepcion. Is this normal? why? Is the same antenna ande de same tx levels en the...
View Article