google map link Posted on October 18, 2015 at June 27, 2016 by Elijah 2570 0 http://www.google.com/maps/place/40.625027,-73.957774/@40.625027,-73.957774,17z Change RED part to current GPS in Python http://maps.google.com/maps?q=40.37494164,-73.57485968 Keep Reading : GPS AT Commands GPS RESPONSE CODE ORDER Identify USB device and discover its name and port Turn string into array with split
Chain connect pressure/temperature module i2c on clock module Posted by Elijah - October 25, 2015 0 Turned pressure and temperature into variables Print all variables on photo Change font and location of variable Keep Reading :…
Keyboard Video Mouse Power and Chip Posted by Elijah - August 15, 2015 0 This has all the parts my Mac has USB,ethernet, and HDMI video, and a memory chip slot all i need.…
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…
maserFire.py – Fire lasers with transistors and python on a Raspberry Pi 3 Posted by Elijah - March 17, 2017 0 Part two of five, "Rock, Paper, Lasers" 2017 Science Project. This is the basic laser python code.
Make Them Blink Posted by Elijah - November 15, 2015 0 You will need: 4 complete sets of LED’s and wires (see last lesson) The first thing you will need to…