GPS RESPONSE CODE ORDER Posted on October 18, 2015 at June 27, 2016 by Elijah 2222 0 in response to AT+CGPSINF=0 0 longitude 1 latitude 2 altitude 3 UTC Broadcast Time 4 TTFF Time To First Fix 5 num Number of satellites 6 speed Speed Over Ground 8 course Heading Over Ground (degrees of compass where 0 = N) Keep Reading : Serial Communication with SMS Modem (FONA) GPS AT Commands Serial Commands used by our Satellite transciever. python to send a SMS message
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…
maserCycle.py – Cycle through lasers on servos and draw lines Posted by Elijah - March 17, 2017 0 This is the third of five articles on my 2017 laser science project "Rock, Paper, Lasers." This one was just…
while loop Posted by Elijah - October 18, 2015 0 [crayon-6707aba341525940745344/] Keep Reading : Pi Camera Resolution Fix Hello World LED Blinking Wire camera to pi
Remote ssh connect from iPad P.C. and laptop using dynamic ip address Posted by Elijah - October 25, 2015 2 Keep Reading : Add Clock Via i2c Chain connect pressure/temperature module i2c on clock module Hello World LED Blinking
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…