espressif / esp-azure

SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
177 stars 93 forks source link

Integrating GSM Modem(ublox SARA R412-02B) (CA-48) #81

Open SeriousD opened 4 years ago

SeriousD commented 4 years ago

Hello, I want to integrate the SARA R412-02B GSM modem with esp-azure sdk. Has anyone done this or a similar thing?

I looked at this port-guide from Microsoft and figured out, that xio.h is the point to start, but couldn't find the ESP-Implementation in the esp-azure-sdk, since I want to implement a switch between these two.

The GSM module provides a MQTT API, TCP etc, so I hope an implementation would be easy with some pointers from you.

Kind regards SeriousD

L0rz4 commented 3 years ago

Hello SeriousD,

Did you manage to use esp-azure with uBlox modem?

MattAult commented 2 years ago

Using M$'s bastardised version of MQTT isnt possible using the built in MQTT as the module will reject attempting to pass a SAS Token as a password due to its ridiculous length.