Search found 193 matches
- 04 August 2006, 17:02 PM
- Forum: Files
- Topic: Sound Sensor - Caution.
- Replies: 4
- Views: 11686
Sound Sensor
It looks as if the fact is that the circuit "works". Presumably as intended For some reason it even works for the robotic hobbyist, which used this circuit for his robotic audio sensor. The design came from one of the brightest engineers that work in the valley . We just modified its use ...
- 04 August 2006, 2:42 AM
- Forum: Files
- Topic: Sound Sensor - Caution.
- Replies: 4
- Views: 11686
Sound Sensor - Caution.
For those "daring users" who attempt to construct this simple sound sensor a word of caution. The Electret microphone has a protective felt-like protective cover of which you will have to remove to have the microphone functional. Also, on the schematic R17 should be a 1M not 1K! :) :) :) -...
- 03 August 2006, 16:38 PM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
The output is @ 3.06 VDC. When there is a loud noise the amplifer amplifies the input signal 1000 times to several hundred millivolts RMS A.C. Thats why we get a "signal range" from (single-float) .35 to ~1.0 on the analog input. That's our circuit which works! If you don't believe us plea...
- 03 August 2006, 15:59 PM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
From the original post. The operation of the sound sensor is very simple. The Electret Mic just outputs a few millivolts. The LM741 has a gain factor of ~1000 to feed into the ZX-xx analog input I did not review the schematic ... R17 should be 1 Meg. I just fired my neighbor. Connect the microphone ...
- 03 August 2006, 15:15 PM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
Connect the microphone directly to the rectifying/peak detecting diode Tom's Design flaws #1 The output of any Electret Mike is just a few millivolts! Good luck in trying to increase this signal to the ADC input without an opamp amplifier!!!! Elementary Electronics 101 #2. Impedance mismatch will o...
- 03 August 2006, 14:43 PM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
Here is a view of the thoroughly tested sound sensor. Talk is cheap. We test before we post! :D :D :D What Tom does not realize is all we are looking for is a sizable increased in amplitude of the pre-amp. The range varies between .35 to 1.0 using the GetADC(pinx,single) command. It will not pickup ...
- 03 August 2006, 13:50 PM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
The LM741 with a CA3140E will both work.




- 03 August 2006, 13:05 PM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
To make Tom feel happy ... replace the LM741 with a CA3140E.If it works for you, that's not good enough.



----------------------------------
ZBasicAndy
- 03 August 2006, 12:46 PM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
Again, we will stand on the merits of this design.
If you have a better low cost circuit please feel
free to post it on another link.
------------------------------------------
ZBasicAndy's neighbor
If you have a better low cost circuit please feel
free to post it on another link.
------------------------------------------
ZBasicAndy's neighbor
- 03 August 2006, 9:54 AM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor
For some unknown reason it works just fine in this application.
Total parts cost ~$2.00 plus Electret Mic.

Total parts cost ~$2.00 plus Electret Mic.



- 03 August 2006, 9:23 AM
- Forum: ZBasic IDE
- Topic: Code Module Encryption
- Replies: 3
- Views: 8730
Code Module Encryption
There are times when a software project is completed that the software developer would like to preserve his algorithms from others. Is it possible to password / encrypt a basic "code module" so others cannot view and modify its contents?




- 03 August 2006, 5:06 AM
- Forum: Files
- Topic: Sound Sensor to ZX-XX
- Replies: 15
- Views: 28745
Sound Sensor to ZX-XX
Ever needed a sound sensor attached to a ZX-xx Microcontroller? Here it is. We use this sound sensor it to pick-up alarms from the following devices which generate a high decibel sound output: (The sound sensor (Electret Mike) is place near the device.) Carbon Dioxide CO2 Detectors/Alarms. Carbon Mo...
- 02 August 2006, 11:16 AM
- Forum: ZBasic Language
- Topic: 8 MHz minimum SPI clock speed for ENC28J60 Ethernet Chip
- Replies: 9
- Views: 11874
644
So you are implying that it could be done with a 25% increase in speed and 2 times the ram ... sound good to me.




- 02 August 2006, 9:32 AM
- Forum: ZBasic Language
- Topic: 8 MHz minimum SPI clock speed for ENC28J60 Ethernet Chip
- Replies: 9
- Views: 11874
644
Everything (software & timing) changes when you vary the supply voltage. Thats why it has to be at a fixed voltage using ZBasic's VM.With the proper support components it might be able to be have a wide range of operating voltages (2.7-5.5)
Correct me if I am wrong.



- 02 August 2006, 7:01 AM
- Forum: ZBasic Language
- Topic: 8 MHz minimum SPI clock speed for ENC28J60 Ethernet Chip
- Replies: 9
- Views: 11874
Overclocking ATmega32
As far as I know, all versions of the ATMega32 processor are only rated up to 16MHz You are 100% correct but ... go to www.avrfreaks.com and under devices check out what 40 pin device is similar (pin compatible) with the ATmeg32 which has a 20 MHZ rating. You will find the "644" with twic...