Mapping the board to GPIO pins was expected to be needed, I did not expect to just drop it in, like say a Pi face board or such. And the board apparently is no long available as well, which makes that potential option a dead end.
I was looking for a very simple way to make sure any GPIO pin is pulled down or up by default, regardless of default configuration during Pi reboot. I have seen a lot of discussion on this topic. But I don't want to have to solder anything, or start from scratch creating my own PCB.
I have a number of projects where a generic board like this would be easy to use. For example...
- Connecting a 8-way relay board, to a Pi, I figure I can selectively pick pins that have a known boot state. But with external resistor board, don't have to worry about explicit selection or assignment.
- There seems to be a way to map pins default state very low in the boot process?
https://www.raspberrypi.org/documentati ... ce-tree.md
- I can just cheat and cross connect 10K resisters inline between GPIO pin, GND or VCC depending on the application or need
I want to avoid using the I2C pins, since I have plans for the I2C bus as well. I am using a Pi Zero, but I have not found a specific pin state reference for Pi Zero? Is it different or same as other Pi models? Same right?