Lego Mindstorms EV3


Lego Mindstorms EV3 is the third generation robotics kit in Lego's Mindstorms line. It is the successor to the second generation Lego Mindstorms NXT 2.0 kit. The "EV" designation refers to the "evolution" of the Mindstorms product line. "3" refers to the fact that it is the third generation of computer modules - first was the RCX and the second is the NXT. It was officially announced on January 4, 2013 and was released in stores on September 1, 2013. The education edition was released on August 1, 2013. There are many competitions using this set. Among them are the First Lego League and the World Robot Olympiad, sponsored by Lego.

Overview

The biggest change from the Lego Mindstorms NXT and NXT 2.0 to the EV3 is the technological advances in the programmable brick. The main processor of the NXT was an ARM7 microcontroller, whereas the EV3 has a more powerful ARM9 CPU running Linux. A USB connector and Micro SD slot are new to the EV3. It comes with the plans to build 5 different robots: EV3RSTORM, GRIPP3R, R3PTAR, SPIK3R, and TRACK3R. Lego has also released instructions online to build 12 additional projects: ROBODOZ3R, BANNER PRINT3R, EV3MEG, BOBB3E, MR-B3AM, RAC3 TRUCK, KRAZ3, EV3D4, EL3CTRIC GUITAR, DINOR3X, WACK3M, and EV3GAME. It uses a program called Lego Mindstorms EV3 Home Edition, which is powered by LabVIEW, to write code using blocks instead of lines. However it can also be programmed on the actual robot and saved.MicroPython support has been recently added.
The EV3 Home set consists of: 1 EV3 programmable brick, 2 Large Motors, 1 Medium Motor, 1 Touch Sensor, 1 Color Sensor, 1 Infrared Sensor, 1 Remote Control, cables, USB cable, and 585 TECHNIC elements.
The Education EV3 Core Set set consists of: 1 EV3 programmable brick, 2 Large Motors, 1 Medium Motor, 2 Touch Sensors, 1 Color Sensor, 1 Gyroscopic Sensor, 1 Ultrasonic Sensor, cables, USB cable, 1 Rechargeable battery and 547 TECHNIC elements.
An expansion set for the Educational Core Set, which can be bought separately, contains 853 Lego elements. However, the expansion set and the educational set combined do not contain enough components necessary to build most robots of the retail set. This contrasts with the NXT; the educational set combined with the resource set could build any of the retail designs. The EV3 educational set was released a month earlier than the retail set, on August 1, 2013. Robots that can be built with the core education set are the EV3 educator robot, the GyroBoy, the Colour Sorter, the Puppy and the Robot Arm H25. Robots that can be built with the expansion set are the Tank Bot, the Znap, the Stair Climber, the Elephant and a remote control. Another robot that can be built with a pair of core sets and an expansion set is the Spinner Factory.
NXT’s Hitechnic sensors Blocks can be used with the EV3&NXT.
NXT’s sensors can be used with the EV3.
It can boot an alternative operating system from a microSD card, which makes it possible to run , a -based operating system.
EV3NXTRCX
Release DateSeptember 2013July 20061998
Display178×128 pixel
Monochrome LCD
100×64 pixel
Monochrome LCD
segmented
Monochrome LCD
Main ProcessorTI Sitara AM1808

@
Atmel AT91SAM7S256

@
Hitachi H8/300
@
Main Memory RAM
Flash
microSDHC Slot
RAM
Flash
RAM
ROM
USB Host Port
WiFi
Bluetooth
Connects to Apple devices

Compatibility

All NXT sensors, motors, and building elements work with EV3 and are recognized as NXT sensors/motors when plugged in. EV3 sensors do not work with the NXT, but EV3 motors do. The NXT brick can be programmed with the EV3 software, but lacks some software features. When you use the EV3 software to program the NXT, you must download extra programming-blocks, such as the UltraSonic sensor. The EV3 brick cannot be programmed with the standard NXT software, but some third party software supports both systems.

Notable robots made with the EV3 platform

On the EV3 AM1808 platform, it is possible with a small hack to double the encoder's resolution. By enabling edge triggered interrupts on the encoder B line, it is possible to have 720 increments per turn instead of 360. This enhancement allows for smoother rotation at low speed and better position control. This hack was not possible on the NXT due to a hardware limitation. The modified firmware implementing this modification is called EV3.14.