Tags
- ALGOL 68
- Alpha
- apt
- audio
- bash
- buster
- C/C++
- GDM
- GNOME
- grub
- i2c
- jessie
- KDE
- lenny
- lightdm
- lighttpd
- MATE
- micropython
- Minix
- photography
- pygame
- python
- qemu
- Raspberry Pi
- Raspberry Pi 3
- Raspberry Pi Zero W
- retrocomputing
- sensehat
- simh
- squeeze
- ssh
- stretch
- ubuntu
- UFW
- VAX
- video
- VMS
- wheezy
- wireless
- wordpress
- xdmcp
- XFCE
- xrandr
- X windows
- yum
Updated
-
Recent
Popular
- Installing MINIX 3
- Installing GNOME2 on Debian (Lenny)
- Display DECWindows on Linux X Server
- Set Linux Console Height and Width
- Implementing 'cat' in Python (reading a file character by character)
- Coding for Carrots - Solutions
- Rendering SVG graphics in Python
- Changing the IP address used by Wordpress
- Networking with SIMH (or QEMU) on Debian (buster)
- Using QEMU with a bridge network device
Recommended
- 1,008,748 hits
Tag Archives: i2c
A Python class for the MCP9801 Temperature Sensor
Having brought a couple of Temperature Sensors based on the Microchip Technology MCP9801 to use with my Rasperyy Pi. I decided to see if I could write a simple class to encapsulate the code needed to control them.
Setting up I2C on a Raspberry Pi
How to load the necessary kernel modules, configure user access, and install the necessary packages to allow python programs to use the I2C bus is documented in several different places. I just thought I’ll pull together the various steps I … Continue reading
Enabling the I2C bus on a Raspberry Pi
As I just re-discovered after reinstalling Raspbian, by default only the superuser can access the I2C bus. (This may not be the case if you are using one of the official pre-installed SD card images).