Jarno Schollaert
Jarno Schollaert
  • Видео 14
  • Просмотров 1 613

Видео

Uitlezen van sensoren d.m.v Grafana
Просмотров 183 года назад
Ik heb gebruik gemaakt van de sensoren: - LM35 - DHT22 - LDR
HC-05 communication with Android
Просмотров 343 года назад
Arduino code: int LED = 8; void setup() { Serial.begin(9600); Serial1.begin(9600); pinMode(LED, OUTPUT); //Serial.println("Ready to connect Default password is 1234 or 000"); while(!Serial); Serial.println("Ready"); } void loop() { if (Serial1.available()) { String flag = Serial1.readStringUntil('\r '); Serial.println(flag); if (flag "1") { digitalWrite(LED, HIGH); Serial1.println("LED On"); } ...
Testing DRV8833 in combination with micro gearbox motor
Просмотров 2253 года назад
Arduino code: int BIN_1 = 3; int BIN_2 = 5; void setup() { pinMode(BIN_1, OUTPUT); pinMode(BIN_2, OUTPUT); } void loop() { analogWrite(BIN_1, 0); analogWrite(BIN_2, 100); }
Vakoverschrijdend project 2 team 2 dlg: testen miniatuur prototype
Просмотров 134 года назад
Vakoverschrijdend project 2 team 2 dlg: testen miniatuur prototype
Industriële automatisatie - Transportband (BZL Project)
Просмотров 1004 года назад
Industriële automatisatie - Transportband (BZL Project)
Industriële netwerken - Traffic Light (basis)
Просмотров 64 года назад
Industriële netwerken - Traffic Light (basis)
Technisch programmeren II
Просмотров 154 года назад
BZL - Temperatuurregeling
Visualisatie - Deel2
Просмотров 34 года назад
Oefening 3 (deel2).
Visualisatie - Deel1
Просмотров 64 года назад
Oefening 3 (deel1).
Factory IO
Просмотров 84 года назад
Oefening 4.1.
OPC_UA - Oefening 3
Просмотров 134 года назад
Communiceren via Codesys door middel van UAexpert en Prosys OPC UA Client (Android).