element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Cypress Kits
  • Products
  • Dev Tools
  • Cypress Kits
  • More
  • Cancel
Cypress Kits
Forum PSoC 4 Pioneer Kit Community Project#087 – Gas Sensor Example
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Cypress Kits to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 2 replies
  • Subscribers 26 subscribers
  • Views 1634 views
  • Users 0 members are here
Related

PSoC 4 Pioneer Kit Community Project#087 – Gas Sensor Example

cy.wbz
cy.wbz over 12 years ago

Hello!

 

In today’s example we are showcasing a simple carbon monoxide (CO) gas sensor monitor using the Pioneer board. The Figaro TSG 5042 gas sensor is used in this example to detect a range of 0-10,000 ppm.

 

image

 

Forum Post Attachments:

 

At the bottom of this post we are including the following items:

  • Example Project Zip File
  • Project Images
  • Gas Sensor Datasheet

 

Components Used: 

 

The user can download the example project at the bottom of this post. The project uses the following list of Creator Components:

  • Opamp (x2)
  • SAR ADC
  • UART
  • CyPins

 

Firmware Description:

 

The main.c firmware is included in the example project. Please review the commented sections for more details.

 

In this design the sensor will, when detecting the chemical, produce a very small electric current which needs to be converted to a output voltage by an op-amp/resistor combination. To accomplish this our example project uses an op-amp with a feedback resistor for the sensor current to voltage conversion. This is effectively a Trans-Impedance Amplifier (TIA).

 

image

 

In the project we will use a reference voltage for the op-amp and an ADC to read in the output voltage from the TIA.

 

After the voltage has been sampled the value will be sent out over the UART to be displayed using a hyperterminal software.

 

In the schematic layout there are a couple of items that may need to be defined:

 

TIA_Reference: The SAR ADC internal reference of 1.024V bypassed to the port P1.7 is connected to the opamp_buffer input P1.5

 

Gas_sensor_ground: The buffered output of the TIA_reference. The negative terminal of the gas sensor is connected to this terminal which is fed io the non-inverting input of the TIA opamp.

 

Gas_sensor_sense: The gas sensor positive input is connected to the negative input of the TIA opamp. The feedback resistor of 500k is connected between the inverting output and the output of the opamp, TIA_output.

 

In the video below we have output the values to an LCD shield.

 

Hardware Connections:

 

You will need to connect a couple of items for this example. First you will need to connect the bypass resistor (R1 503k ohms) and capacitor (C1 22uF).

 

Next connect the UART P4.1 pin to the P12.6 pin on the PSoC 5LP header.

 

Test Your Project:

 

Connect the hardware to the Pioneer board including capacitor, resistor and sensor. Next connect the UART bridge to the PSoC 4 board. Launch the hyperterminal software to view the data received from the Pioneer board.

 

In the video below you see the example project being used to calculate carbon monoxide out the back of a motor cycle pipe. Careful, the video is a little loud and suffers from a mild case of motorcycle adrenaline shaky cam.

 

This video is unavailable.
You don't have permission to edit metadata of this video.

 

I hope this example can help you in your design.

 

Best,

Matt

Attachments:
image5042pdf.pdf
TIA.zip
5125.Project Images.zip
  • Sign in to reply
  • Cancel
Parents
  • jesusantoniocar
    jesusantoniocar over 12 years ago

    Hello Matt.

    Thanks for this project.

    The PSoC 4200 has a pair of low-power comparators, which can also operate in the Deep Sleep and Hibernate modes. This allows the analog system blocks to be disabled while retaining the ability to monitor external voltage levels during low-power modes. The comparator outputs are normally synchronized to avoid metastability unless operating in an asynchronous power mode (Hibernate) where the system wake-up circuit is activated by a comparator switch event.

    Best regards,

     

    Jesus Antonio.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • jesusantoniocar
    jesusantoniocar over 12 years ago

    Hello Matt.

    Thanks for this project.

    The PSoC 4200 has a pair of low-power comparators, which can also operate in the Deep Sleep and Hibernate modes. This allows the analog system blocks to be disabled while retaining the ability to monitor external voltage levels during low-power modes. The comparator outputs are normally synchronized to avoid metastability unless operating in an asynchronous power mode (Hibernate) where the system wake-up circuit is activated by a comparator switch event.

    Best regards,

     

    Jesus Antonio.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube