-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Is it available with esp32 with wifi connection? #28
Comments
Currently not. There might be a simplified version with WiFi in the future. If you have a good approach to handling the password and wifi credential settings, let me know! |
you can use wifi manager https://github.com/tzapu/WiFiManager |
@hemangjoshi37a yes, that would probably be a good approach. But I don't like the manual work if you need more than a few motors. But this could indeed be ok for smaller setups. |
sorry i didnt get it ? what kind of manual work you don't like ? it can handle thousands of motors given we have good type of wifi router. it can handle thousands of connections flawlessly so it can handle small and large setups. |
It depends on the use case. If you only need one or two motors, the web login might be ok. But if you have 10 or more motors, the process is less than ideal. LAN, MAC addresses and DHCP solve that very efficiently. The LAN approach is much more scalable than manual WiFi setups in a web interface. Also WiFi is not very reliable or robust, especially with many clients on one router. But I see that it might be useful if you only need a few motors. |
Is it available with esp32 with wifi connection?
The text was updated successfully, but these errors were encountered: