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.

Help Selecting a Microcontroller for High-Precision Real-Time Analog

Status
Not open for further replies.

unitard

Newbie level 1
Joined
Dec 7, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
25
First, I'm sorry if I am posting this to the wrong place. I have very little experience with microcontrollers (aside from arduino) and I'm currently working on a project which is admittedly a bit over my head. The basic functions I want to perform are not terribly complicated, but require a level of precision and speed that I haven't had to deal with before. I would like to kindly ask to be pointed in the right direction for selecting a microcontroller.

Problem Summary: An optical or ultrasonic (Doppler) sensor will be used to detect an incoming object. This will trigger the activation of a Moog D638 proportional servovalve according to some pre-programmed function (ramp, sine, etc.) , lasting approximately 0.1 seconds. During this time, data will be collected from both a hydraulic pressure transducer at the valve, and an accelerometer. This data must be stored for later analysis on a personal computer with MatLab. This is a scientific research application, so data quality is important. The PC may not be connected to the MCU during operation.

Inputs: 3 analog signals, 2 of which must be sampled simultaneously, recorded, and later transferred to a PC with associated time data. All must be sampled at 10 kHz minimum, preferably higher. High precision is also important. I would like 16-bit, but from what I can tell, multiple 16-bit ADCs are uncommon on MCUs.

Outputs: 1 signal to the servovalve. This may be analog (V or mA), CANopen, Profibus, or EtherCAT.

I originally started off by looking at Texas Instruments' C2000 MCU (for real-time functionality), before realizing that it had no analog output available, and that I would have to purchase a separate library in order to use CANopen. I'd like to keep this as simple a solution as possible, given my limited experience. I'm aware that filters can be used to create analog signals from PWM, but I'm unsure if there are significant issues with noise or phase lag, etc. that would affect valve operation. Likewise, I don't really know if ADC with a separate chip is a good idea here. Basically, I'm just too inexperienced to evaluate the relative trade-offs involved.

No closed-loop control is required, though my intention was to make selections in such a way that it could later be implemented (correcting valve performance with data from the sensors). For now this is a one-off prototype and can be as ugly as necessary, so I would prefer to use an evaluation board setup that I can easily program via USB.

Thanks for any help that can be given!
 

Your application is interesting and from what i've understood, u need an ADC, Microcontroller and a DAC(preferably on a single chip, Microcontroller) (U can use DAC to generate the analog voltage that u want, i am assuming 0 to 5V range, i might be wrong at this)but looking at the precision that your application demands off-chip DACs and ADCs are more preferable. No great processing capability is needed u can choose any basic microcontroller which u are comfortable with(u mentioned Arduino), understand microntroller was intended to perform real time apps, so don't think that since ur application deals something with real time so u've to go with some "high-fundoo" microcontroller, in fact to reduce the design time use the microcontroller that u've worked with. u can use the below 2 modules ADCs and DACs, Maxim came up with small plugin modules called the "pmod compatible Plug in peripheral modules", low cost and helps in faster designing, i guess its ideal for ur application

DAC
https://www.maximintegrated.com/datasheet/index.mvp/id/7746

ADC
https://www.maximintegrated.com/datasheet/index.mvp/id/7751

I think u can use this modules with ur arduino board and build ur project, this will also reduce your prototype cost.

Hope this helps!!!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top