GPS AT Commands Posted on October 18, 2015 at June 27, 2016 by Elijah 3274 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…
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 =…
python to send a SMS message Posted by Elijah - October 18, 2015 0 [crayon-63de153f02479885494143/] Keep Reading : Serial Communication with SMS Modem (FONA) GPS RESPONSE CODE ORDER Serial Commands used by our Satellite…
Wire camera to pi Posted by Elijah - October 24, 2015 0 Install camera software & configure pi One picture program One picture per blink cycle Print proto time on picture …
while loop Posted by Elijah - October 18, 2015 0 [crayon-63de153f02654921291123/] Keep Reading : Pi Camera Resolution Fix Hello World LED Blinking Wire camera to pi