Azure IOT hub Pycom
-
Hi Everyone.
We would like to know is you guys have already an implementation of the azure iot hub client for Microphyton ( Pycom), this is because we would like to have all the features that a IOT Hub Azure client provides, or at least would be good to know if you have a porting of the current C sdk client, https://github.com/Azure/azure-iot-sdk-c.
-
What is the interest level in an MP implementation? There are many things to be taken care of besides just the Hub connection (DPS, Twin, etc).
-
Hi @davargas, I have some code for MQTT as well, but nothing for Azure Client. I have added it to my list of things to research and will try to write a tutorial for it if I can make it work ;)
-
HI @bettina, @jmarcelino
Do you have any info about this implementation?, is there any information that you can share with us. :)
So far we have been able to publish the data using MQTT to Azure IOT hub, but without using the IOT hub Azure Client.
-
@davargas said in Azure IOT hub Pycom:
IOT Hub Azure client provides
One of our evangelists did some work to integrate last year (in conjunction with a Cisco UK hackathon) and I know we sent messages through the Hub as I have an automated message "Congratulations, you've just sent your messages to the Azure IoT Hub!".
I'll try to find the details for you.
It is possible that @jmarcelino know where the scripts are...?
Thanks
Bettina
-
Thanks, Dan,
We believe, so far that the easiest way is to port the C client( azure-iot-sdk-c.) to micropython we are following some porting guides.
http://media.readthedocs.org/pdf/micropython-dev-docs/latest/micropython-dev-docs.pdf
but currently we have a problem finding in your ESP_32 makefile, the variable SCR_C in order to add the list of C files to port, do you know where we can find additional information about how to find the equivalent of this SCR_C variable in your make file?
-
Hi @davargas, I don't think we do. They have a Python version of the sdk, maybe that helps. I'll look into it though, it sounds like something that would be nice to have.