7 years, 11 months ago.

mDot Box Factory Firmware not sending survey data

I think there is a Survey mode bug in the current Box Factory Image (both binary and git repo) causing survey data to never get sent.

I am not seeing survey data being sent (only link check requests) when running either the released binary or a build of the git code. I found in the code that survey data is only sent if _send_data flag is nonzero. The _send_data flag is initialized to the value of mDot->getStartUpMode(), which by default is COMMAND(0).

In survey start() I added code to set startup mode to SERIAL(1) and as a result survey packets are now being sent.

Here is running fw build info: ATI MultiTech mDot Firmware: 2.0.0-mbed Library : 0.0.9-1-ge7286ba

Question relating to:

The MTDOT-BOX/EVB provides Long Range RF LoRa end-point functionality without the need for heavy configuration or embedded design skills.

1 Answer

7 years, 11 months ago.

AT command AT+DATA=1 and AT&W will enable and send the data in survey mode.

It is default to off by design.

Accepted Answer

Thanks for the quick response!

posted by canuck lehead 04 May 2016