GPS AT Commands Posted on October 18, 2015 at June 27, 2016 by Elijah 2675 0 AT+CGPSPWR? if off : AT+CGPSPWR=1 Get status : AT+CGPSSTATUS? Get GPS : AT+CGPSINF RESET CODES : What mode ? – AT+CGPSRST? COLD Reset – AT+CGPSRST=0 WARM Reset – AT+CGPSRST=1 Keep Reading : GPS RESPONSE CODE ORDER Serial Communication with SMS Modem (FONA) Serial Commands used by our Satellite transciever. google map link
Boot and install Raspbian Posted by Elijah - August 15, 2015 0 Ok lets do this! After you see a rainbow this is the first screen you will see. Its called the…
while loop Posted by Elijah - October 18, 2015 0 [crayon-67769166a27be700112726/] Keep Reading : Pi Camera Resolution Fix Hello World LED Blinking Wire camera to pi
python to send a SMS message Posted by Elijah - October 18, 2015 0 [crayon-67769166a291d059394343/] Keep Reading : Serial Communication with SMS Modem (FONA) GPS RESPONSE CODE ORDER Serial Commands used by our Satellite…
Pi Camera Resolution Fix Posted by Elijah - October 24, 2015 0 [crayon-67769166a2aab246107748/] Keep Reading : Wire camera to pi while loop Hello World Remote ssh connect from iPad P.C. and laptop…
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 =…