GPS AT Commands Posted on October 18, 2015 at June 27, 2016 by Elijah 2228 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
Serial Communication with SMS Modem (FONA) Posted by Elijah - October 18, 2015 0 [crayon-650c28e1bbfe1539784860/] Keep Reading : GPS RESPONSE CODE ORDER Serial Commands used by our Satellite transciever. python to send a SMS…
python to send a SMS message Posted by Elijah - October 18, 2015 0 [crayon-650c28e1be925757551714/] Keep Reading : Serial Communication with SMS Modem (FONA) GPS RESPONSE CODE ORDER Serial Commands used by our Satellite…
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-650c28e1beabc220304898/] Keep Reading : Pi Camera Resolution Fix Hello World LED Blinking Wire camera to pi
Turn string into array with split Posted by Elijah - October 18, 2015 0 textWithCommas = “bee,apple,pear,dog,carrot,robot” wordList = textWithCommas.split(“,”) print “the second item is : ” + textWithCommas[1] Keep Reading : Identify USB…