EasyManua.ls Logo

Digi XBee 3

Digi XBee 3
293 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Get started with Digi Remote Manager Configure Remote Manager features by scheduling tasks
Digi XBe 3 Cellular LTE Cat 1 AT&T Smart Modem User Guide
59
f. Browse for the main.py file. Check with your system administrator for the location of the
application file.
g. Click OK.
4. Upload the MicroPython library uftp.py file.
a. Find the "MicroPython" folder in the folder list.
b. Click Upload Files. The Upload Files dialog displays.
c. Browse for the uftp.py file. The library uftp.py file is found on the GitHub repository:
https://github.com/digidotcom/xbee-micropython
d. Click OK.
Step 2: Create an XML file with the tasks that you want to perform
This XML file will contain a list of commands for the operation that you will schedule in Step 3.
Note The RCI commands to set_settings in the task may fail to execute because of disconnects after
changing the value for MO.
1. Open the editor of your choice.
2. Create a new file named updatemicropython.xml.
3. Copy the XML below and paste it into the new file.
4. Save the file.
<task>
<description>Update MicroPython</description>
<command>
<name>SM/UDP Request Connect</name>
<event>
<on_error>
<end_task/>
</on_error>
</event>
<sci>
<send_message reply="none" >
<sm_udp>
<request_connect/>
</sm_udp>
</send_message>
</sci>
</command>
<command>
<name>RCI Command</name>
<event>
<on_error>
<continue/>
</on_error>
</event>
<sci>
<send_message cache="false" allowOffline="true" >
<!-- Disable Python Auto-start and enable TCP connection for
remainder of commands-->
<rci_request>
<set_setting>
<micropython>
<PS>0</PS>
</micropython>

Table of Contents

Other manuals for Digi XBee 3

Related product manuals