This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:exercises:sensor [2015/11/12 12:22] – heikopikner | en:exercises:sensor [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 19: | Line 19: | ||
- Data recorder. The values of all analogue sensors (potentiometer, | - Data recorder. The values of all analogue sensors (potentiometer, | ||
- UH Distance sensor. If the button number S2 is pressed, 10 sequential measurements are taken place in one second. After measuring the average distance to the object in decimetres it is displayed on 7-segment indicator. By pressing button S1, minimum measured value is displayed and by pressing button S3 maximum value is displayed. | - UH Distance sensor. If the button number S2 is pressed, 10 sequential measurements are taken place in one second. After measuring the average distance to the object in decimetres it is displayed on 7-segment indicator. By pressing button S1, minimum measured value is displayed and by pressing button S3 maximum value is displayed. | ||
- | - Velocity. According to the changing rate of the distance to the object (as measured by infrared or ultrasound | + | - Velocity. According to the changing rate of the distance to the object (as measured by infrared or ultrasonic |
- | - Automatic measuring range. According to the current measuring results minimum and maximum temperatures measured are found and correspondingly the range in which the values fit is scaled from 0 to 9. Value is displayed on 7-segment indicator. | + | |
- By combining IR and ultrasonic distance sensors the distance to the object, velocity of the object and direction of the object are determined. Results are displayed on LCD. | - By combining IR and ultrasonic distance sensors the distance to the object, velocity of the object and direction of the object are determined. Results are displayed on LCD. | ||
+ | - Using the acceleration sensor detect the movement of an object and the direction of movement, which is displayed on a stripe with direction of the center of the LCD. The stripe length corresponds to the absolute value of the acceleration. | ||
- | ~~PB~~ | + | < |
===== Questions ===== | ===== Questions ===== | ||
- | - How accurate is the digital-analogue converter of ATmega2561 | + | - How accurate is the digital-analogue converter |
- How long takes one ADC process? How is the operating frequency changed? | - How long takes one ADC process? How is the operating frequency changed? | ||
- Which is the the range of input voltage of the ADC? Is it possible to be changed? How? | - Which is the the range of input voltage of the ADC? Is it possible to be changed? How? | ||
- What is the difference between positive temperature coefficient (PTC) thermistor and negative temperature coefficient(NTC)? | - What is the difference between positive temperature coefficient (PTC) thermistor and negative temperature coefficient(NTC)? | ||
- What is the purpose of a voltage divider in a measuring circuit? | - What is the purpose of a voltage divider in a measuring circuit? | ||
- | - Combine a voltage divider, which allows to use an analogue sensor with ATmega2561 | + | - Combine a voltage divider, which allows to use an analogue sensor with ATxmega128A1U |
- Extra resistors were added to the potentiometer pins and voltage of 5 V were applied on them. How big must be the resistances of extra resistors and the potentiometer so the regulated voltage on the slider of the potentiometer can be regulated between 1 V and 2 V (from one end to the other end)? The current should not exceed 10 mA. | - Extra resistors were added to the potentiometer pins and voltage of 5 V were applied on them. How big must be the resistances of extra resistors and the potentiometer so the regulated voltage on the slider of the potentiometer can be regulated between 1 V and 2 V (from one end to the other end)? The current should not exceed 10 mA. | ||
- Which parameters of the surroundings have an effect on the functioning of ultrasonic distance sensor and why? | - Which parameters of the surroundings have an effect on the functioning of ultrasonic distance sensor and why? | ||
- Which light sensitive sensors could be used in a robotics project. Count at least three principal components and explain their differences. | - Which light sensitive sensors could be used in a robotics project. Count at least three principal components and explain their differences. | ||
- Besides trigonometrical method, how is distance determined by using light? Name at least 3 methods. | - Besides trigonometrical method, how is distance determined by using light? Name at least 3 methods. |