Search found 83 matches

by maldus
Tue May 30, 2023 1:48 pm
Forum: ESP-IDF
Topic: esp-littlefs failing to format flash partition
Replies: 2
Views: 5053

esp-littlefs failing to format flash partition

Hello everyone, I've started working on a new custom ESP32S3 board and I'm stuck on an esp-littlefs issue. Basically the library is unable to format its dedicated flash partition; the example ( https://github.com/joltwallet/esp_littlefs/tree/master/example ) outputs the following error: Demo LittleF...
by maldus
Mon Mar 06, 2023 8:55 am
Forum: ESP RainMaker
Topic: Sign in using Apple ID not working
Replies: 3
Views: 2666

Re: Sign in using Apple ID not working

I can confirm everything work as expected now; thank you.
by maldus
Mon Feb 27, 2023 12:49 pm
Forum: ESP RainMaker
Topic: Sign in using Apple ID not working
Replies: 3
Views: 2666

Re: Sign in using Apple ID not working

Not sure if related, but it seems that logging in with an email is impossible as well (see attachment).
by maldus
Mon Feb 27, 2023 8:56 am
Forum: ESP RainMaker
Topic: Sign in using Apple ID not working
Replies: 3
Views: 2666

Sign in using Apple ID not working

Hello, I noticed the Rainmaker App for IoS stopped working yesterday, citing the attached error. I tried updating the app (currently on version v2.10.0 (f99bb37)) and logout, but now I can't login with the Apple ID route; when selecting the option, after confirming that I want to share account infor...
by maldus
Wed Jan 25, 2023 12:52 pm
Forum: ESP RainMaker
Topic: RainMaker Mobile App in Flutter
Replies: 5
Views: 4905

Re: RainMaker Mobile App in Flutter

Chiming in because I am currently developing a Flutter based Rainmaker client. There are a couple of libraries that facilitate this ( https://pub.dev/packages/esp_rainmaker_association/example and https://pub.dev/packages/esp_rainmaker/install ) but in truth it's just quite simple to interact direct...
by maldus
Wed Dec 07, 2022 1:16 pm
Forum: ESP RainMaker
Topic: Adding a license to a device that was already deployed
Replies: 1
Views: 2471

Adding a license to a device that was already deployed

Hello everyone, I'm working to add Rainmaker functionality to a device that has already begun production. I found this guide https://customer.rainmaker.espressif.com/docs/intro/ and understood too late that a private instance requires a different path for claiming every module. If I understand corre...
by maldus
Thu Jul 21, 2022 7:27 am
Forum: ESP-IDF
Topic: Repeated USB MSC operation
Replies: 2
Views: 2191

Repeated USB MSC operation

Hello everyone, I'm successfully using an ESP32S2 module to read and write files from a FAT32 formatted USB drive. The mechanism works but only the first time (i.e. once I disconnect the drive there seems to be no way to detect it again before a reset). As the API is in it's infancy there isn't much...
by maldus
Mon Jun 13, 2022 8:53 am
Forum: ESP-IDF
Topic: Cryptic MQTT client error
Replies: 3
Views: 4265

Re: Cryptic MQTT client error

I will investigate on why the broker would decide to close the connection. Does this mean I can ignore the other error reports (for example, the errno 119)?
by maldus
Mon Jun 13, 2022 7:29 am
Forum: ESP-IDF
Topic: Cryptic MQTT client error
Replies: 3
Views: 4265

Cryptic MQTT client error

Hello everyone, I have a project using an ESP32S2 module that connects to a remote MQTT broker with SSL encryption/authentication. I'm on ESP-IDF branch release/v4.4. It all works well most of the time except with a specific query-response procedure where the the broker publishes a command and the d...
by maldus
Mon May 09, 2022 7:13 am
Forum: ESP-IDF
Topic: Minimum NVS partition size
Replies: 2
Views: 2154

Re: Minimum NVS partition size

Thanks, that is good to know.