MKinsman
Posts: 2
Joined: Mon Jun 20, 2016 3:05 pm

Act Light on Pi3 B+

Mon Jun 20, 2016 3:11 pm

I see in older documentation that the Status_LED used to be wired to gpio16 but for my Pi which is a model 3 B+ the schematics dont show it being wired to the gpio and gpio16 goes to the header?? is this correct

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Act Light on Pi3 B+

Mon Jun 20, 2016 3:46 pm

Correct.

The LEDs on the Pi 3B are wired to an i2c gpio expander.

MKinsman
Posts: 2
Joined: Mon Jun 20, 2016 3:05 pm

Re: Act Light on Pi3 B+

Mon Jun 20, 2016 4:15 pm

So is there any way to address the act led on the Pi3??

dgordon42
Posts: 788
Joined: Tue Aug 13, 2013 6:55 pm
Location: Dublin, Ireland

Re: Act Light on Pi3 B+

Mon Jun 20, 2016 10:23 pm

See this:

Code: Select all

Name:   pi3-act-led
Info:   Pi3 uses a GPIO expander to drive the LEDs which can only be accessed
        from the VPU. There is a special driver for this with a separate DT
        node, which has the unfortunate consequence of breaking the
        act_led_gpio and act_led_activelow dtparams.
        This overlay changes the GPIO controller back to the standard one and
        restores the dtparams.
Load:   dtoverlay=pi3-act-led,<param>=<val>
Params: activelow               Set to "on" to invert the sense of the LED
                                (default "off")

        gpio                    Set which GPIO to use for the activity LED
                                (in case you want to connect it to an external
                                device)
                                REQUIRED
From '/boot/overlays/README'

Hope this helps,
Dave.

hello world :-)
Posts: 121
Joined: Sat Nov 14, 2015 7:12 am
Location: England, in an insecure cloud, ie. The Interwebs
Contact: Website Yahoo Messenger AOL

Re: Act Light on Pi3 B+

Tue Jun 21, 2016 8:04 am

MKinsman wrote:I see in older documentation that the Status_LED used to be wired to gpio16 but for my Pi which is a model 3 B+ the schematics dont show it being wired to the gpio and gpio16 goes to the header?? is this correct
Errr... sorry to be like this, but: Pi B+ came before Pi 2B which came before Pi 3B
There is no 3 B+
JSYK
sorry... :mrgreen:
I do moral support. Here: https://www.raspberrypi.org/forums/search.php?search_id=egosearch
I know I use too many parentheses. Problem?
Topics I have posted in: http://bit.ly/1NbDdr5
My topics: http://bit.ly/1ObnKqQ
All my posts: http://bit.ly/1OHzje7

Return to “General discussion”