alireza7575 / MKS_SERVO42

MIT License
3 stars 1 forks source link

Method of communication #1

Open FrancisPalustre opened 2 months ago

FrancisPalustre commented 2 months ago

To communicate with the MKS SERVO42C, would I hook it up to an ESP32 via UART, the board wiring (given in the MKS-SERVO42C repository), or use the adapter board that comes with it?

alireza7575 commented 1 month ago

In case of UART, you just need to connect Gnd, Tx and Rx to esp. image

FrancisPalustre commented 2 weeks ago

In case of UART, you just need to connect Gnd, Tx and Rx to esp.

image

Sorry if I wasn't clear, I meant to use the library? Would I use the adapter or connect it via with UART?

alireza7575 commented 2 weeks ago

You can connect it directly to the Rx and Tx pins of the ESP, so there’s no need for an adapter.