probonopd / WirelessPrinting

Print wirelessly from Cura, PrusaSlicer or Slic3r to your 3D printer connected to an ESP8266 or ESP32 module
352 stars 65 forks source link

Unable to install on my ESP8266's #155

Closed gilshahar7 closed 4 years ago

gilshahar7 commented 4 years ago

Hi, i am trying to flash both my Wemos D1 mini and my NodeMCU devices with the provided .bin files in the releases but i am not seeing any WiFi AP available after flashing.

There is just a constant light from the esp8266 led and this is what i see in the serial output:

M115
M115
`p⸮`t⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115
ht⸮px⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115
hh⸮hh⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115
hx⸮hh⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115
hh⸮px⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115
`p⸮`p⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115
`t⸮`p⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115
`p⸮`t⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮M115
M115

Its just printing this over and over.

Any ideas? i am also unable to compile the firmware myself in arduino IDE because i get tons of errors like that:

In file included from sketch\FileWrapper.cpp:1:0:

FileWrapper.h:17:5: error: 'File' does not name a type

     File sdFile;

     ^

sketch\FileWrapper.h: In member function 'FileWrapper::operator bool()':

FileWrapper.h:39:14: error: 'sdFile' was not declared in this scope

       return sdFile || fsFile

              ^

sketch\FileWrapper.h: In member function 'bool FileWrapper::isDirectory()':

FileWrapper.h:53:11: error: 'sdFile' was not declared in this scope

       if (sdFile)

           ^
gilshahar7 commented 4 years ago

apparently both ESP8266's had my SSID and password already stored and they were connected to my WiFi automatically.