Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Connection to Azure from CR6 Data Logger


gregroe Mar 19, 2021 07:36 PM

is there any guidance or samples for connectivity to Microsoft Azure Cloud.   e.g IoT Hub or Event Hub

MQTT, AMQP, HTTPS


Dana Apr 6, 2021 02:28 PM

HTTPS has been supported in the datalogger for a while, including a handful of CRBasic instructions.The latest CR6 OS 11 implements support for MQTT. There are three instructions in CRBasic, and the parameters for those instructions are documented in the CRBasic help. However, there is no documentation in the way of practical implementation right now. 

If you have specific questions as you start working through this, call in to our Technical Support and we may be able to provide some guidance. 

Best, Dana


salmr199 Jun 3, 2021 07:39 AM

Hi there,

I am also trying to setup a CR6 with MQTT. I have found the CRBASIC instructions. If I want to subscribe to the logger via a python script, I get the message: 'actively refused connection'. I presume that it is a setting in the logger itself. Is there a technical document describing what settings to use? 


Sam Sep 26, 2021 10:57 PM

The datalogger is an MQTT Client. It is not an MQTT Broker. The datalogger and your python script need to connect to a mutual MQTT Broker.

Log in or register to post/reply in the forum.