logo

Crowdly

Основи робототехніки / Мазур С.В.

Looking for Основи робототехніки / Мазур С.В. test answers and solutions? Browse our comprehensive collection of verified answers for Основи робототехніки / Мазур С.В. at elr.tnpu.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Запропонований програмний код описує роботу датчиків:

float t;

float h;

#

include "DHT.h"

DHT dht(DHTPIN, DHT11); 

void setup() {

Serial.begin(9600); 

dht.begin();

}

void loop() {

delay(2000); 

h = dht.readHumidity(); 

t = dht.readTemperature(); 

if (isnan(h) || isnan(t)) { 

Serial.println();

return;

}

Serial.print();

Serial.print(h);

Serial.print();

Serial.print(t);

Serial.println(" *C "); 

}

0%
0%
0%
100%
0%
View this question

На рисунку показаний

Датчик

0%
0%
0%
0%
100%
View this question

Які є типи плат Arduino:

100%
100%
0%
0%
100%
0%
View this question

Кнопки, які підключають в Ардуїно завжди

містять наступні складові частини:

100%
100%
100%
100%
View this question

Підключення кнопки до Ардуїно виглядає наступним чином:

View this question

Давач лінії – це оптичний модуль, призначений для виявлення перешкод у

вигляді білих або чорних ліній. Основним його елементом є оптопара TCRT5000, що

складається з інфрачервоного світлодіода та фототранзистора.

View this question

Звук –

це 

фізичне явище, що являє собою

механічну хвилю частото від 20 до 20 000 Гц.

View this question

Виберіть пристрої,

які потрібні для підключення датчика відстані та унаочнення отриманих результатів:

0%
0%
100%
0%
100%
100%
0%
0%
View this question
Arduino Uno — це
100%
0%
0%
0%
0%
View this question

Функція void setup використовується для:

100%
0%
100%
100%
100%
View this question

Want instant access to all verified answers on elr.tnpu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!