Matthai Posted August 13, 2017 Posted August 13, 2017 I have OrangePi Zero (basic version without HDMI) and OrangePi PC+. However, devices came with almost no documentation, so I would like to know the pinout for GPIO pins. Is there any documentation available? BTW, I need to solder GPIO pins to OP Zero, but it is OK.
chwe Posted August 13, 2017 Posted August 13, 2017 http://lmgtfy.com/?t=i&q=gpio+orange+pi+pc%2B http://lmgtfy.com/?t=i&q=gpio+orange+pi+zero It needs more time to write a post here in the forum than do a simple google search to solve your 'problem'...
martinayotte Posted August 13, 2017 Posted August 13, 2017 The best place to find docs is always linux-sunxi : https://linux-sunxi.org/Table_of_allwinner_based_boards https://linux-sunxi.org/Xunlong_Orange_Pi_Zero https://linux-sunxi.org/Xunlong_Orange_Pi_PC#Variants
Matthai Posted August 13, 2017 Author Posted August 13, 2017 Which Python library would you suggest? OPi.GPIO or https://github.com/duxingkei33/orangepi_PC_gpio_pyH3
martinayotte Posted August 13, 2017 Posted August 13, 2017 Yes, for PC, https://github.com/duxingkei33/orangepi_PC_gpio_pyH3 For Zero, there someone who forked it and adjusted the mapping.h for few Zero pins differences, but I can't remember the link. EDIT : I've finally found it for Zero : https://github.com/nvl1109/orangepi_PC_gpio_pyH3 1
Recommended Posts