MortenVinding / Robomow-ESP32

ESP32 based bluetooth Robomow controller
8 stars 5 forks source link

Program lost after power loss/restart #4

Open JohnnyPicnic opened 3 months ago

JohnnyPicnic commented 3 months ago

I can always connect to ip:8080 but after a power loss but the program is gone. I still haven't been able to connect to the mower so I'm not sure if this is related. Also for the Mower data the original instructions say "The SSID consists of “Mo” and the last 4 digits of the serial number". Is the correct or do you use your own mower's name plus the last for digits?

Do you have a link or pictures of the LOLIN D32 PRO you are using?

JohnnyPicnic commented 3 months ago

Ok I got connect using Mo####. I'm not too familiar with using Arduino IDE. Are the settings used to send the initial .ino important. I have tried a few different baud rates but that did not seem to make a difference.

JohnnyPicnic commented 3 months ago

I was getting "Order" after sending a bin file. Finally I got an "OK". Now it can reboot and the program remains. I see there is a new firmware posted on the forum. Any plans to work on another translation?

MortenVinding commented 3 months ago

I was getting "Order" after sending a bin file. Finally I got an "OK". Now it can reboot and the program remains. I see there is a new firmware posted on the forum. Any plans to work on another translation?

Ohh yes I remember having the same problem. Don't know if it was solved by adding a SD-card or it was just a question about waiting long enough for the "OK".

Do you have a SD-Card in yours?

Okay haven't seen there was a newer firmware. Can you link to it? (the forum tread is crazy long and in German so... :) )

MortenVinding commented 3 months ago

I was getting "Order" after sending a bin file. Finally I got an "OK". Now it can reboot and the program remains. I see there is a new firmware posted on the forum. Any plans to work on another translation?

Looks like 1.05 is still the newest version: https://www.roboter-forum.com/threads/wlan-fuer-rs-ueber-bluetooth-verbindung-zum-maeher.47796/post-879778

They are also discussing the loose of program after power cycle further down in #652

JohnnyPicnic commented 3 months ago

User SteWe posted a custom? version firmware_20230919_0717.bin. I got it to run once but did not get the "OK". I did add a SD-Card as I thought that was related to the program not loading properly but I'm not sure it was the solution. For best results I loaded the original 1.05 bin got the "OK" and then loaded your translated bin. I did notice with the SD-Card the log file links work correctly.

MortenVinding commented 3 months ago

User SteWe posted a custom? version firmware_20230919_0717.bin

This one: https://www.roboter-forum.com/threads/wlan-fuer-rs-ueber-bluetooth-verbindung-zum-maeher.47796/post-896542 ?

Yes I saw that but I assumed it just was a special version for the DollaTek T8 V1.7 WiFi Bluetooth ESP32 WROVER 4MB Flash PSRAM module which seems to use different pins for the SD-Card communication (if google translate service me right).

But yes you are right it seem it supports MQTT! That would be awesome! Unfortunately it looks like it only works with the DollaTek card :(

Or am I missing something?

JohnnyPicnic commented 3 months ago

I had it running once on the aliexpress board although now that I finally have it stable I haven't tried it again.

pergolafabio commented 1 month ago

Hey @JohnnyPicnic , did you succeed? Have you added another memory card to it?

I purchased a Lolin 32 pro, compiled the code, after I upload the .bin file, I always get "Fehler" .. In serial monitor I see : "not enough space" ...

Any idea what I doing wrong?