Remote ssh connect from iPad P.C. and laptop using dynamic ip address Posted on October 25, 2015 at October 25, 2015 by Elijah 2971 2 Keep Reading : Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module 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…
MakeZine ran an article on my 2017 Laser Science Project Posted by Elijah - August 26, 2017 0 On June 9, 2017, My article on everything that went right, wrong, and totally sideways on my laser cutting experiment…
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…
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 =…
GPS AT Commands Posted by Elijah - October 18, 2015 0 AT+CGPSPWR? if off : AT+CGPSPWR=1 Get status : AT+CGPSSTATUS? Get GPS : AT+CGPSINF RESET CODES : What mode ? –…
nice elijah
thnx