Blocks Package for Advanced Calibration of LEGO Mindstorms EV3 Color/Light sensors
This package contains the three blocks used in the advanced calibration section of the FLL course.
The blocks contained are:
- InitiArray block
- CalibrateMinMax
- GetCalibrateValue
- #cwqkuo
- 04 Oct 2017

Straight at the end of the program - EV3-G program for returning to straight orientation
In this program, we return the robot to a straight orientation at the end of the program. If there is not enough time for the Mindstorms Gyro sensor the correct the orientation of the robot before the end of the program, then we should do it at the end.
- #bq6c38
- 10 Jan 2018

EV3-G experiment plotting the Gyro Sensor and the Current Power
The experiment contains a plot of the Curren Power of Motors B and C and the values of the Gyro Sensor when the robot is moving with a power of 100%. What you could see is that it is not actually moving with a power of 100% because the current power is about 75-80%.
- #xbqa1f
- 10 Jan 2018

EV3-G MyBlock за управление на Бумър
Даденото блокче има следните параметри от ляво на дясно:
- Градуси - на колко градуса искате да завъртите предните гуми на колата;
- Мощност - с каква мощност искате да движите количката;
- Дали е неограничено - ако стойноста е тикче, тогава количката ще се движи неограничено, ако е хиксче, то ще се движи, дадения брой ротации;
- Ротации - колко ротации да направи количката.
- #1ygadm
- 09 Mar 2018

Accurate Turn Block for LEGO Mindstorms EV3 Robots, written in EV3-G
MyBlock that makes a turn on specific degrees with minimal inaccuracy.
Input parameters:
- TurningAngle - The angle on which you want to turn your robot.
- MotorPower - The power with which your robot will rotate at first time
- CorrectionPower - The power with which your robot will correct it's turning to make it perfect
- #xyvsjw
- 01 Jun 2020

Smooth Turn Block for LEGO Mindstorms Robots written in EV3-G
The block that constanlty increase the speed while turning. The goal of this is to reduce the acceleration of the robot when it starts turning so that no modules will fall.
There is only one input parameter in this block and this is the Angle on which you want your robot to rotate.
- #q3087g
- 01 Jun 2019

EV3-G MyBlock за управление на Бумър
Даденото блокче има следните параметри от ляво надясно:
- Градуси - на колко градуса искате да завъртите предните гуми на колата;
- Мощност - с каква мощност искате да движите количката;
- Дали е неограничено - ако стойноста е тикче, тогава количката ще се движи неограничено, ако е хиксче, то ще се движи дадения брой ротации;
- Ротации - колко ротации да направи количката.
Внимание! Този блок е направен само за робот с два задвижващи мотора, свързани на портове B и C и един завиващ среден мотор на порт A!
Подробно обяснение как се използва това блокче можете да намерите в урока Как да ползваме CarControl собственото блокче.
- #oty0en
- 02 Sep 2019

Програма за EV3 дърпане на въже със сензори за допир
Това е примерна програма за дърпане на въже със сензори за допир. Играта може да се играе с почти всеки робот, за това използваме: https://www.fllcasts.com/materials/265-five-minute-bot, защото е най-лесен. За да играете, трябва да свържете два сензора за допир към портове 1 и 4, за предпочитане с дълги кабели. Може да добавите и цветен сензор към порт 3, който ще засече края на играта, но това не е задължително. Играта е проста, двама човека кликат сензорите за допир възможно най-бързо. Роботът се движи в посоката на човекът, който клика по-бързо и целта е играча да го докара до крайната си линия.
Програмата учи за флагчета и броячи. Голяма част от нея са добрите имена на променливите и циклите, както и множеството коментари, от които учениците могат да се учат как да формират красива програма.
- #7iyau9
- 21 Nov 2019
EV3 basics course. Color Sensor. Stop on third line. Hack (part 2)
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)
- #148
- 23 Oct 2015

EV3 Phi. Move tank block - finish the whole 180 degrees turn
Once you start turning how to do you a whole 180 degrees turn. The robot almost does it, but not completely
- #384
- 17 Mar 2017


Data logging the time between taking samples of the EV3 Gyro sensor
After we take each sample, we perform calculations and these calculations could take different time. It is important to know how much time does it take to perform the calculations. In this video tutorial, we would data log the time and plot the data.
- #663
- 10 Jan 2018