Maker Pro
Maker Pro

artist needs help- difficult mic circuit

R

raphihell

Before I begin I should say that we are pretty familiar with most
basic electronics but are really stumped here.

What we are looking for is a circuit that would use very little power-
be battery operated and as small as possible. The idea is to a mic
that would be "listening" to the room it would store a charge relative
to the mic signal- or ideally from the small charge generated by the
mic itself- when this value crossed a certain threshold it would
trigger a serperate circuit- lets say a buzzer. the triggering charge
would be reduced to zero and it would all start over again.

In practice what this would mean is that put on a shelf in an a closed
office- the buzzer might go off once or twice a day assuming the
telephone was used - and if there was an office party it would be
going off all the time.

Now the trick here is that this thing should ideally be able to be
"on" for a few months without draining the battery.

We were thinking of a simple biased capacitor charged by a mic- with
the cap discharging at a certain level- but are having problems.

Any ideas?
Thanks
Raphael and Peter
 
R

Robert C Monsen

raphihell said:
Before I begin I should say that we are pretty familiar with most
basic electronics but are really stumped here.

What we are looking for is a circuit that would use very little
power-
be battery operated and as small as possible. The idea is to a mic
that would be "listening" to the room it would store a charge
relative
to the mic signal- or ideally from the small charge generated by the
mic itself- when this value crossed a certain threshold it would
trigger a serperate circuit- lets say a buzzer. the triggering
charge
would be reduced to zero and it would all start over again.

In practice what this would mean is that put on a shelf in an a
closed
office- the buzzer might go off once or twice a day assuming the
telephone was used - and if there was an office party it would be
going off all the time.

Now the trick here is that this thing should ideally be able to be
"on" for a few months without draining the battery.

We were thinking of a simple biased capacitor charged by a mic- with
the cap discharging at a certain level- but are having problems.

Any ideas?
Thanks
Raphael and Peter

One approach would be an analog 'integrator' circuit to keep track of
the charge. Unfortunately, integrators are usually built with
capacitors, and its pretty hard to keep a capacitor charged with tiny
amounts of charge over a long period of time like hours or days; the
cap will leak.

Another way would be to count how many times the microphone went over
a particular input excitation, and use that count as the trigger. You
could do this with CMOS logic chips; perhaps a counter chip activated
by some kind of analog level meter circuit on the microphone. Once a
particular bit on the output went high, fire off the buzzer for a bit
using a C555.

A tiny microcontroller, like a PIC 12F675 or ATTiny would also be a
good choice for this kind of circuit; you could use the internal
comparator to wake it up when the mic was active, and keep track of
the count in its eeprom. It could output the 'buzz' as well, so you
could use a cheap piezo disk rather than a buzzer. Thus, it might be a
single chip solution. It would be very low power, but would require
you to write the software for it. Keeping the microphone powered would
probably take the most of your energy budget. However, you might be
able to power the thing using a small solar panel charging a little
rechargable cell. Offices usually have pretty good light.

This is going to be a fairly complex circuit to pull off, I'm
guessing. Good luck!

Regards,
Bob Monsen
 
A

Anders F

no_one said:
why don't you steal the guts from one of those singing bass fish things;
http://www.howstuffworks.com/singing-fish.htm

I'm sure they're using simple level triggers.

I think Robert is on track in his suggestion of a low power microcontroller.
A mic, a rectifier and a cap before the AD of the uC. The uC should wake up
once in a while to measure the level and integrate. Probably it'll prove OK
to do a discrete mesaurements once or twice per second - allowing the mic to
be powered down.

/Anders
 
R

Ross Herbert

On 29 Aug 2004 09:18:40 -0700, [email protected] (raphihell) wrote:

|Before I begin I should say that we are pretty familiar with most
|basic electronics but are really stumped here.
|
|What we are looking for is a circuit that would use very little power-
|be battery operated and as small as possible. The idea is to a mic
|that would be "listening" to the room it would store a charge relative
|to the mic signal- or ideally from the small charge generated by the
|mic itself- when this value crossed a certain threshold it would
|trigger a serperate circuit- lets say a buzzer. the triggering charge
|would be reduced to zero and it would all start over again.
|
|In practice what this would mean is that put on a shelf in an a closed
|office- the buzzer might go off once or twice a day assuming the
|telephone was used - and if there was an office party it would be
|going off all the time.
|
|Now the trick here is that this thing should ideally be able to be
|"on" for a few months without draining the battery.
|
|We were thinking of a simple biased capacitor charged by a mic- with
|the cap discharging at a certain level- but are having problems.
|
|Any ideas?
|Thanks
|Raphael and Peter

I would start by playing around with the LM10
http://www.oselectronics.com/downloads/LM10.pdf as a electret mic amp.
rectifying the mic amplifier output and feeding it to a schmitt
trigger to drive a piezo buzzer. Manual setting of the trigger level
is all that is required. No need for fancy uC circuits for this app.
 
R

Rolavine

Subject: Re: artist needs help- difficult mic circuit
From: Ross Herbert [email protected]
Date: 8/30/2004 8:44 PM Pacific
On 29 Aug 2004 09:18:40 -0700, [email protected] (raphihell) wrote:

|Before I begin I should say that we are pretty familiar with most
|basic electronics but are really stumped here.
|
|What we are looking for is a circuit that would use very little power-
|be battery operated and as small as possible. The idea is to a mic
|that would be "listening" to the room it would store a charge relative
|to the mic signal- or ideally from the small charge generated by the
|mic itself- when this value crossed a certain threshold it would
|trigger a serperate circuit- lets say a buzzer. the triggering charge
|would be reduced to zero and it would all start over again.
|
|In practice what this would mean is that put on a shelf in an a closed
|office- the buzzer might go off once or twice a day assuming the
|telephone was used - and if there was an office party it would be
|going off all the time.
|
|Now the trick here is that this thing should ideally be able to be
|"on" for a few months without draining the battery.
|
|We were thinking of a simple biased capacitor charged by a mic- with
|the cap discharging at a certain level- but are having problems.
|
|Any ideas?
|Thanks
|Raphael and Peter

I would start by playing around with the LM10
http://www.oselectronics.com/downloads/LM10.pdf as a electret mic amp.
rectifying the mic amplifier output and feeding it to a schmitt
trigger to drive a piezo buzzer. Manual setting of the trigger level
is all that is required. No need for fancy uC circuits for this app.
You need a voice activated switch, there should be designs for that on the web.
You can change the op amps to low power ones like the LMC series from National.
Perhaps you can buy one allready made. If your only making a few of these you
could assure long life by using large batteries or gel cells.

here is a link to a kit

http://www.ramseyelectronics.com/downloads/manuals/VS1.pdf

Rocky
 
R

Ross Herbert

On Tue, 31 Aug 2004 03:44:45 GMT, Ross Herbert

|I would start by playing around with the LM10
|http://www.oselectronics.com/downloads/LM10.pdf as a electret mic amp.
|rectifying the mic amplifier output and feeding it to a schmitt
|trigger to drive a piezo buzzer. Manual setting of the trigger level
|is all that is required. No need for fancy uC circuits for this app.

For a ready made unit try
http://www.electrokits.com/electronic-kits/relays-remotes-switches-timers/44.htm

This unit is normally powered by a 12V DC plugpack but the current
drain is nominally around 5 - 7mA when the relay is not activated and
35mA when the relay is activated. If you replace the relay with a
self oscillating piezo sounder you could run it from a 9V battery.

This one http://www.web-tronics.com/kit-13.html runs off a 6V battery
and is quite inexpensive. You couldn't buy all the parts for that
price if you wanted to start from scratch.

Tamiya make one for hobby kits designed to run off a 9V transistor
battery but it costs more.
http://webserver.hobbylinc.com/~hobbylinc/htm/tam/tam75012.htm
 
Top