PeterJBurke / Nanostat

ESP32Stat_Rev_3_5_PIO
MIT License
38 stars 9 forks source link

About Cyclic voltammetry range. #8

Closed manhtran98bg closed 8 months ago

manhtran98bg commented 9 months ago

Hello, I am very impressed by what you shared in the NanoStats project. Currently I have a Potentiostat project with the required Cyclic voltammetry range from -1.5V -> 1.5V. Does your project meet this requirement? Hope to hear from you soon! Thanks a lot.

PeterJBurke commented 8 months ago

The range is -600 mV to + 600 mV.

The LMP91000 can bias the cell up to 20% of the DAC output of the ESP32. The ESP32 DAC is very non-linear above 3 V, and cannot go above 3.3 V which is the power supply voltage. Therefore the cell voltage is limited to 3 V * 20% = 600 mV, in either direction.