Raspberry Pi Python Drivers Released on SwitchDoc
One of the big problems with adding sensors to your Raspberry Pi is finding Python drivers for those devices. There seems to be a lot of Arduino drivers available, but there are lots of devices that don’t have Python drivers for the Raspberry Pi. When we run into a device that doesn’t have the kind of Python driver we want, we tend to build it ourselves and then release it into the open source goodness zone.
With the release of the TCS34725 Color Sensor Drivers, we now have nine pure Python drivers on SwitchDoc.com. All of these drivers are on github.com/switchdoclabs.
Python Drivers On SwitchDoc.com
iBeacon-Scanner – Reliable Python drivers (for USB BLE Dongle) for scanning iBeacons with your Raspberry Pi. SwitchDoc Labs Article is here.
WeatherPiArduino – Python WeatherPiArduino Sensor Tests. SwitchDoc Labs Article is here.
SDL_Pi_Weather_80422 – Python I2C drivers for SwitchDoc Labs WeatherRack, Argent Data and Sparkfun Weather Sensors. SwitchDoc Labs Article is here.
SDL_BM017CS – TCS34725 I2C Color Sensor drivers. SwitchDoc Labs Article is here.
SDL_Pi_FRAM – Python I2C FRAM (Ferroelectric RAM) drivers. SwitchDoc Labs Article is here.
RTC_SDL_DS3231 – Python I2C drivers for the Real Time Clock DS3231 (includes EEPROM drivers for AT24C32). SwitchDoc Labs Article is here.
RTC_SDL_PCF8563 – Python I2C drivers for the Real Time Clock PCF8563. SwitchDoc Labs Article is here.
RTC_SDL_MCP79400 – Python I2C drivers for the Real Time Clock MCP79400. SwitchDoc Labs Article is here.
RTC_SDL_DS1307 – Python I2C drivers for the Real Time Clock DS1307. SwitchDoc Labs Article is here.
Need a Python Driver for a new sensor? Let us know about it.