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
In the Air Design Challenge
  • Challenges & Projects
  • Design Challenges
  • In the Air Design Challenge
  • More
  • Cancel
In the Air Design Challenge
Blog Pollution Effect Minimiser (Post 3)
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 20 Nov 2014 1:39 PM Date Created
  • Views 694 views
  • Likes 0 likes
  • Comments 5 comments
  • iot_pollution_effect
  • in_the_air
Related
Recommended

Pollution Effect Minimiser (Post 3)

Former Member
Former Member
20 Nov 2014

Post 3 :

I have received the boards now. I will be showing initial experience wuth the boards in the coming days. For now i am trying to interface sound in the system.

For this sound detection i will be using adafruit microphone amplifier breakout.

Adafruit Electret Microphone Amplifier : It is used to measure sound levels. The specification of the amplifier is :

Supply Voltage: 2.4v-5v

Output: Rail-to-Rail - up to to 5vp-p

Frequency Response: 20Hz - 20 KHz

Adjustable Gain 25x-125x

Connection :

The amplifier has only 3 connections:

GND -> GND

VCC -> 3.3V

OUT -> Analog input

VCC can be anywhere from 2.4-5VDC. For the best performance, we use the 3.3v pin.

The amplifier gain is adjustable from 25x to 125x.

The output will have a DC bias of VCC/2 so when its perfectly quiet, the voltage will be a steady VCC/2 (1.65v).

Measuring Sound Levels : The Audio signal from the output of the amplifier is a varying voltage.  To measure the sound level, we need to take multiple measurements to find the minimum and maximum extents or "peak to peak amplitude" of the signal.After finding the minimum and maximum samples, we compute the difference and convert it to volts.

Although the amplifier is capable of a rail-to-rail signal (3.3v in this case), we map it to a 1v peak-to-peak signal. This output is compared to a reference to know if sound is low, normal or high.

 

The overall design for sensor is :

image

  • Sign in to reply

Top Comments

  • Former Member
    Former Member over 10 years ago in reply to DAB +1
    hi I was thinking to have the bone as a control hub which takes sensor values wirelessly from different sensors and take actions along with uploading the data to airvantage. May be I will also be leaving…
  • DAB
    DAB over 10 years ago in reply to Former Member

    I was just curious.

    It was not clear from your diagram that you were separating the UI from data collection.

     

    Look forward to seeing how you set up the information transfer and display.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to xever

    Hi

    I was considering to use the supercap on the msp430 so that the msp430 do not need to be connected to power all the time and takes readings at specific time intervals and goes to power saving mode so that it can continue on the supercap. Then I used the CC3200 so as to send the readings of those specified instants to a central hub wirelessly thats the beaglebone. I am trying to use all the major features of the launchpads through this. All this can be done by the CC3200 alone but i am trying to use all the launchpads in the design. As the competetion progresses i will simplify to include only those necessary.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • xever
    xever over 10 years ago in reply to DAB

    I have almost the same design, the CC3200 will send sensor data to the BBB before posting it to AirVantage. However, my question about the design would be, why did you choose to use the MSP430 for sensor sampling?  The CC3200 has analog inputs (although just limited to 4 channels), GPIOs, I2C and other peripherals which you can use for sensor sampling.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to DAB

    hi

    I was thinking to have the bone as a control hub which takes sensor values wirelessly from different sensors and take actions along with uploading the data to airvantage. May be I will also be leaving one of them as the competetion progresses. Thanks for the opinion thoughimage.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 10 years ago

    I am curious why you have the CC3200 and a Beagle Bone?

    I would think one or the other could do the job.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
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