Articles tagged "raspberrypi"
1 min readBeginner
Install go in raspberrypi steps
Follow this steps to install go on the raspberry pi. We don't use apt to install go and instead we download the latest version from https://golang.org.
1 min readIntermediate
Enable additional SPI port on the raspberry pi 2
How to enable a second hardware SPI port on the raspberry pi. SPI1 pinouts on the raspberry pi.
4 min readBeginner
How to add a real time clock to a Raspberry Pi 2
Learn how to add a real time clock (RTC) to the Raspberry Pi 2 in very easy steps.