Chain connect pressure/temperature module i2c on clock module Posted on October 25, 2015 at 12:07 am by Elijah 5853 0 Turned pressure and temperature into variables Print all variables on photo Change font and location of variable Keep Reading : Add Clock Via i2c Remote ssh connect from iPad P.C. and laptop using dynamic ip address Hello World LED Blinking
while loop Posted by Elijah - October 18, 2015 0 [crayon-68ec1f7d40eb5447166268/] Keep Reading : Pi Camera Resolution Fix Hello World LED Blinking Wire camera to pi
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…
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 …
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 =…
Make Them Blink Posted by Elijah - November 15, 2015 0 You will need: 4 complete sets of LED’s and wires (see last lesson) The first thing you will need to…