It is possible to let Raspberry pi Zero W send orders to some Arduino/Teensy ?

Thread Starter

OrSimhon

Joined Dec 13, 2019
5
Hello friends,
I am working on project that use Pi Zero and camera (OpenCV) for Detect object and according to that to navigate a robot car to the specific object.
Because RPI isn't good at controlling motors i want to use Teensy/Arduino to that mission.
What is my possibilities ?
It is even possible to let Raspberry pi Zero W send orders to some Arduino/Teensy ?
I saw only information about communicate between RPI 3/4 to Arduino but not for RPI Zero
Thanks
 

MrChips

Joined Oct 2, 2009
30,720
What does it matter what computers you use?
You can communicate between any two computers. All computers have input/output ports. Without these a computer would be useless.
 

Irving

Joined Jan 30, 2016
3,845
R-Pi is quite capable of controlling motors, no better or worse than an Arduino. Using Arduino etc. as a peripheral controller is perfectly possible but adds another layer of complexity. Sounds to me you need to do a lot more research and thinking.
 
Top