I would like to know how to remap GPIO to make them have the same functionality as the Raspberry GPIOs.
Currently I am trying to drive an RGB LED panel. I have measured the Banana PI’s GPIOs with an oscilloscope, but ALL of the GPIOs have 0 output. So they do nothing. How can I make them do something ?
I couldn’t execute “./bpi_test_g40.py” to test RPi.GPIO because the file wasn’t made. I tried uninstalling and installing everything.
The good part is that I’ve managed to install WiringPi2 and went on to do this:
Execute "/usr/local/bin/bpi_test_gpio40.sh"
The Banana Pi was connected to a RGB Led Matrix like this:
After the test has begun, the matrix was flashing at a regular interval, but after 15-20 seconds a little flame burst out near the power adapter then a little smoke came off then the Banana Pi shutoff.
Now it will power up for a couple a seconds and then shutdown again.
This is the same setup that I am also using with a Raspberry Pi Zero. And on that board the project works.
This Banana Pi doesn’t even have proper pin Definition and when you actually send some signal through those pins it burns off.