TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (388 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (120 codes)
  5. Bugz Bensce (97 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 (140362 times)
  2. FAT32 Library (72764 times)
  3. Network Ethernet Library (57875 times)
  4. USB Device Library (48023 times)
  5. Network WiFi Library (43608 times)
  6. FT800 Library (43041 times)
  7. GSM click (30173 times)
  8. mikroSDK (28850 times)
  9. PID Library (27078 times)
  10. microSD click (26605 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: 295 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]