Enable I2C on your Raspberry sudo raspi-config – Interfacing Options I2C – > Enable Load I2C Kernel Module by
WeiterlesenRaspberry 20×4 LCD Display Howto
apt-get install python-dev apt-get install python-rpi.gpio Script: #!/usr/bin/env python # -*- coding: utf-8 -*- # The wiring for
WeiterlesenRaspberry Software PWM Pi Blaster
What is PWM? Pulse-width Modulation Go to https://github.com/sarfata/pi-blaster/ and Download. Installing: sudo apt-get install autoconf Then unzip pi-blaster-master.zip and do:
WeiterlesenRaspberry starting applications on X via shell
export DISPLAY=:0 lxtask
WeiterlesenRaspberry Pi no Screensaver
apt-get install x11-xserver-utils edit /etc/xdg/lxsession/LXDE/autostart and add these three lines. @xset s off @xset -dpms @xset s noblank and ~.xinitrc
WeiterlesenRaspberry VNC-Server, Client
Raspberry is the server: Install: sudo apt-get install x11vnc Create password for your user: sudo mkdir /etc/x11vnc sudo x11vnc -storepasswd
WeiterlesenRaspberry pi Temperature Sensor Howto
System – Get a good SDCARD, any SDHC 16GB Class 10 – Get an Image I have choosen the Raspbian
Weiterlesen