Add Clock Via i2c Posted on October 24, 2015 at October 25, 2015 by Elijah 3774 0 Prepare i2c added real time clock driver to raspian Add time variable to picture display Solder pins to clock module Keep Reading : Chain connect pressure/temperature module i2c on clock module Remote ssh connect from iPad P.C. and laptop using dynamic ip address Hello World LED Blinking
servoTurn.Py – a simple python script to turn a servo on a raspberry pi 3 Posted by Elijah - March 17, 2017 0 Turn a servo using a Raspberry Pi 3 GPIO using Python. Picks up where the Adafruit servo build instructions stop.…
Serial Communication with SMS Modem (FONA) Posted by Elijah - October 18, 2015 0 [crayon-68ec056f0dd42711721638/] Keep Reading : GPS RESPONSE CODE ORDER Serial Commands used by our Satellite transciever. python to send a SMS…
Wire camera to pi Posted by Elijah - October 24, 2015 0 Install camera software & configure pi One picture program One picture per blink cycle Print proto time on picture …
Raspi-config Posted by Elijah - August 15, 2015 0 First you will need to open terminal. Terminal is located at the top of your raspberry pi screen. Terminal is…
Identify USB device and discover its name and port Posted by Elijah - October 17, 2015 0 Download latest PyUSB from : http://sourceforge.net/projects/pyusb/files/PyUSB%201.0/1.0.0-beta-2/pyusb-1.0.0b2.tar.gz/download Place file “pyusb-1.0.0b2.tar.gz” on your desktop gunzip <pyusb-1.0.0b2.tar.gz |tar xvfp - cd pyusb-1.0.0b2 sudo ./setup.py…