Rocky Mountain Slayer 2021 Spring Upgrade
The Rocky Mountain Slayer is an All Mountain bike that includes a rear spring suspension. The spring that comes with the XL version of the bike comes with Marzocchi Bomber….
Read More →John Deere Z355R Sputtering
Start of a new season and time to service the lawn mower. https://www.deere.com/en/parts-and-service/zero-turn-mowers/residential-eztrak/z355r/ The annual service kit comes with Oil, Oil Filter, Fuel Filter and Spark Plugs. Replacing the oil….
Read More →Cozmo Maze
The maze in the picture was a leftover from another project. What better use to put it to than have a coding exercise with Cozmo, have Cozmo escape the maze…..
Read More →Chromebook Pixel 2013 and Cozmo
The examples and SDK for working with Cozmo are Python based. https://github.com/anki/cozmo-python-sdk/tree/master/examples/tutorials We have a couple of Google Chromebooks, one is the 2013 Pixel and one a newer Pixelbook…..
Read More →Getting started with Cozmo
Cozmo is a little toy robot with a python SDK. The setup is a little quirky, but nevertheless fun. The Cozmo app on the mobile deivce communicates with Cozmo….
Read More →Printing in Python 2.7 versus Python 3
In Python 2, it is a special statement and Python 3, print is a function. Python print “tj” The output is tj Now in Python 3, you have to use….
Read More →Electrical Applications, quiz 0001
Look at the following circuits. What will happen when the switch is turned on: Simple LED, resistor and battery 2. Simple LED, resistor and battery 3. Simple LED, resistor and battery….
Read More →Electrical Applications, Components, Values and Units
Resistors https://en.wikipedia.org/wiki/Resistor Resistors are measured in Ohms Ω. They are used to limit the current that flows through the circuit. Resistors mostly come in a fixed numeric. 1, 1.5,….
Read More →Electrical Applications, Resistor Color Code
How do you identify a resistors value if you don’t have a multimeter available? Each resistor has a band of colors. These bands identify the value in Ω as well….
Read More →Electrical Applications, 555 Timer
The 555 is our first steps into chips. The 555 is a timer chip, this means that it will ‘tick’ like a clock. We will use this to turn an….
Read More →