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

upload_to_blob functionality (blob.c and blob.h) #136

Open
jameszah opened this issue Oct 26, 2021 · 1 comment
Open

upload_to_blob functionality (blob.c and blob.h) #136

jameszah opened this issue Oct 26, 2021 · 1 comment

Comments

@jameszah
Copy link

jameszah commented Oct 26, 2021

Hi, followup to previous question: #135
(I'm using normal Arduino IDE with esp32 module)

I have been using the IOTHub upload_to_blob functionality, which seems to have been removed from the library.

I got these old files installed in my Arduino libraries to make it work: (the current v1.6.0 system plus these old files from 3 years ago)

https://github.com/Azure/azure-iot-arduino/blob/jbobotek-patch-1/src/blob.c
C:\ArduinoPortable\arduino-1.8.13\portable\sketchbook\libraries\AzureIoTHub\src\blob.c

https://github.com/Azure/azure-iot-arduino/blob/jbobotek-patch-1/src/blob.h
C:\ArduinoPortable\arduino-1.8.13\portable\sketchbook\libraries\AzureIoTHub\src\internal\blob.h

I've seen a post somewhere that the upload_to_blob has been removed on purpose, so I am wondering if it is coming back, or it is gone for a reason? I see azure_sdk_for_c Azure/azure-sdk-for-c#1960 is just adding it back. Does that mean it will return here? Or these are unrelated?

@jameszah
Copy link
Author

jameszah commented Nov 8, 2021

Here is my program that send blobs to IOTHub -- they are jpeg pictures from an ESP32-CAM sent to blob storage for analysis at the Azure function or app level, and archive. Upload_to_blob would be a nice feature in the regular library.

https://github.com/jameszah/ESP32-AI-CAM

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

1 participant