Egor

Results 30 comments of Egor

Hi, Usual operations and settings screen uses the same Stepper object with same RPM settings. One difference only: "Settings" screen uses synchronous control of stepper, because no needs to process...

Guys, regarding initial issue - different speed (and sound) at "home" and "settings" screens are ok, because they uses different methods as I mentioned above. Codebase for ESP32 and ESP8266...

Hi! Flashing process is quite typical for all ESP8266-based boards including NodeMCU. Just select binary file, set 0x00 address as start point and try to flash. Sometimes erase of entire...

@Thomaslinaa88 I've added pre-build binaries for you (esp32 and nodemcuv2): https://github.com/eg321/esp32-motorized-roller-blinds/releases/tag/v2.0 Please note that bootloader file also needed for esp32. See details at wiki: https://github.com/eg321/esp32-motorized-roller-blinds/wiki/Flashing-Motorized-Roller-Blinds-binary @develarts this project is based...

Hi! 1. Unfortunately "ESP-WiFiSettings" library does not support static IP configuration now. The best option is to request such feature there (highlighting @Juerd). Once they implement it, I'll try to...

Unfortunately https://github.com/Juerd/ESP-WiFiSettings does not allow to manually set IP / mask, as I said above. If you know how to configure it in this way, please share...

@iw88881111 Igor, I've implemented additional checks for WiFi connectivity. By now it uses such workflow: 1. Once WiFi is disconnected, it waits for 15 min for connection restoration. 2. Once...

It's not a good practice to make static IP on devices and manage them individually in the network. This should be done at DHCP server side. Almost all routers support...

Hi, I'm using 28BYJ-48 12v for ~1.5m blackout blinds more than 2 years. It's ok for this size. If torque will be not enough, you can configure speed (smaller speed...

Hi! I was lucky with my ESPs, they have unique ID, but I know about this issue. Thanks for pointing to it again. There are 2 comments regarding the way...