Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
openmv在控制舵机的同时,可以将数据利用串口输出到其他单片机上吗? 引脚不冲突但不知到能不能实现。急求。
当然可以
应该怎么实现呢? 小白一只 求教!
角度=80 servo.angle(80)#让舵机转到80度 uart.write(str(角度))#让串口发送字符串'80' print(角度)
我想实现的是用摄像头找点然后舵机通过pid控制旋转 将那个点的坐标发送,并不是发送角度。 这样可以实现吗?
https://forum.singtown.com/topic/221/关于openmv与arduino通讯的问题