Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

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

Open
Khawaja-Usman-Riaz-Sehgal opened this issue May 27, 2021 · 2 comments
Open

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

Khawaja-Usman-Riaz-Sehgal opened this issue May 27, 2021 · 2 comments
Assignees

Comments

@Khawaja-Usman-Riaz-Sehgal

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.ini and platform.local.txt to 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-msft danewalton-msft self-assigned this Jun 1, 2021
@danewalton-msft
Copy link
Member

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
Copy link
Author

Hi @danewalton, Yes it means Azure IoT SDK C

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants