Програма за Сеизмограф
Програма, която ни прави графика на вийбрациите на повърхността, на която седи робота. Използва Чувствителната Плочка, използваща тегло.
- #sn7aie
- 15 Feb 2019
Програма, която ни прави графика на вийбрациите на повърхността, на която седи робота. Използва Чувствителната Плочка, използваща тегло.
Решенията на задачите от втория урок на ниво 3.0 Заключващи системи и сигурност.
Програмите използват този робот.
Playing Football with robots is extremely fun. It could be part of the classes, it could be part of demonstration days. This is a EV3 LEGO Mindstorms Project including the programs for controlling the WRO Football Striker and the WRO Football Goalkeeper, as well as all of the necessary My blocks.
Тези програми са примерни решения на задачите от трети урок в ниво 3.0. Програмите са направени да работят с робота Врата на трезор.
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%.
EV3 PLF-блок за ЛЕГО роботи с управление на предните колела. Блокът има два коефициента на релаксация - един за завой наляво и един за завой надясно. Целта е роботът да може да следва плавно линия, когато сензорът за цвят е позициониран по-близо до едно от двете колела.
Даденият PLF-блок има следните параматри от ляво на дясно:
Решението на всяка задача в първия урок на курса 3.0.
Програмата е предназначена за този робот.
Последните задачи изискват втора конструкция с сензор за докосване.
This is an EV3-G project that contains two programs implementing an Integral compensation - integral part of the PID algorithm. The first program is for a Five Minute Bot and the second program is for Box Robot. The things that you should be careful when using the program for your robot are the direction of the motors in the steering block; whether the motors in the steering block are written as "B+C" or "C+B" and the coefficients in the two math blocks. The coefficients that we've chosen should work for most of the robots, but will probably not work for some of them. If they don't work, write to us, comment below in the comment section or drop us an email.
These are the programs for our boxing robots and their Joysticks. They are made for a game of two fighters with their respective joysticks, fighting until one is knocked out or its "heart" touch sensor is punched by the other robot. The fighters require the two "leg" motors to be connected on ports B and C and the hand medium motors on port D. The touch sensors should be connected on port 1, however keep in mind that the game may be better without them. The distance sensor has no purpose in the program as it is used only for aesthetics. The joysticks require the motor for forward and backward to be connected on port B and the motor for left and right to be connected on port A. The touch sensor operates the hands and must be connected on port 4.