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.

[General] cost effective microcontroller for USB interface

Status
Not open for further replies.

at89atbits

Member level 1
Joined
Sep 20, 2014
Messages
35
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
353
Hi,
my circuit requires a micro controller to basically enable and disable a few ICs and finally send the digital data output - from the output of the rest of the circuit - to my laptop via USB interface.
No processing of the data is to be done inside the controller.
The only requirements are fastest processing time possible and USB compliant interface.
Which micro controller is the best for this application?
I had a look at PIC18F series
But any other micro controller better suited for this purpose from an different manufacturer would also do..
 

unless you are building 1000's of units I would go for a PIC24 device
for example, we recently used a PIC24FJ64GB004
https://www.microchip.com/wwwproducts/Devices.aspx?product=PIC24FJ64GB004

to interface to a Bytronic Control Systems Trainer using the USB HID protocol
**broken link removed**

using Visual C++, C# or VB.NET it is possible to build a GUI to control the trainer and display results
temperatureControlb.jpg

how much data are you transmitting and how often? e.g. 100bytes/seconds, 10000bytes/second, etc?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top