SPI Pins

Enabling The SPI Port You now use the raspbian config tool: sudo raspi-config Select 'Advanced Options' and then select the relevant option. Enabling The SPI Port On Old Raspbian Distributions The SPI port needs to be enabled in Raspbian before it can be used. Edit the modules blacklist file: sudo nano /etc/modprobe.d/raspi-blacklist.conf Add a '#' character to […]

Read More

UART Pins

Turning off the UART functioning as a serial console UPDATE – You can now disable serial via the GUI or command line raspi-config tool.  The below is no longer good for Raspbian Jessie and above, it doesn’t work (This is based on Clayton Smiths nifty guide). Backup the /boot/cmdline.txt file before you edit it just in case of […]

Read More

I2C Pins

Enabling The I2C Port You now use the raspbian config tool: sudo raspi-config Select 'Advanced Options' and then select the relevant option. Enabling The I2C Port On Old Raspbian Distributions The I2C ports need to be enabled in Raspbian before they can be used. Edit the modules file sudo nano /etc/modules Add these lines: i2c-bcm2708 i2c-dev Exit and save […]

Read More