
Proportional Line Following with EV3 Mindstorms. Part 2
Continuing with the Proportional algorithm for following lines. Smooth and stable this is the first part of the PID.
- #176
- 01 Nov 2015

Proportional Line Following with EV3 Mindstorms. Part 3
Last part of the series. The final touch of the program makes sure that it works and is following the line with the LEGO Mindstorms EV3 Color Sensor in a smooth and fast way.
- #177
- 01 Nov 2015

Crossed lines (T Sections). Positioning. Part 1.
How do you detect a cross-section and move from following the main line to following the crossing line. In this series of video tutorials we are starting with a very simple solution that could work in most of the cases. It is especially useful for the FIRST LEGO League Trash Trek competition where there is such a section.
- #178
- 04 Nov 2015

Multi-axles, many-directional LEGO Mindstorms mechanism for transferring power (almost a gear box). Part 1
Given the large number of gear wheels and axles in each EV3 and NXT sets there are many possibilities for building gear mechanisms. We are developing something like a gear box that has different axles that could all turn in different directions.
- #188
- 03 Jan 2016
Robot Design Ideas for Chassis with Mindstorms EV3. Base 1
Five different robot chassis. This is the goal of the series. To present ideas for different design of the robots and especially the robot bases. If the base is stable and balanced, then in could easily be extended. Let's start with the most simple of the five.
- #183
- 24 Jan 2016
Robot Design Ideas for Chassis with Mindstorms EV3. Base 2
The second construction of the series along with a comparison with the first construction. The new robot requires more parts, but has a few more advantages.
- #184
- 31 Jan 2016

Robot Design Ideas for Chassis with Mindstorms EV3. Base Chassis 3
The third robot has the brick and motors placed vertically. This is quite unusual and difficult, but the construction is very powerful because it saves space.
- #185
- 07 Feb 2016

Robot Design Ideas for Chassis with Mindstorms EV3. Base Chassis 4
Probably the robot I like the most from this series of five robots. See the video to understand why and what is interesting and special about this robot.
- #186
- 14 Feb 2016

Robot Design Ideas for Chassis with Mindstorms EV3. Base Chassis 5
The last fifth construction is larger compared to the previous constructions. It is wider. It has four sensors and you can take a larger load all by keeping the robot stable.
- #187
- 21 Feb 2016

Gapped and Crossed Line Following with LEGO Mindstorms. Part 1. Challenge. Use of State Machines
We start a course for following a line with crosses and gaps. This is a challenge that one of the users at FLLCasts.com was trying to accomplish and asked us for advice. We present the whole challenge to you step-by-step. But first, let's also see the whole run of the line following algorithm. With this course, we also do an introduction of using State Machine as a programming pattern.
- #204
- 06 Jan 2016

Gapped & Crossed Line Following. Part 2. Strategy
Looking at the field we must first think of a strategy of solving this line following problem. There are rules that the robot must follow and these rules should be programmed in the robot.
- #205
- 13 Jan 2016


Gapped & Crossed Line Following. Part 3. Strategy and Robot
We list the number of decisions that the robot is making while following the line. Then, we group them and decide on the number of sensors to be used.
- #206
- 20 Jan 2016


Gapped & Crossed Line Following. Part 4. Follow to Gap
We follow a line. We start from the Smooth Proportional Line Following program and modify it a little for this program. We follow the line with the middle sensor attached on port 2.
- #207
- 03 Feb 2016


Gapped & Crossed Line Following. Part 5. Detect Gap
It's inevitable. While following this gapped line we would reach a gap. The robot must somehow understand that there is a gap and must make a decision on what to do. For detecting the gap we use the Rotation Sensor. Not the most popular, but very convenient in many cases. Check out the video.
- #208
- 10 Feb 2016