PLME_9.0.ino: Two lambda modules. Display on an LCD screen.

[featured_image]
Download
Download is available until [expire_date]
  • Version
  • Download 176
  • File Size 4.27 KB
  • File Count 1
  • Create Date August 27, 2021
  • Last Updated April 29, 2024

PLME_9.0.ino: Two lambda modules. Display on an LCD screen.

This programme from https://controlduino.com/ runs on an Arduino UNO, MEGA and others,

Aim:

The aim of this program is to measure two %O2 data from two exhaust pipes, obtained from two independent lambda modules (Controlduino 01M11V00), and display it on a single LCD display,
It also indicates the status of the lambda sensors if either or both measurements are invalid.

Hardware needed to use this software

• Arduino board
• Two Lambda modules and wires (Controlduino 01M11V00)
• Wideband lambda probe
• Display (LCD1602) with (LCD I2C( controller)
• Power supply (V=12V, I>=2A)

Information:

On the website https://controlduino.com/ you can find all information about the Lambda modules and Shield and other modules.

library:

To use this software you need to have the "Lambda" library installed which can be downloaded from: https://controlduino.com/lambda-module-01m11v00/

Purchase:

You can purchase Lambda Shields and Lambda Modules, sensors and other modules from the shop at https://controlduino.com/store/.

Downloads:

In the following link you can download all arduino files, smartphone APPs, datasheets of the board and probes... :
https://controlduino.com/lambda-module-01m11v00/
Forum:
If you have any questions or want to share your projects, you can do it in the forum: https://controlduino.com/forum/

Display library:

The library for the LCD Display 1602 I2C module (“LiquidCrysta I2C" by Frank de Brabander, version 1.1.2) can be found at the following link:

https://github.com/johnrickman/LiquidCrystal_I2C

Enjoy