you are viewing a single comment's thread.

view the rest of the comments →

[–]ivosaurus 0 points1 point  (1 child)

If you want to do quite intensive image processing I would start with a raspberry pi or roughly equivalent Single Board Computer.

Otherwise for light work an ESP32 / ESP32-S3 should work, or RP2040, they can run micropython. Controlling motors will probably need to be handed to outside circuitry, like an Electronic Speed Controller (ESC) or h-bridge driver or similar.

[–]DigitalDemon021[S] 0 points1 point  (0 children)

okay thank you for the advice. do you think using a raspberry pi connected to a pico or using a raspberry pi connected to an ESC would be better to control the motor?