How to do azure MQTT setup?

Kshitija Tekade 1 Reputation point
2022-08-01T12:30:02.473+00:00

I am using BG95m3 device. Need to connect it to cloud .
For that I am referring https://github.com/Azure/azure-iot-device-ecosystem/blob/master/get_started/threadx-quectel-bg95-c.md this document.

Still I am not able to do the connections

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
{count} votes

2 answers

Sort by: Most helpful
  1. QuantumCache 20,031 Reputation points
    2022-08-19T18:03:52.06+00:00

    Hello @Kshitija Tekade ,Thanks for posting this query on this forum!

    Please let us know if you need further help over here, we would be happy to help you on this query....! Please comment in the below section if you have any further queries and our team would be in touch with you!

    How to do azure MQTT setup?

    Azure IoT Use MQTT to develop an IoT Plug and Play device client

    Azure Certified Device catalog Getting started guide: Quectel BG95 :

    The BG95 is a cellular module, based on the Qualcomm 9205 LTE modem, to be integrated with Microsoft’s Azure Device SDK. As a result, customers can connect their BG95 devices to the Microsoft Azure cloud where they can build, manage, and deploy IoT solutions at scale, accelerating time to market.

    232907-image.png

    Quectel BG95-M3 Mini PCIe: Specification

    232926-image.png

    As mentioned by Sander in the above comment, we would be happy to assist you on Github as well, if any submitted/

    0 comments No comments

  2. Sander van de Velde 28,626 Reputation points MVP
    2022-08-19T23:41:11.74+00:00

    Hello @Kshitija Tekade , @QuantumCache ,

    As an example of MQTT communication, supported by any Azure IoT Hub, check out this complete demonstration written in C#.