TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136558 times)
  2. FAT32 Library (69787 times)
  3. Network Ethernet Library (55858 times)
  4. USB Device Library (46199 times)
  5. Network WiFi Library (41818 times)
  6. FT800 Library (41023 times)
  7. GSM click (28934 times)
  8. PID Library (26386 times)
  9. mikroSDK (26297 times)
  10. microSD click (25307 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

MQ Sensor Library Project

Rating:

1

Author: Michael Havenga

Last Updated: 2019-01-12

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Measurement

Downloaded: 261 times

Not followed.

License: MIT license  

This project demonstrates the use of a few MQ Sensors. It enables the user to program a device once, thereafter the COM Port is used to change between devices. This provides some degree of convenience when testing and using the devices.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "MQ Sensor Library Project" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "MQ Sensor Library Project" changes.

Do you want to report abuse regarding "MQ Sensor Library Project".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

To the users,

The MQ Sensor library project takes the following libraries AirQuality click, CO Click, LPG Click, Alcohol Click, and combines them into a single project. We claim no ownership of the code, as we have used the existing code provided by Mikroe.

By default, the EasyPIC v7 will need an LCD and atleast one of the Mikroe Click boards inserted into slot 1. The code preseumes 5Vdc, but you can change this to 3v3 if required. You will need a a MikroC for PIC license to be able to compile the code if you make any changes.

To change the device, you then send a value over the comport to the PCB and it changes the device that it is reading.

0 - AirQuality click, 1 - CO Click, 2 - LPG Click, 3 - Alcohol Click

Any problems, please use the forum to request assistance.

ALSO FROM THIS AUTHOR

SIM800L: Test Project

0

The SIM800L is a readily available GSM Module that is easy to use - when you know-how. The project uses a PIC16F1847, which is an 18PIN midrange device with average resources. The project uses the single UART at 9600, and in a continuous loop sends an SMS testing the connection.

[Learn More]