Sorry in advance for lack of competance, I am new to arduino and this type of electronics overall.
I'm working on a school project that requires a specially shaped PCB (donut shaped) with a oxygen level and humidity sensor, as well as electrodes controlled by a potentiostat (on same PCB but not controlled by arduino)
(data sheets)
oxygen sensor data sheet
Currently stuck on creating the schematic for the pcb, I have come to understand through plenty of research that the output current of the oxygen sensor through the recommended load resistor is very small (as low as 0.25 mV) so trying to create a schematic with an operational amplifier. from what i know if i use a cmos amplifier here it doesn't matter that my -ve rail of the amplifier is just ground. The gain on the non inverting amplifier in the image is ~400 which would put my voltage range at about 0.1-2 V.
Here is the schematic i have so far
For the Humidity sensor, from my understanding, if i just follow this sample schematic from the data sheet i can just wire "OUT" to an analog in pin on the arduino.
Current questions are:
-
Is this oxygen sensor schematic correct and would work? can i just wire the amplifier out to an analog in pin of my arduino?
-
Is there a specific amplifier you recommend? i was looking at the MCP6002, not sure what most of the specs mean.
-
Should i use 3.3 or 5 volt rail? is there a difference other than the resolution and maximum voltage?
Thanks in advance