0% found this document useful (0 votes)
24 views7 pages

OpenRoberta Lab

The document introduces Open Roberta, an online platform for teaching coding using robots. It discusses creating an account to save programs, selecting EV3 Dev and starting the simulator. It also provides an overview of Nepo, the graphical programming language used, and includes an example activity adding blocks to move a robot in the simulator.

Uploaded by

Agapi Sin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views7 pages

OpenRoberta Lab

The document introduces Open Roberta, an online platform for teaching coding using robots. It discusses creating an account to save programs, selecting EV3 Dev and starting the simulator. It also provides an overview of Nepo, the graphical programming language used, and includes an example activity adding blocks to move a robot in the simulator.

Uploaded by

Agapi Sin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

OPEN

ROBERTA LAB
INTRODUCTION
INTRODUCTION
Open Roberta is an internet platform, whose name
comes from a project within the German
educational initiative "Roberta: Learning with robots",
initiated by Fraunhofer IAIS, which is an institute
belonging to the Fraunhofer Society.
With Open Roberta, we seek to encourage kids to
code by using robots like Lego Mindstorms and
other hardware systems programmable like
Arduino, BBC micro:bit and Calliope mini.
The Open Roberta Lab's cloud approach aims to
simplify the concepts of programming and make it
easier for teachers and schools to teach coding.

Tipe https://lab.open-roberta.org/
If you are new to programming, or you are familiar
with Scratch 3.0 you can take the interactive tour, to
practice and to know how to program your robot
with Nepo.
Afterwards, we are going to sign in, in order to have
an account and to save our programs.
Press in Sign in

To be able to use all the Open Roberta tools, it’s


necessary in your first access to create a account.
This will allow you to save, import and export the
codes programming that you do on the platform.

3
Once you are in, go down and select Ev3 dev.

Where you can read Nepo Prog for EV3 basis, you
can start!!!

To start working we must click on the SIM button


located to the right of your screen. This will open the
scenarios window and you will see something like
this in your screen:

4
PROGRAMMING
NEPO is the name of the graphical programming
language and uses the freely available Blockly
library. This is a free open source programming
metalanguage that can be used by students,
academics, teachers and other interested people
within the Open Roberta Lab.
A NEPO block always represents and encapsulates a
certain robot functionality. A set of block functions
can be easily recognized by via the associated
block category, for example »sensors«.
Programming with NEPO follows a simple principle.
The blocks are interconnected and will be executed
by the robot according to your order. This principle is
called "sequential operation"

5
ACTIVITY
Add the following blocks in the programming
1 area

Change the scene with this button and place


2 the blue block on the far right of the image

6
Press the start button to start your simulation
3 and see how our robot moves

You might also like