can someone help me with the Arduino Rainmaker & OTA
Posted: Tue Aug 16, 2022 3:58 pm
I love the Rainmaker app. Sofar everything is working, but in the demo I saw the possibility of updating the firmware via OTA.
after logging in on the https://dashboard.rainmaker.espressif.com I uploaded the bin file created by Arduino.
I used the settings of OTA of one of the examples:
RMaker.enableOTA(OTA_USING_PARAMS);
In the dashboard I see the text:"Please ensure that OTA using Topics is enabled in your firmware."
is this where things go wrong?
I uploaded a new bin file with new firmware in the dashboard, but all it says is:
OTA = STARTED and then nothing....
can anyone tell me how to update the firmware if you are working in the Arduino IDE?
I might learn ESP-IDF some day, but for now this isn't an option:)
after logging in on the https://dashboard.rainmaker.espressif.com I uploaded the bin file created by Arduino.
I used the settings of OTA of one of the examples:
RMaker.enableOTA(OTA_USING_PARAMS);
In the dashboard I see the text:"Please ensure that OTA using Topics is enabled in your firmware."
is this where things go wrong?
I uploaded a new bin file with new firmware in the dashboard, but all it says is:
OTA = STARTED and then nothing....
can anyone tell me how to update the firmware if you are working in the Arduino IDE?
I might learn ESP-IDF some day, but for now this isn't an option:)