-
Notifications
You must be signed in to change notification settings - Fork 42
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
Compiling error with ESP32 / Wifi-Manager (Arduino) #42
Comments
I had the problem that multible comoilings where needed so maybe try that once. Will most likely reverd the latest changes for now |
I did try several compiling runs. It aborted every time without success. The older version seems to work, I was able to at least activate several Chroma74 displays, All other buttons do not seem to activate the radio module and if i try to synchonize I get the If i try to send a text message, I get the serial output
And then it stopps.
from the webserver and
|
Did you press "wakeup and sync" and waited until it said "Full sync"? After that I can activate and send pictures.
I didn not get it to compile there, probably some spiffs-related changes would be needed. |
Yes, I did - and I tried it several times. With Firefox it is
With Edge or Chrome it is
|
It sounds to me that some lib had an update and may did broke something. We should providecour versions of them to compare |
These are the lib versions the Arduino-IDE prints out during compiling:
Espressif/esp32 is the newest Version from 28.04.21 from the Master branch on Github. |
Sorry for the late reply, i just checked the versions and it seems to fit. very strange for why you have such problems, can you maybe try a different ESP32 ? |
So, I just reinstalled everything on my second computer on Linux, this time using the release version 1.06 (I think) of the Espressif Arduino IDE. And now I was able to use the latest version of the E-Paper-Pricetag-Firmware. It seems to work, I just succcesfully uploaded some pictures. |
Good to hear that! |
I just started experimenting with three colours. Is there a recommended way to create the second picture / photo with the additional colour? Is the third colour (second picture) just overlayed, or do you need to erase the black pixels on the first picture at the corresponding places? I tried selecting and copying coloured areas of a a photo with The Gimp and then pasting and saving it as new file before converting both files two BMP pictures. Both pictures easily go out of Sync if done this way. Also, is there more informatiom on how Dimitrys Soft and Firmware can be used on the stock displays and the Modul? I would love to see some greyscalebp ictures. Sascha |
Hey. Please try out the /draw.htm https://github.com/atc1441/E-Paper_Pricetags/blob/main/Custom_PriceTag_AccesPoint/ESP32_Async_PlatformIO/data/draw.htm Dmitrys firmware is currently only supported on an nRF52840, the ESP32 AP code from here can be used to update to his firmware |
I tried compiling the newest release of the Custom Access Point with Platformio and Arduino without much success.
With Platformio the code compiled and uploaded, but did not do anything (no WIFI Access Point appeared).
On Arduino compiling stopped after logging some warnings, notes and the following error message:
C:\Users\DL5SMB\Documents\Arduino\libraries\WiFiManager-feature_asyncwebserver\WiFiManager.cpp: In member function 'void WiFiManager::WiFi_autoReconnect()': C:\Users\DL5SMB\Documents\Arduino\libraries\WiFiManager-feature_asyncwebserver\WiFiManager.cpp:3486:79: error: no matching function for call to 'WiFiClass::onEvent(std::_Bind_helper<false, void (WiFiManager::*)(arduino_event_id_t, system_event_info_t), WiFiManager*, const std::_Placeholder<1>&, const std::_Placeholder<2>&>::type)' wm_event_id = WiFi.onEvent(std::bind(&WiFiManager::WiFiEvent,this,_1,_2)); // @todo move, needed for async esp32 scannetworks
I think this is a bug of the Wifi-Manager library and the ESP32. Maybe someone can verify this?
I checked out the code before the change to this library, and the old code compiled without errors and the ESP32/Webserver
starts and is accesible.
Sascha
The text was updated successfully, but these errors were encountered: