logo

Crowdly

Browser

Add to Chrome

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

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!

На рисунку показана схема підлючення у Tinkercad:

Схема підключення

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

Схема підключення віброприводу в системі Tinkercad виглядає наступним чином:

0%
0%
0%
0%
View this question

 Команда PinMode (16, INTPUT) визначає

0%
0%
0%
View this question

На рисунку показаний принцип роботи:

0%
0%
0%
100%
View this question

Пристрої,

які потрібні для підключення давача кислотності:

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

Команда PinMode (16, OUTPUT) визначає:

100%
0%
0%
View this question

Модель підключення світлодіодної стрічки Neopixel srtip 4 виглядає наступним чином:

0%
0%
0%
View this question

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

Схема підключення

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

Схему з управління сервоприводом на платформі Tinkercad можна побудувати наступним чином:

0%
0%
0%
0%
View this question

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

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%
0%
0%
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!

Browser

Add to Chrome