Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Do I have to use microcontroller in the USB peripheral side?

Status
Not open for further replies.

maolh

Member level 2
Joined
Jun 16, 2003
Messages
42
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
365
I want to develop a data acquistion device which uses USB to communicate with PC. Do I have to use a microcontroller to implement the USB protocol? I am new to USB field, so please forgive me for my silly question.
 

Re: Do I have to use microcontroller in the USB peripheral s

another solution is to use a microcontroller with build in USB like cygnal
h**p://w*w.silabs.com/tgwWebApp/appmanager/tgw/tgwHome search in microcontroller category

//a
 

I think that you need to use microcontroller to handle the communication between the device and the PC, also u need to add extra circuitry to the design.
Some microcontrollers have a build in Analog to digital converter (ADC), so you can use this ADC to acquire the data, and then you can send the data to the computer using the microcontroller through USB....
 

Re: Do I have to use microcontroller in the USB peripheral s

Hi,
You have two options

1) Microcontroller with USB functionality
2) external microcontroller for handling some functions.

You need microcontroller to handle the data storage/ endpoint configuration.

b r m
 

Re: Do I have to use microcontroller in the USB peripheral s

i already developped a data acquisition system using usb
i used ez-usb kit
to communicate over usb ur hardware should have a usb core
there are alot of microcontrollers having a built in usb core
u can check cypress, fairchild or atmel websites for more information
 

Re: Do I have to use microcontroller in the USB peripheral s

The NEW FTDI chip the 232C has a MCU EMULATION MODE ..it can simulate a exactly a 8051 BUS with all the standard signals ALE,/WR,/RD a chip select /CS a 16 bit address bus and a 8 bit data bus. So whatever peripheral can be connected to a 8051 can also be connected to it .You send through the DRIVERS the address and the data and a CODE for a write cycle or for a read cycle ..
simple ,elegant . NEVER USB has been so easy !
 

Re: Do I have to use microcontroller in the USB peripheral s

Hi nooknikz!
do you have experience with ATMEL AT89C5131?

Hi Madhukar!
I'm going through USB specs! i have few doughts? will you help me out?

-Srinivas
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top