Useful Circuits

From AIRWiki
Revision as of 18:30, 30 June 2010 by MartinoMigliavacca (Talk | contribs) (USB - Serial adapter (insulated variant))

Jump to: navigation, search

--- WORK IN PROGRESS! ---

In this page you can find a set of useful circuits that you may need to develop your project. Most of them are designed using CadSoft EAGLE PCB and can be printend in our lab without the need of an external PCB supplier.

IC Adapters

Interface Circuits

USB - Serial adapter

This is an FTDI FT232RL based USB - Serial adapter you can use to access serial devices (0-5V levels, NOT RS232) via a standard USB port. At one side of the circuit there is a mini-USB connector, while at the other side you can find a pin header with 6 contacts:

PIN # Function
1 serial RXD
2 serial TXD
3 GND
4 3.3V output from FT232RL
5 serial level select (3.3V / 5V)
6 5V output from USB connector

You must connect pin number 5 to pin number 4 (3.3V) OR to pin number 6 (5V) to select the voltage levels of the serial port. If you leave pin number 5 disconnected the adapter will not work.

Here you can download the schematics and the PCB layout: FT232RL.zip

USB - Serial adapter (insulated variant)

This is the same USB - Serial adapter circuit you can find above, with the addition of a [ADUM1201 http://www.analog.com/en/ADUM1201/productsearch.html] digital insulator than makes the USB port and the serial port completely insulated. Also the grounds are separated, so you should interface to your circuits without damage risk for your computer (no guarantees at all - use at your own risk ;-). In this variant, you have to provide the power supply for the serial-side of the insulator, that works at 3.3V as well as at 5V. So, the pinout of the serial connector is:

PIN # Function
1 serial RXD
2 serial TXD
3 GND
4 serial level select (3.3V / 5V)

Here you can download the schematics and the PCB layout: FT232RL-ADUM1201.zip

USB - Serial adapter (iRobot Roomba variant)