Code Snippet

Just another Code Snippet site

Raspberry Pi

[Arduino] Serial, UART, Raspberry and co

http://blog.oscarliang.net/raspberry-pi-and-arduino-connected-serial-gpio/ http://electroniqueamateur.blogspot.fr/2014/10/communication-rf-433-mhz-entre.html http://electroniqueamateur.blogspot.fr/2014/05/communication-par-usb-entre-raspberry.html http://blog.oscarliang.net/connect-raspberry-pi-and-arduino-usb-cable/ http://elinux.org/RPi_Serial_Connection http://angryelectron.com/rxtx-on-raspbian/ http://pi4j.com/example/serial.html http://raspi.tv/2013/how-to-use-interrupts-with-python-on-the-raspberry-pi-and-rpi-gpio-part-3 http://www.raspberry-projects.com/pi/programming-in-c/uart-serial-port/using-the-uart ——————- http://easydomoticz.com/domoticz-raspberry-et-arduino-sont-dans-un-bateau-mysensors-org-partie-1/ Partie 2 Partie 3

[Raspberry] Detect IO events

Java : http://pi4j.com/example/listener.html Python : http://sourceforge.net/p/raspberry-gpio-python/wiki/Inputs/ https://stackoverflow.com/questions/16143842/raspberry-pi-gpio-events-in-python Avec compteur eau : http://www.antor.fr/2014/02/25/domotiser-son-compteur-deau/

[Raspberry] GPIO

http://openmicros.org/index.php/articles/94-ciseco-product-documentation/raspberry-pi/217-getting-started-with-raspberry-pi-gpio-and-python http://openmicros.org/index.php/articles/94-ciseco-product-documentation/raspberry-pi/218-2-raspberry-pi-gpio-inputs-in-python

[Raspberry] Raspi + SMS

http://raspbian-france.fr/envoyer-sms-raspberry-pi/ http://milillicuti.com/raspberry-pi-et-sms/ https://chaddyhv.wordpress.com/2012/08/13/programming-and-installing-huawei-hilink-e3131-under-linux/ https://dtuunicef.wordpress.com/2013/05/19/using-the-raspberry-pi-as-a-sms-gateway-by-a-huawei-hilink-3g-dongle/

[Raspberry] LAMP Server

sudo apt-get install apache2 php5 libapache2-mod-php5 sudo groupadd www-data sudo usermod -g www-data www-data sudo chown -R pi /var/www echo “” > /var/www/index.php sudo service apache2 restart sudo apt-get install mysql-server mysql-client php5-mysql sudo apt-get install phpmyadmin sudo apt-get install vsftpd sudo vi /etc/vsftpd.conf Change : anonymous_enable=NO, Uncomment : local_enable=YES write_enable=YES add : force_dot_files=YES sudo […]

, ,

[Raspberry] Raspberry Pi / EDF Télé info

http://hallard.me/gestion-de-la-teleinfo-avec-un-raspberry-pi-et-une-carte-arduipi/ https://lhuet.github.io/blog/2014/01/montage-teleinfo.html http://perso.aquilenet.fr/~sven337/francais/2014/03/09/Suivi-de-consommation-elec-avec-R-Pi.html http://www.magdiblog.fr/gpio/teleinfo-edf-suivi-conso-de-votre-compteur-electrique/ http://www.chaleurterre.com/forum/viewtopic.php?t=15153

[Raspberry PI] Temperature sensor

http://www.framboise314.fr/mesure-de-temperature-1-wire-ds18b20-avec-le-raspberry-pi/ http://www.pihomeserver.fr/2013/10/29/raspberry-pi-home-server-utiliser-sonde-temperature-etanche-ds18b20/ With multiple sensors : http://iada.nl/en/blog/article/temperature-monitoring-raspberry-pi http://www.projects.privateeyepi.com/home/temperature-gauge http://blog.domogy.com/mise-en-place-d-un-reseau-1-wire/ http://www.manuel-esteban.com/lire-une-sonde-dht22-avec-un-raspberry-pi/

Previous Posts Next posts