PWM Servo Feedback (I2c) icon PWM Servo Feedback (I2c) Real-time servo position input via Arduino ADC over I2C; supports Nano (6 channels) or Mega (16), configurable I2C address and scalable chaining. Try it →

ARC Pro

Upgrade to ARC Pro

Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.

Author Avatar
Gibraltar
#1  

Love the effect. How would you control the Teensy via the EZB v4

#2  

The teensy could be controlled with serial commands thru a UART. It has several uarts that could be used. Just need to hook one of the EZ-B UART TX lines to one of the RX lines on the Teensy and connect a ground line between the Teensy and EZ-B and the rest is programming. I did something similar a while back with two Microviews. I would send the Microviews an L for look left, an R for look Right, a U for look up, etc. It worked quite well. you would need to modify the teensy code to set up the serial link and process the serial commands. The EZ-B code is simpler since it is just a matter of sending the commands.

Author Avatar
PRO
USA
LinkedIn Twitter Google+ YouTube
#3  

Great find. I have a project for this.

#4  

@ fxrtst Is it a Halloween project?

Author Avatar
PRO
USA
LinkedIn Twitter Google+ YouTube
#5  

No, it's not, but that's a good idea too!