VernierST / arduino

Project sketches using Vernier Sensors with Arduino. The Vernier Library is used where appropriate. Please see VernierLib for additional sketches.
https://www.vernier.com/arduino
Other
28 stars 21 forks source link

Nitrite Ion #7

Closed kakaducsy closed 7 years ago

kakaducsy commented 7 years ago

Hi All, I am searching Nitrite Ion Sensor (NO2) of Vernier but Im not found. If I want read NO2 then What sensor should I use? Example If I using Ammonium Ion (NH4) http://www.vernier.com/products/sensors/ion-selective-electrodes/nh4-bta/ then How to calculate value NO2 ?

dvernier commented 7 years ago

If you want to use one of our Ion Selective Electrodes, of course, the easiest way is to use one of our interfaces (see: http://www.vernier.com/products/interfaces/)

If you want to use one of our Ion Selective Electrodes with Arduino. You can read the raw voltage signal coming from the sensor, but you will have to deal with the calibration. In the sample sketches VernierAnalogAutoID and VernierAnalogAutoIDDisplay, we take one step in that direction: We display the mV reading at the electrode.