Monthly Archives: April 2015

Raspberry Pi – I2C stopped working?

Lately my BMP085 temperature sensor, connected to a Raspberry Pi through the i2c interface stopped working. Turns out that all I needed to do was apt-get install raspi-config, and use that raspi-config tool to enable i2c. Great. Btw, if you … Continue reading

Posted in Uncategorized | Leave a comment

exFAT SD card Linux

apt-get install exfat-fuse exfat-utils

Posted in Uncategorized | Leave a comment