borch84

Results 5 comments of borch84

I was able to workaround this, by not using Blob. const buffer = Buffer.from(this.state.base64,'base64'); Storage.put('file.jpeg',buffer,{contentType: 'image/jpeg'}) //we need to save the file in base64 .then (result => console.log(result)) .catch(err =>...

I am having problems for getting published messages from the AWS console. In my ESP32 code I have subscribed to the /update/delta, when the application is running, it is not...

Thanks for the info @dhavalgujar Do you think the esp32 production example works with DevKitC? I am not using esp32c3, mine has only 4MB of flash. So instead of using...

Thanks for the information @dhavalgujar I will try to implement the example reference and incorporate the device shadow task. Best regards

I confirm that I am using version 0.17 of the Adafruit MQTT library and I didn't have to use the MQTT_DEBUG option when connecting with username/password. I am testing this...