lherron8
Posts: 3
Joined: Tue Sep 02, 2014 4:31 pm

GPIO values at boot

Tue Sep 02, 2014 4:50 pm

I believe for previous versions of B the GPIO pins booted up with 3.3 V then went to their software defined values after about 10 seconds. If I'm wrong about that just leave a comment to let me know what's right, but I was wondering if anything the boot values for those pins changed with the B+ revisions.

Thank you!

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

Re: GPIO values at boot

Tue Sep 02, 2014 5:19 pm

I'm not sure your understanding is correct. A way to check would be to connect a LED/resistor pair to each gpio and switch on. Watch for flickering.

lherron8
Posts: 3
Joined: Tue Sep 02, 2014 4:31 pm

Re: GPIO values at boot

Tue Sep 02, 2014 5:35 pm

What I eventually am going to try and do is put the pi in a chassis and control rf switches with it remotely. If the GPIO pins come up either hi, low, or high impedance disconnected, then it could determine how the interface circuit to the switches is configured.

So my best option is to troubleshoot it? I don't have to board yet. If the LED flickers, will that just tell me the loads not met/the voltage is too low to fully power the LED? Or would a DMM with ground to the GPIO pins be okay to get the actual value?

I'm new to Raspberry Pies and tinkering with it so I appreciate the help.

User avatar
AndrewS
Posts: 3625
Joined: Sun Apr 22, 2012 4:50 pm
Location: Cambridge, UK
Contact: Website

Re: GPIO values at boot

Wed Sep 03, 2014 1:11 am

Have a look at http://www.raspberrypi.org/documentatio ... uration.md and http://www.raspberrypi.org/documentatio ... /README.md and the "Pull" column of http://elinux.org/RPi_BCM2835_GPIOs
the voltage is too low to fully power the LED?
The Pi's pins are all digital, so are either 0V or 3.3V, there's no in-between values (ignoring PWM for now).

Return to “HATs and other add-ons”