Add Clock Via i2c Posted on October 24, 2015 at October 25, 2015 by Elijah 3237 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
Phase One Posted by Elijah - August 15, 2015 2 “Phase One” is where we learned basic raspberry pi use. we started with the unboxing of our model 2 B raspberry…
while loop Posted by Elijah - October 18, 2015 0 [crayon-68137db757388138695332/] Keep Reading : Pi Camera Resolution Fix Hello World LED Blinking Wire camera to pi
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.…
GPS RESPONSE CODE ORDER Posted by Elijah - October 18, 2015 0 in response to AT+CGPSINF=0 0 longitude 1 latitude 2 altitude 3 UTC Broadcast Time 4 TTFF Time To First Fix…
Read email from a system pipe into python Posted by Elijah - August 15, 2016 0 #!/usr/local/bin/python import sys import email full_msg = “” for line in sys.stdin full_msg += line msg = email.message_from_string(full_msg) to =…