MortenVinding / Robomow-ESP32

ESP32 based bluetooth Robomow controller
8 stars 5 forks source link

Not enough space #10

Closed pergolafabio closed 2 months ago

pergolafabio commented 2 months ago

Hey @MortenVinding

I also bought that Lolin D32 pro from the link you posted

In description you say: Modify def_ssid and def_pass to match your WIFI's SSID and password But then it doesnt connect? I think you need to define it here;

const char WLAN_local_SSID[32]     = "XX";       // Geben Sie Ihre bestehende lokale WLAN SSID ein
const char WLAN_local_password[32] = "XX";    // Geben Sie Ihr bestehendes lokales WLAN-Passwort ein.

AND here:

const char* def_ssid = "XX";
const char* def_pass = "XX";

not sure, why, but after editing both places, i can connect to it But as many times i upload the file, i always get : Fehler

I see in serial monitor always: Not Enough Space

image

What am i missing?

pergolafabio commented 2 months ago

Ah, I see in thread this below , I didn't change anything in tools, maybe that's the issue...

The following parameters must be set under Tools in the Arduino IDE:

pergolafabio commented 2 months ago

ok, that was it :-)

pergolafabio commented 2 months ago

i can now see an interfacce, where i can upload the .bin again, i see progress from 0% to 100% and then OK then it restarts, but i then get again the same webinterface I see in serial this :

18:24:30.377 -> Bisherige Scheduleversion: 1.05
18:24:30.502 -> Station Mode started  
18:24:33.358 -> Connected to  :XXX
18:24:33.358 -> Got IP  : 192.168.0.245
18:24:33.401 -> 
18:24:33.401 -> HTTPUpdateServer bereit! Öffne http://192.168.0.245:8080/update im browser
18:24:33.401 -> Telnet console ready to use for connection    'telnet 192.168.0.245 23'
18:24:33.401 -> HTTP Server gestartet
18:24:34.649 -> Error  SD-Karte mount

But if refresh the page, i dont see any new configuration? is the SD card mandatory?

image

pergolafabio commented 2 months ago

nevermind, its now in port 80 :-(