Search found 2 matches

by Shaare
Wed Nov 17, 2021 5:14 pm
Forum: Computer Programming
Topic: Arduino to Raspberry Pi Pyserial Communication not working on Python
Replies: 1
Views: 9183

Re: Arduino to Raspberry Pi Pyserial Communication not working on Python

Btw, is this the right place to send this? Or should I change to the robotics section?
by Shaare
Wed Nov 17, 2021 5:08 pm
Forum: Computer Programming
Topic: Arduino to Raspberry Pi Pyserial Communication not working on Python
Replies: 1
Views: 9183

Arduino to Raspberry Pi Pyserial Communication not working on Python

I have a Python script that takes in input from a camera. It then gets the position of an object in the image and sends it to the Arduino via PySerial library and USB with the following format. "Xpos-XYPos-Y" demo: 90X90Y would move the servos I have connected to 90 degrees. What should ha...