Hello,
I bought a PI a couple of months ago to evaluate as an educational tool..
I have installed the Python GPIO library and tested controlling the GPIO pins with Python. All GPIO pins seem OK, except GPIO2 (pin 13 of GPIO port). This does not respond to the program and always reads 0V
The Pi is a ModelB Rev 2, Rev no 0xf. Could it be hardware problem? Something to do with the library?
Also, is there a similar library for Python that handles the SPI or serial interface?
We would like to use a microcontroller for actual control, with the Pi sending commands/reading data through SPI /serial interface.
Any suggestions please?