Remote ssh connect from iPad P.C. and laptop using dynamic ip address Posted on October 25, 2015 at October 25, 2015 by Elijah 3187 2 Keep Reading : Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module Hello World LED Blinking
Serial Communication with SMS Modem (FONA) Posted by Elijah - October 18, 2015 0 [crayon-68c88a45558ec850485683/] Keep Reading : GPS RESPONSE CODE ORDER Serial Commands used by our Satellite transciever. python to send a SMS…
maserFire.py – Fire lasers with transistors and python on a Raspberry Pi 3 Posted by Elijah - March 17, 2017 0 Part two of five, "Rock, Paper, Lasers" 2017 Science Project. This is the basic laser python code.
Hello World Posted by Elijah - August 15, 2015 0 We use python to write all of our scripts. On our raspberry pi every python script starts with a shebang…
Chain connect pressure/temperature module i2c on clock module Posted by Elijah - October 25, 2015 0 Turned pressure and temperature into variables Print all variables on photo Change font and location of variable Keep Reading :…
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 =…
nice elijah
thnx