View Post

Lego MINDSTORMS EV3: My Block Full Tutorial

In Lego Mindstorms by Glenn Turnbull2 Comments

In this post we will cover the My Block Builder function of the Lego MINDSTORMS programming software. We’ll include step by step example programs along the way to help you better understand this function of the software. Before you start, please make sure you have the LEGO MINDSTORMS software installed and connected to your EV3 brick. For more detail on …

View Post

Lego MINDSTORM EV3: Loop Block Explained

In Lego Mindstorms by Glenn Turnbull2 Comments

The Loop block within the Lego MINDSTORMS EV3 Programming software (or app) is one of the most useful blocks a programmer can use. In this post we will delve into what it is, how it can be used along with loads of example programs to help understand the concepts covered. What does the Loop Block Do? The loop block is …

View Post

EV3 Basic Programming: Getting Started Guide

In EV3 Basic, Lego Mindstorms by Glenn TurnbullLeave a Comment

Welcome to the Fun Code for Kids EV3 Basic getting started guide. In this post we’ll cover the following topics. Feel free to use the hyperlinks below to jump into a particular topic: What is EV3 Basic? Installing Small Basic and the EV3 Basic Extension Microsoft Small Basic Interface Overview Programming Basics Program 1: Hello World Program How to connect …

View Post

Lego Mindstorms EV3: Touch Sensor In Detail

In Lego Mindstorms by Glenn TurnbullLeave a Comment

The Lego Mindstorms EV3 Touch sensor has a couple of applications in the world of robotics. At a high-level it can be used to: Detect an object or barrier Initiate program logic when its state changes (i.e. pressed, bumped or released) The Touch sensor’s default port on the Lego EV3 Brick is port number 1 and its programming block is …

View Post

Lego Mindstorms EV3: Color Sensor In Detail

In Lego Mindstorms by Glenn Turnbull4 Comments

The Lego Mindstorms EV3 Color sensor can measure a color or the intensity of a light source and convert either measurement into a numeric value. It can measure up to seven different colors and will also detect the absence of color. Within the EV3 Programming software, the Color Sensor block belongs to the Yellow group and it assumes that the color sensor is connected to …