I using XBee3 Cellular and trying to run the sample python app: DRM_HTTP_REQUESTS to send a data stream to DRM. My Xbee is connected to DRM and I see the management/connections date stream.
While running DRM_HTTP_REQUESTS, I see the following response in REPL:
±------------------------------------------+
| XBee MicroPython DRM HTTP Requests Sample |
±------------------------------------------+
- Creating datastream ‘xbee_temperature’… [OK]
- Uploading datapoint to datastream ‘xbee_temperature’… [OK]
- Uploading datapoint to datastream ‘xbee_temperature’… [OK]
- Uploading datapoint to datastream ‘xbee_temperature’… [OK]
The code is working, but I don’t the data streams in DRM.
Any idea what is going on here?