Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Simple USB controller?

Status
Not open for further replies.

Promocom

New Member
In a project at my workplace i'm using a USB controller chip/module from USBMicro to basically turn on 8 relays at different times through a PC. The chips are about $50 each and I need several eventually. The chip probably does everything you would need a USB to do but, all I need is to turn on or off 8 pins so it's pretty much overkill.

Is there a way to program a PIC to do what I want? or do you know of any other usb chips that are cheap?
 
Promocom said:
In a project at my workplace i'm using a USB controller chip/module from USBMicro to basically turn on 8 relays at different times through a PC. The chips are about $50 each and I need several eventually. The chip probably does everything you would need a USB to do but, all I need is to turn on or off 8 pins so it's pretty much overkill.

Is there a way to program a PIC to do what I want? or do you know of any other usb chips that are cheap?

The PIC16C745 has USB built-in, however it's not easy to use, MicroChip datasheets give examples. The easiest way is to use a USB to RS232 chip, this connects between the USB and the PIC, all the PIC has to do is RS232 - which is simple.
 
Checkout the FT232BM and FT232BM devices from FTDI:

**broken link removed**




Really simple to use -- not full speed USB, but adiquite.
 
Status
Not open for further replies.

Latest threads

Back
Top