top of page

Introduction and installation of EV3-BASIC

In this video I show what is EV3-BASIC, why I prefer to use it and how to install it.

Link to download small basic - www.smallbasic.com

Link to download EV3 Extension - https://github.com/c0pperdragon/EV3Basic/releases

Intro and install
Compile and execute

Compilation and execution of EV3 Basic programs

This video shows how to compile EV3 Basic programs onto the EV3 brick and execute them.

EV3 Basic motor commands and their corresponding blocks of EV3-G

This video shows how to use motors in EV3 Basic and the corresponding blocks of EV3-G.

motors in basic

Sensor commands in EV3 Basic

This video teaches sensor commands in EV3 Basic. In EV3 Basic it is really easy to use sensors since different sensors can be used with the exact same command and the values can be scaled to percentage or read raw.

EV3 Basic - Variables and If-Else statement

In this video we discuss about variables and the if else conditional statement in EV3 Basic.

While Loop in EV3 Basic

This video discusses about the while loop, its usage and its syntax in the EV3 Basic language.

Adding comments in EV3 Basic

This video shows how to add comments in EV3 Basic.

For loops in EV3 Basic

In this video I show the basic syntax of for loops in EV3 Basic.

Subroutines and Functions in EV3Basic

This video talks about subroutines and functions in EV3Basic, their advantages, syntax and also the difference between the two.

File IO in EV3Basic

This video showcases the importance of logging to files and also teaches how it can be done in EV3Basic.

Above was my last video on EV3Basic. If you want me to make a video on a specific topic, you can comment it on my videos or contact me via the contact form. Also, the official EV3Basic / Small Basic examples are greatly recommended if you want to learn more advanced topics like multi-threading etc. They are available for download free of cost on the Internet.

bottom of page