Australia
Asked
Resolved Resolved by DJ Sures!

FT232RL To EZB UART Connection

Is it possible to connect an FT232RL USB-to-serial adapter to an EZB controller using the UART TX, RX, and GND pins, instead of connecting to the camera port with those same pins? I've attempted this setup without success. I assume there's a difference between the UART pins and the camera port pins. I'm utilizing the Connection robot skill in this setup.



Related Hardware (view all EZB hardware)
EZ-B V4 by EZ-Robot
EZ-B v4/2 robot controller: dual Cortex ARM, Wi-Fi, audio/video, 24 servo/digital ports, I2C/UART, camera and Synthiam ARC control for custom robots
Wi-Fi / USB
Servos 24
Camera
Audio
UART 3
I2C
ADC 8
Digital 24

Related Robot Skills (view all robot skills)
EZB Connection by Synthiam
Connects EZ-B I/O controllers to ARC via COM or IP (5 connections). Supports init scripts, battery monitoring, TCP/EZ-Script server and serial/I2C.
Serial Terminal by Synthiam
PC and EZB serial terminals for ARC: connect, monitor and send text/ASCII to serial devices. Supports COM, flow control, baud, DTR/RTS, hex

ARC Pro

Upgrade to ARC Pro

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#9  

Check the ezb v4 data sheet to see the pinout of the camera cable. It requires power, and gnd, which most uart usb adapters provide. Then connect the tx to the rx, and rx to the tx. In the camera robot skill, you can select a com port for the camera. It’ll use the com port for the video.

that’ll let you keep rocking the ezrobot camera:)

Author Avatar
PRO
Australia
#11  

As some background, I have used FT232RL adapters successfully on 3 of my robots. And of course they all needed a USB camera to replace the EZ camera. Thanks for your insights though.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#12  

If that’s the case, that adapter won’t work for the cameras baudrate with Jeremie’s tests.

Author Avatar
PRO
Australia
#13  

I'll try one of these...   USB to UART TTL Adapter CH343G Chip 6Mbps

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#14   — Edited

Make sure it has a returnable option, because a max speed of 6 MB doesn't necessarily mean it can clock to 3,333,333. Lemme know how it works

Author Avatar
PRO
Canada
LinkedIn Thingiverse Twitter YouTube TikTok
#15  

I've never heard of the CH343G, but I'll look into it.

The only USB-TTL adapter that I found to work at 3.3Mbaud was the Prolific PL-2303HXD - Had to be specifically the 'D' version.

Author Avatar
PRO
Australia
#16  

I tried the CH343G with the EZB camera, but I am not sure what settings might make it work, At the moment the PC sees COM9 but the camera will not operate.