Yogeshwari
Newbie level 5
I want a low cost micro controller which has only 8-bit ADC and 1 op amp. Can anyone help me to select the same?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi,
what is "low cost"?
* no pwer supply requirement?
* no IO nor interface requirement?
* no pin count requirement?
* no speed requirement?
* no memory (SRAM, EEPROM, Flash) requirement?
* no microcontroller family requirement?
... very unusal...
* even unusual is the requirement for a microcontroller_inside_OPAMP. Without OPAMP specifications. What do you want to do with the OPAMP?
(there are microcontrollers with comparators inside, but I can´t remember an Opamp..)
Most of the cheap microcontrollers I know have 10 bit ADCs. This should be no problem.
*****
If you have more requirements than those of your first post, then please post them all at once.
Klaus
often Opamps have higher offset voltage than your signal.. and the offset drift surely matters.Output of the sensor is 1mV to 3mV
Hi,
still a lot of informations missing.
LMR321: .. max. +/-5mV input offset voltage ... and your input signal is 1....3mV --> so your signal is smaller than the "unknown offset". Good luck.
Yes, you can calibrate the offset. But it will still drift with time, with temperature and with supply voltage...
The drift is unknown somehow. So you need to calibrate the offset every time before you start a measurement. Or you hope the offset doesn´t change.
Klaus
1. I can suggest you to use an OPAMP with very low input offset voltage (also known as Chopper or auto zero or zero drift. the name varies with manufacturer but the functions are same). Non of the OPAMP which is embedded into the microcontroller will suitable to interface your sensor (except Cypress PSoC controller wich is very much expensive compared to the external OPAMP design). I will never suggest you to use the internal OPAMP of a microcontroller.
2. As you mentioned, 8 bit ADC is not enough for your requirement (in current days microcontrollers are comes with 10 bit at the least), but 10 bit or 12 bit Embedded microcontroller ADC is good enough with a good OPAMP design.
3. Cost: if your are looking for low cost microcontroller with high volume production, I can suggest you many (specially ST microcontroller) and it is worth to learn and write a program for the specific controller. If the requirement is low (below 100), it is better you to stick with whichever controller you are familier with. Example Microchip PIC16 series.
For very low cost OPAMP you can consider OP07 and LMV358 (see the specification) or you can use the link below for zero drift OPAMPs
https://www.digikey.com/product-sea...=1&stock=1&quantity=0&ptm=0&fid=0&pageSize=25
Udhay
Input offset voltage of LM358 is 9mV. Can i use this op amp to amplify 1mV input signal?
Thank you so much Udhay for the valuable reply.
Input offset voltage of LM358 is 9mV. Can i use this op amp to amplify 1mV input signal?
I can't suggest you LM358 but you can use LMV358. Please compare the datasheet. The LMV358 has much better input offset voltage compare to the LM358 and the LMV series are with Rail-Rail output swing which is very much important.
You can think of OP07 also, which is very much better then LMV358, but its not a Rail-Rail OPAMP. You may need to give slightly higher supply voltage to get the required output from this OPAMP
Both OPAMPs are available all over the world (specially in INDIA) & these are very much inexpensive.
Udhay