Ivan219
Posts: 118
Joined: Sun Jul 05, 2015 10:01 pm

Maximum of ground

Sun Sep 27, 2015 6:39 pm

Hello, I know that ground works only with 3,3v - but how many milliamperes is supporting? Can I connect two gpios (or more) with one ground?

User avatar
PeterO
Posts: 5878
Joined: Sun Jul 22, 2012 4:14 pm

Re: Maximum of ground

Sun Sep 27, 2015 6:45 pm

Simple answer: Yes

Longer Answer: The ground pins will be able to sink all of the current that comes from the GPIO pins.

PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson

Ivan219
Posts: 118
Joined: Sun Jul 05, 2015 10:01 pm

Re: Maximum of ground

Sun Sep 27, 2015 6:48 pm

Thank for reply. Can I use only one ground with all gpios? And what about 3,3v pins?

User avatar
PeterO
Posts: 5878
Joined: Sun Jul 22, 2012 4:14 pm

Re: Maximum of ground

Sun Sep 27, 2015 7:00 pm

Using more than one ground pin is generally better.

What are you driving from the GPIO pins ?
What are you powering from the 3V3 supply ?

PeterO
Discoverer of the PI2 XENON DEATH FLASH!
Interests: C,Python,PIC,Electronics,Ham Radio (G0DZB),1960s British Computers.
"The primary requirement (as we've always seen in your examples) is that the code is readable. " Dougie Lawson

Ivan219
Posts: 118
Joined: Sun Jul 05, 2015 10:01 pm

Re: Maximum of ground

Sun Sep 27, 2015 7:03 pm

I am using LEDs only now. I want to connect seven-segment LED, can I use one ground? Is it not hurt my raspberry pi?


And how use 5 volts pin, if raspberry pi haven't 5volts ground?

gordon77
Posts: 5036
Joined: Sun Aug 05, 2012 3:12 pm

Re: Maximum of ground

Sun Sep 27, 2015 7:08 pm

Ground is ground for 3.3v and 5v. All grounds are connected together, use as many as you want.

Ivan219
Posts: 118
Joined: Sun Jul 05, 2015 10:01 pm

Re: Maximum of ground

Sun Sep 27, 2015 7:19 pm

Thank you! Ground hasn't limits - it's good for me. And can I use gpio pin as ground?

gordon77
Posts: 5036
Joined: Sun Aug 05, 2012 3:12 pm

Re: Maximum of ground

Sun Sep 27, 2015 7:42 pm

No, only gpio ground pins

Ivan219
Posts: 118
Joined: Sun Jul 05, 2015 10:01 pm

Re: Maximum of ground

Sun Sep 27, 2015 8:26 pm

Sorry, what?

User avatar
joan
Posts: 14935
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: Maximum of ground

Sun Sep 27, 2015 8:32 pm

Ivan219 wrote:Sorry, what?
Only use the ground pins for ground.

Ivan219
Posts: 118
Joined: Sun Jul 05, 2015 10:01 pm

Re: Maximum of ground

Sun Sep 27, 2015 8:46 pm

Ok, thank you.

Return to “Beginners”