google map link Posted on October 18, 2015 at June 27, 2016 by Elijah 2534 0 http://www.google.com/maps/place/40.625027,-73.957774/@40.625027,-73.957774,17z Change RED part to current GPS in Python http://maps.google.com/maps?q=40.37494164,-73.57485968 Keep Reading : GPS AT Commands GPS RESPONSE CODE ORDER Identify USB device and discover its name and port Turn string into array with split
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 =…
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…
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…
Updated GPS & Battery commands for Sim808 / FONA Shield. Also works for LoNet Sim808 Posted by Elijah - October 23, 2015 0 Enable Charging Function It is recommended to execute this process when first time to use the module. In the Serial…
LED Blinking Posted by Elijah - August 15, 2015 0 You will need the following things: Raspberry pi configured (see previos lessons) 5 Volt LED bulb(s) 2 jumper wires m/f…