Neumi / ethersweep

Open Source, easy to use Ethernet connected stepper motor controller. Built in FreeCAD, KiCAD and Arduino.
Other
491 stars 58 forks source link

Is it available with esp32 with wifi connection? #28

Open hemangjoshi37a opened 7 months ago

hemangjoshi37a commented 7 months ago

Is it available with esp32 with wifi connection?

Neumi commented 1 month ago

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!

hemangjoshi37a commented 1 month ago

you can use wifi manager https://github.com/tzapu/WiFiManager

Neumi commented 1 month ago

@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.

hemangjoshi37a commented 1 month ago

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.

Neumi commented 1 month ago

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. 20 to maybe 50 WiFi clients connected to one (normal) router seems realistic. But depends on hardware and use case. But as I said, most likely not feasible. Especially as you anyway need on cable for power to the motor. (POE might be the holy grail maybe)