Offline
Newbie
Karma: 0
Posts: 6
|
 |
« on: October 01, 2012, 01:16:16 am » |
Hey, arduino community. I want to make a arduino spectrum analyzer shield by myself, but I can't find the shematic. Can someone help to give me that schematic? thks very much!! 
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 6
|
 |
« Reply #2 on: October 01, 2012, 08:22:55 am » |
From Details in http://arduino.cc/forum/index.php/topic,8328.0.html- A 3.5mm Audio in connector for input. - Another 3.5mm connector for output to your speakers/stereo. - 7 Band real time spectrum analyzer (Stereo!) 63Hz, 160Hz, 400Hz, 1KHz, 2.5KHz, 6.25KHz, 16KHz - Only uses 2 digital pins and one analog. But see the schematic I can't understand that one audio jack is input and one is output. and I see this schematic use two analog. Can you help me to understand?
|
|
|
|
|
Logged
|
|
|
|
|
Nice, France
Offline
Full Member
Karma: 10
Posts: 232
|
 |
« Reply #3 on: October 01, 2012, 10:49:05 am » |
But see the schematic I can't understand that one audio jack is input and one is output. and I see this schematic use two analog.
Left and right. The jacks are stereo (as shown on the schematic).
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 6
|
 |
« Reply #4 on: October 01, 2012, 08:35:22 pm » |
Left and right. The jacks are stereo (as shown on the schematic).
I don't understand how the components are connected together. Can you give me the schematic that wires are connected to all components?
|
|
|
|
|
Logged
|
|
|
|
|
Nice, France
Offline
Full Member
Karma: 10
Posts: 232
|
 |
« Reply #5 on: October 01, 2012, 11:59:22 pm » |
The part of the jack labelled 'left' conects to the part of the circuit labelled 'left'. The part of the circuit labelled 'analog1' conects to the sheild connector labelled 'analog1'. and so on.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
God Member
Karma: 9
Posts: 764
|
 |
« Reply #6 on: October 02, 2012, 12:15:15 pm » |
I don't understand how the components are connected together. Can you give me the schematic that wires are connected to all components? Lakes gave you a link to the schematic, and the datasheet for the chip.
|
|
|
|
|
Logged
|
|
|
|
|
Nice, France
Offline
Full Member
Karma: 10
Posts: 232
|
 |
« Reply #7 on: October 03, 2012, 10:52:01 am » |
I don't understand how the components are connected together. Can you give me the schematic that wires are connected to all components? Lakes gave you a link to the schematic, and the datasheet for the chip. Which the OP saw, but was confused because the schematic is in several parts that do not seem to be connected at first glance.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 6
|
 |
« Reply #8 on: October 04, 2012, 03:59:11 am » |
how much is MGSEQ7 ?
|
|
|
|
|
Logged
|
|
|
|
|
Gosport, UK
Offline
Faraday Member
Karma: 19
Posts: 3118
|
 |
« Reply #9 on: October 04, 2012, 04:08:12 am » |
how much is MGSEQ7 ?
Depends on where you get it from. Try Google/Bing/Other search engine.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 384
|
 |
« Reply #10 on: October 04, 2012, 06:41:39 am » |
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 71
Posts: 6596
Arduino rocks
|
 |
« Reply #11 on: October 04, 2012, 09:40:43 am » |
Which the OP saw, but was confused because the schematic is in several parts that do not seem to be connected at first glance.
Each signal has a name - the name is unique to that signal and defines the connections even if they are not drawn in. For a simple circuit like this there isn't a good reason not to draw them, but in large circuits it gets horribly confusing to draw all the connections between different parts, so in general its good practice.
|
|
|
|
|
Logged
|
|
|
|
|
Nice, France
Offline
Full Member
Karma: 10
Posts: 232
|
 |
« Reply #12 on: October 04, 2012, 11:46:45 am » |
Which the OP saw, but was confused because the schematic is in several parts that do not seem to be connected at first glance.
Each signal has a name - the name is unique to that signal and defines the connections even if they are not drawn in. Yes, as I pointed out to the OP. They still seem to have difficulty getting it, though.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 6
|
 |
« Reply #13 on: October 05, 2012, 07:59:18 am » |
Thanks everyone! I'm a newbie in Arduino. But if I want to use LM3915 instead of MGSEQ7. How it work with Arduino ?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 5
Posts: 384
|
 |
« Reply #14 on: October 05, 2012, 12:07:10 pm » |
You know thats just a VU meter, not a Spectrum Analyzer?
You can make a VU meter with an Arduino.
|
|
|
|
|
Logged
|
|
|
|
|
|