Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTA with Arduino IDE project (MEGH-5188) #295

Open
3 tasks done
FloBer431 opened this issue Jan 6, 2024 · 2 comments
Open
3 tasks done

OTA with Arduino IDE project (MEGH-5188) #295

FloBer431 opened this issue Jan 6, 2024 · 2 comments

Comments

@FloBer431
Copy link

Answers checklist.

  • I have read the Rainmaker documentation and the issue is not addressed there.
  • I have updated my IDF branch (release/vX.Y) to the latest version and checked that the issue is present there. This is not applicable if you are using Rainmaker with Arduino.
  • I have searched the Rainmaker forum and issue tracker for a similar issue and not found a similar issue.

General issue report

Hello there,

I'm trying to do my first OTA updates. But it fails everytime I try to start it in the ESP Rainmaker App.
I realized, that I wasn't able to change the version and model in the first upload to the boards.
In the Rainmaker Dashboard i read:

  • model: arduino-lib-builder
  • version: esp-idf: v4.4.6 3572900934

Now my new OTA file should be named otherwise, because from now on it should has the real name, not the standardname provided by the Arduino Lib.
But how can I change the name and version from the beginning on in the Arduino IDE, as I am planing on flashing some more modules, and I don't want to have these errors all the time.

Thanks!

Florian

PS: Sorry for my english, as I am not a native english speaker.

@github-actions github-actions bot changed the title OTA with Arduino IDE project OTA with Arduino IDE project (MEGH-5188) Jan 6, 2024
@vikramdattu
Copy link
Contributor

Hello @FloBer431 we have an Arduino project available here: https://github.com/espressif/arduino-esp32
Provides access to multiple ESP libs including RainMaker. Can you please try these?

Please follow the README here.

@vikramdattu
Copy link
Contributor

@FloBer431 since, the libs in Arduino are pre-built, unfortunately, it is not possible to have custom app description information out of the box.
I found a workaround by PlatformIO user, which patches the app description afterwards. You may find the discussion here.. Script.

Hope this helps.

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

No branches or pull requests

2 participants