Remote ssh connect from iPad P.C. and laptop using dynamic ip address Posted on October 25, 2015 at October 25, 2015 by Elijah 2825 2 Keep Reading : Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module Hello World LED Blinking
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…
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 =…
Unboxing Posted by Elijah - August 15, 2015 5 First I unboxed my raspberry pi and took it out of it’s bag. The first thing I thought when I…
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 :…
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…
nice elijah
thnx