Turn string into array with split Posted on October 18, 2015 at June 27, 2016 by Elijah 2090 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
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…
Phase One Posted by Elijah - August 15, 2015 2 “Phase One” is where we learned basic raspberry pi use. we started with the unboxing of our model 2 B raspberry…
LED Blinking Posted by Elijah - August 15, 2015 0 You will need the following things: Raspberry pi configured (see previos lessons) 5 Volt LED bulb(s) 2 jumper wires m/f…
Rotate Raspberry Pi Touchscreen Display 180d Posted by Elijah - July 1, 2016 0 Problem : our 7″ touchscreen is upside-down if you want to rest it on it’s holder. We need to edit…
Updated GPS & Battery commands for Sim808 / FONA Shield. Also works for LoNet Sim808 Posted by Elijah - October 23, 2015 0 Enable Charging Function It is recommended to execute this process when first time to use the module. In the Serial…