Run LoRa Compliance Tests
- This topic has 1 reply, 2 voices, and was last updated 2 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi,
I’m trying to run Lora Compliance tests on my mDot US915.
I found this post https://www.multitech.com/support/resolutionid/5081515 that shows how to run a test application built into the libmDot. Is this still valid? It does not seem to work with libmDot 4.1.3.
If not, how do I run the tests?
In the AT Firmware, there is a handleTestModePacket() function that handles the test mode. Do I need to implement something similar in my custom firmware?
Thanks.
AT Firmware has the AT+TM!=1 command to enable the test mode.
A custom firmware would need to implement the test mode to support certification. It is not built into the library.