Turn string into array with split Posted on October 18, 2015 at June 27, 2016 by Elijah 2163 0 textWithCommas = “bee,apple,pear,dog,carrot,robot” wordList = textWithCommas.split(“,”) print “the second item is : ” + textWithCommas[1] Keep Reading : Identify USB device and discover its name and port Serial Commands used by our Satellite transciever. while loop GPS RESPONSE CODE ORDER
Unboxing Posted by Elijah - August 15, 2015 5 First I unboxed my raspberry pi and took it out of it’s bag. The first thing I thought when I…
Send MMS From Serial Port on Raspberry Pi Posted by Elijah - October 16, 2015 2 IF ANY COMMAND BELOW DOES NOT WORK CORRECTLY ADD A Semicolon ‘ ; ‘ In order to establish the…
GPS RESPONSE CODE ORDER Posted by Elijah - October 18, 2015 0 in response to AT+CGPSINF=0 0 longitude 1 latitude 2 altitude 3 UTC Broadcast Time 4 TTFF Time To First Fix…
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…
python to send a SMS message Posted by Elijah - October 18, 2015 0 [crayon-68648cfa0aae7211462969/] Keep Reading : Serial Communication with SMS Modem (FONA) GPS RESPONSE CODE ORDER Serial Commands used by our Satellite…