Skip to content

Commit 4bd0d4f

Browse files
authored
samples: Remove step to wait for Remote Manager connection
When MicroPython requests to upload datapoints to Digi Remote Manager using the TCP connection (the default behavior used in this sample), if there is no existing TCP/TLS connection, one is created automatically. Additionally, waiting for the Remote Manager connection would not work typically, since the default behavior of XBee 3 Cellular devices is to _not_ connect automatically.
1 parent 9df1156 commit 4bd0d4f

File tree

1 file changed

+2
-5
lines changed
  • samples/remote_manager/send_data_points

1 file changed

+2
-5
lines changed

samples/remote_manager/send_data_points/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Requirements
1212

1313
To run this example you need:
1414

15-
* One XBee3 cellular module with MicroPython support.
15+
* One XBee3 cellular module with MicroPython support, running firmware ending
16+
in `*11` or newer.
1617
* One carrier board for the radio module (XBIB-U-DEV or XBIB-C board).
1718
* A Digi Remote Manager account with the XBee3 cellular device registered in.
1819
* The XCTU application (available at www.digi.com/xctu).
@@ -27,10 +28,6 @@ Make sure the hardware is set up correctly:
2728
2. Make sure the XBee3 cellular device is connected to Internet. To do so,
2829
verify that the Connection status LED is blinking or the value of the
2930
**AI** parameter is **0**.
30-
3. Make sure the XBee3 cellular device is connected to Digi Remote Manager. To
31-
do so, verify that the value of the **DI** parameter is **0**, **5** or **6**
32-
(connected without TLS, connected over TLS, or connected over TLS with authenticated
33-
server, respectively).
3431

3532
Run
3633
---

0 commit comments

Comments
 (0)