This is update version of my DIY nitrox analyzer based on Arduino compatible board.
It’s using small oled display and powered by 9v battery. Display o2 percentage of gas, sensor mv output, two MOD(maximum operating depth) in meter. 1 push button for lock screen, calibration, po2 change.
Part list
- Arduino nano compatible board (or any other Arduino board will do)
- ADS1115 16 Bit DAC Module (the ADS1115 provides 16-bit precision at 860 samples/second over I2C!)
- 0.96 inch OLED 128×64 I2c display module
- Rocker or toggle switch for power on/off
- 1 Push button
- 1 9v battery connector (better using 3 AA or AAA)
- 1 Piezo Buzzer (I took one from pc. Skip if you don’t need beeping analyzer :)
- 1 Connector for o2 sensor (mine is molex)
- 1 O2 sensor (I use old cell from my CCR but you can get sensor from Teledyne, Maxtec or other manufacturer.
Wiring
ADS1115
- VDD to 5v
- GND to Ground
- SCL to A5 (nano)
- SDA to A4 (nano)
OLED 128×64 I2c display module
- GND to Ground
- VCC to 5v
- SCL to A5 (nano)
- SDA to A4 (nano)
Push button
- 1 pin to Ground
- 2 pin to D2 (nano)
9v battery
- positive to VIN (nano) through rocker (toggle) switch
- negative to Ground
Buzzer
- positive to D9 (nano)
- negative to Ground
Oxygen sensor
- positive to A0 ADS1115
- negative to A1 ADS1115
The source
Additional library
Usage
- 1 short button push to lock current display (1 push to unlock)
- 2 sec hold to calibration
- 3+ sec hold to MOD PO2 change (1.3 to 1.5 rotation)
Note
I put everything include sensor in a small plastic box(65×95×55mm) with transparent cover. Here’s some image of ugly looking inside. I’m sure someone can 3d print smaller and prettier shell.
9v battery is very poor choice for Arduino project (I used because that’s what I have many). AA, AAA x 3 or small rechargeable batteries are better.
Warning! Be cautious when you use 9v battery. Arduino onboard DC regulator will be destroyed if you accidentally switch positive & negative.
Todo list
- clean the code
- replace board to custom pcb or pro mini
- replace 9v batt to rechargeable small lipo battery
- smaller case
Please don’t email me about basic arduino programming issue. You can search or post question here. https://forum.arduino.cc