gpio

Debug GPIO with LED

Debug GPIO with LED

During the daily device driver development routine, we often need to understand the behavior of the GPIO pins to understand if there is I2C traffic or if our driver is handling the coming interrupts and so on. Sometimes is not enough to mount the debugfs interfaces and read out the values or cat/grep the /proc/interrupts

Debug GPIO with LED Read More »

Raspberry Pi TESLA BT 100 printer program using GPIO

Raspberry Pi – TESLA BT-100 printer program using GPIO

Raspberry Pi BT-100 printer program v0.1 (May 2013) Usage: bt100-tlc [options]                    SIGNAL    GPIO -h          print help -D          turn debug on                OUT_LEFT:  17 -B          bidirectional print                OUT_RIGHT: 27 -t file     input text file                OUT_PAPER  25 -g file     input bitmap file              

Raspberry Pi – TESLA BT-100 printer program using GPIO Read More »

Raspberry Pi GPIO game

Raspberry Pi GPIO game

You will need… -Raspberry pi model b+ with raspbian and Python 2(which should come with raspbian) -HDMI monitor and cable -3 tactile push switches -Breadboard(you can get by without it be connecting straight to the buttons, but this also works as a stand for the buttons) -male to female wires (or, in my case, male

Raspberry Pi GPIO game Read More »

Raspberry Pi GPIO Protection

Raspberry Pi GPIO Protection

After damaging the GPIO port on our raspberry pi while designing a new solar monitoring system we decided that it might be a good idea to build a buffer/level translator to protect the GPIO pins from over voltage and ESD spikes.  The board would need to protect all of the data pins we normally use

Raspberry Pi GPIO Protection Read More »

Scroll to Top