joshr120 / PD-Stepper

GNU General Public License v3.0
336 stars 29 forks source link

Ethernet question #10

Closed under-score closed 3 weeks ago

under-score commented 3 weeks ago

great device. Can I attach an ethernet/USB C adapter and use incoming PTZ commands for motor movements?

joshr120 commented 3 weeks ago

It may be technically possible but probably not very feasible. The ESP32 would need to act as USB host and you would need to write drivers for the specific USB-Ethernet chip. You would also need some sort of UDB PD power injector to power the stepper driver at the same time.

under-score commented 3 weeks ago

million thanks