Azure / azure-iot-arduino

Azure IoT library for the Arduino
Other
167 stars 96 forks source link

blob.h issue for Arduino Nano 33 IoT board #128

Open Khawaja-Usman-Riaz-Sehgal opened 3 years ago

Khawaja-Usman-Riaz-Sehgal commented 3 years ago

I'm trying to get my Arduino Nano 33 IoT to connect to Azure IoT hub. I've tried to get the library up and running using the examples from Azure-SDK for C, but when including AzureIoTHub.h I am facing the following error. I have also tried adding build flags = -DDONT_USE_UPLOADTOBLOB in platformio.iniand platform.local.txtto resolve this issue but the error still persists.

/home/travis/Arduino/libraries/AzureIoTHub/src/iothub_client_ll_uploadtoblob.c:26:10: fatal error: internal/blob.h: No such file or directory
 #include "internal/blob.h"

compilation terminated.
danewalton commented 3 years ago

Hi @Khawaja-Usman-Riaz-Sehgal just to be clear here....when you say "Azure-SDK for C" do you mean the Azure SDK for C or the Azure IoT SDK C (which this repo is based off of).

Khawaja-Usman-Riaz-Sehgal commented 3 years ago

Hi @danewalton, Yes it means Azure IoT SDK C