Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Wiring #3

Closed
ghost opened this issue Apr 19, 2015 · 6 comments
Closed

Question about Wiring #3

ghost opened this issue Apr 19, 2015 · 6 comments

Comments

@ghost
Copy link

ghost commented Apr 19, 2015

Here are my standard informations about connecting an Arduino Mega ( I use an Arduino Mega Rev 3 for this) to an DS 1307, an Analog Microphone or an 16x32 RGB Matrix. But there are more GND Inputs on the Mega required than there actually are. These are the informations about wiring the DS 1307 and the Microphone
Píns Pins on the Patine
DS1307 GND GND
5V 5V
Digital Pin 4 Digital Pin 4
Digital Pin 5 Digital Pin 5
Microphone AO AI
GND GND
VCL Power

And this is about wiring the RGB Matrix
R0 2
G0 3
B0 4
GND GND
R1 5
G1 6
B1 7
GND GND
A A0
B A1
C A2
D A3
CLK 11
STB 10
OE 9
GND GND
Can you tell me how your wired it or which pins ar useless for the clock or spectrum analyzer or which pin can get on another Input pin on the Mega?
Grateful,
Revedar

@ghost
Copy link
Author

ghost commented Apr 19, 2015

@ghost
Copy link
Author

ghost commented Apr 19, 2015

@twonk
Copy link
Owner

twonk commented Apr 20, 2015

Apologies for not getting back to you sooner. Here are all of the connections in use:

For the grounds, you'll need to combine some of them together and then attache to a ground pin.

RTC
SDA -> D20
SCL -> D21
MOS -> not connected
VCC -> 5v
GND -> GND

Button 1
D2 and GND

Button 2
D3 and GND

Microphone board
VCC -> 3.3v & AREF
ANALOG OUT -> A0
GND->GND

Matrix Connector
Adafruit Image

Left Right
G1 -> 25 R1 -> 24
GND B1 -> 26
G2 -> 28 R2 -> 27
GND B2 -> 29
B -> A1 A -> A4
D -> GND C -> A2
LAT -> A3 CLK -> D12
GND OE -> D8

@twonk twonk closed this as completed Apr 20, 2015
@ghost
Copy link
Author

ghost commented Apr 20, 2015

Last question: Do you use 2 or 4 pin buttons?
Sorry that i have so much questions i just came in the last 9 moth into electronics and in school we will just talk about this theme in 2 year and the next opportunity to learn programming for me is on the university and then the also the next time when i have enough time to come into coding.

@twonk
Copy link
Owner

twonk commented Apr 20, 2015

No problem at all.
I used two pin buttons, but usually on four pin buttons the pins are in two
pairs, so as long as you use one pin from each side it will be fine.
These are great projects to get started with. There is nothing better than
an LED display!

On 20 April 2015 at 15:41, Revedar notifications@github.com wrote:

Last question: Do you use 2 or 4 pin buttons?
Sorry that i have so much questions i just came in the last 9 moth into
electronics and in school we will just talk about this theme in 2 year and
the next opportunity to learn programming for me is on the university and
then the also the next time when i have enough time to come into coding.


Reply to this email directly or view it on GitHub
#3 (comment).

@ghost
Copy link
Author

ghost commented Apr 20, 2015

I agree :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant