Sunday, October 29, 2017

Desktop Programming vs. Chromebook Programming

I was so excited to learn that LEGO had created a cloud-based programming environment for EV3 Mindstorms Robots. Every student in our district has a ChromeBook assigned to them in grades 3-12, so I imagined a lot of opportunity for kids to experiment with programming, even when we weren't meeting for robotics.

But not so fast...

Some of the exciting functionality of the desktop programming environment doesn't seem to exist in the ChromeBook version. Data wires, sensor blocks and math blocks are not part of the suite. What this means is the inability for students to experience concepts like amplitude, randomization and exponential changes in motor speed. It will also be difficult (impossible?) for students to conduct experiments since there are no sensor blocks.

So, while it's convenient to have the ability to program on the ChromeBooks in a pinch, we will be sticking to the desktop version for now.



Sunday, October 15, 2017

Welcome to Robotics for the 2017-18 School Year!

The "brain" and "heart" of the LEGO Mindstorms Robot is the EV3 Programmable Brick. It's a combination of a small computer, control center, data manager and power output. The EV3 runs in the Linux programming environment, and has some amazing functions.

One of the first steps at the beginning of the year is to guide students as they explore the landscape of the EV3. There are four main tabs, and under each of these categories is a variety of functions. 

By navigating through the tabs it is possible to view, log and graph data input (like distance, light intensity, changes in position, etc.), control motors manually, save and organize files, connect to computers via bluetooth, and even write simple programs.

The import and output ports on the EV3 brick are differentiated by letters and numbers. Numbered ports are inputs for data from sensors. Lettered ports are outputs for energizing motors. 

You can learn a great deal about the EV3 Programmable Brick from the EV3 Manual. 

As we progress through the year, and the challenges get more complex, it will be important to have a firm understanding of the way this brick works.