
EV3 basics course. Color Sensor. Stop on third line without Wait block (part 3)
Use the color sensor to count the lines and stop on the third line. We do not use the wait block for this.
- #149
- 24 Oct 2015
Use the color sensor to count the lines and stop on the third line. We do not use the wait block for this.
Based on your feedback we've build a course for introducing new students to the LEGO Mindstorms EV3 programming and construction. It is designed for school groups, competition teams and students alone in home that can get our feedback on their progress
Counting lines and stopping on the third is the subject of this video. It is important to know how to do this in order to conduct more than one experiment in STEM classes (if we consider that each line is an experiment)
Recap on the attachments, their purpose and how you should use them.
The robot attachment build in this tutorial gives an idea on how to release a rubber band at a specific moment using a motor. It's a simple, but yet powerful technique on using rubber bands.
In this video we discuss part of the pinless attachments build by the ELM team. Without pinless attachment it is nearly impossible to achieve a good score at the FIRST LEGO League competition.
This video tutorial reviews the EV3 Gyro Sensor and the HiTechnic Gyro Sensor for the LEGO Mindstorms NXT robotics Kit. We compare the two sensors and demonstrate them in action.
The program from part 3 should be refactored and improved to make it easier to understand and support. We extract most of the repeatable behaviours in a loop and this reduces the size of the program three times in terms of the number of blocks used.
In this episode we continue from Episode 55 and we improve the durability and stability of the attachment for a LEGO Mindstorms EV3 robot. Many times attachments are not very stable which results in gaps between parts. The goal of the video is to give basic construction ideas.
90-градусовото завъртане на робота е различно от 90-градусовото завъртане на мотора!
This is where the confusion really comes. We are keeping the robot orientation straight while the robot moves, but at the end the, robot is not at the fiinal location that we would like it to be. The robot is still about 2-3 centimeters away after moving for about a meter.
Tasks for introduction on building robots.
Rubber bands can be quite powerful. Based on several requests from you we are starting a series on using the LEGO Rubber bands available in the Mindstorms set.
Представяме ви Минтонет. Роботът е създаден да се използва по двойки, но можете също така да изградите само един и да практикувате стрелбата си в кутия. Роботът работи с пластмасови топки с диаметър между 5 и 7 cm. С помощта на ултразвуковия сензор той може да открие или партньора си, или кутия и след това да стреля. Колко топки можете да вкарате вие?
Опитайте сами да поставите сензор за допир на робота.
This one is very special- an attachment that could lock itself on purpose while working.
Cable management is very important on each competition. Cables could get in the way of attachments, levers, different wheels and so on. Brick accessibility is also very important. Do not forget that the brick should be charged from time to time and that you should also be able to access the buttons.
The way you move the robot is always imprecise. Don't TRY to fight with this. Programming motors for competitions like the FIRST LEGO League (FLL) or World Robotics Olympiad (WRO) is not very different from programming the motors in the STEM classes. But there are a few things you should have in mind.
The color sensors supports different modes of working. In this video we are working with the Reflected light, which is not actually the detected color. Most robotics sensors actually work with reflected light and you should definitely learn how to use this mode.
Enchansing a previous attachment, but only this time we are solving the FIRST LEGO League 2012 Medicine mission. There is a lever and a rubber band. When the lever is released the rubber band activates the attachment.
Let's try to integrate more of the things we have learned into a single attachment. One that could accumulate energy, conserve it and use it at the appropriate time. All this because of a Rubber Band and a Flywheel - and if you don't know what a flywheel is you should definitely watch this videos
You need to pull. And also catch. You need a carabiner. We have done a number of videos on carabiners and this is one of the ideas for the FIRST LEGO League 2015 Trash Trek competition.
Here we continue examining FLL 2014 World Class missions. We show different ways, for putting the insert in place as well as taking the loop from the robotics arm. Some of them are quite specific, which reminds us, that you need to think out of the box, while solving the missions.
One of the very good things about box robots is that you could easily align with them both to the front, to the back or to the rear sides. This aligning is helpful for FIRST LEGO League, World Robotics Olympiad or other robotics competitions with LEGO Mindstorms EV3/NXT robots.
In this video tutorial we experiment with different ways of solving the sports mission for throwing the ball. We show seven different LEGO MIndstorms EV3 and NXT robot constructions and attachements. Most of the techniques could be applied for any mission involving throwing a ball or an object.
With the EV3 Mindstorms set you receive three motors. Two are large and one is medium. These three motors could be used in different configurations and in this video we show how to use the motors on the second box robot for competitions that we build.
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.