View on GitHub

ccr_robotics_fall_2020

Course materials for 2020-21 robotics class at Cornerstone Classical Academy Roanoke (VA).

Raspberry Pi Communication

Module Goal: wirelessly connect your Kano and Raspberry Pi.

Your Pi is a computer on its own. But, it’s not connected to a monitor, keyboard, or mouse. :( So, if you want to see what it’s displaying and type words on it…what ya gonna do?

Follow these instructions to get your Kano connected to your Pi. This will allow you to wirelessly view and type on the Pi from your Kano.

Put these on your project mat:

Get Connected!

Using the Kano:

Using the Pi:

Using the Kano:

You’re in! This terminal is logged-in to the Pi and you are typing words on the Pi, not the Kano.

Get a Desktop View

Why settle for a terminal view? This can be better!

To get an awesome desktop view, do this:

Now you’ve got a full desktop running on your Pi! It should look like the pic below. Feel free to click around on the Pi and check it out. Don’t turn off WiFi – you’ll lose your connection to the Kano!

Writing Code on the Pi

When it comes time to writing computer code on your Pi, you’ll need a code editor. And you have one. It’s called code-oss. Go find it in the menu on the upper left of the Pi’s screen. Programming -> code-oss

NOTE: Your connection to the Pi will last for as long as the Pi is on. If you turn the Pi off or let it run out of battery power or disconnect the WiFi, the connection will drop. :(


Module Complete