Turn string into array with split Posted on October 18, 2015 at June 27, 2016 by Elijah 2067 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
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…
Mesopotamia Posted by Elijah - February 28, 2017 0 For Mesopotamia : This page is a great resource, THE WESTERN TRADITION – Episodes #3 Mesopotamia and #4 From Bronze…
SMS on PI Posted by Elijah - November 22, 2015 0 SMS on your Raspberry Pi… Adapted from : http://www.smssolutions.net/tutorials/gsm/receivesmsat/ This assumes you have set up your sim card, wired your…
Hello World Posted by Elijah - August 15, 2015 0 We use python to write all of our scripts. On our raspberry pi every python script starts with a shebang…
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…