Robotics 3.4 LCD I2C (1)
Robotics 3.4 LCD I2C (1)
LIQUID
Solve the mystery word using the pictures
given.
DISPLAY
Solve the mystery word using the pictures
given.
CRYSTAL
Ardunio
LCD I2C
LCD I2C
Unlocking of Terms
#include <LiquidCrystal_I2C.h>
void setup() {
lcd.init(); // initialize the lcd
lcd.backlight();
}
LCD I2C
void loop() {
lcd.clear();
lcd.setCursor(3, 0);
lcd.print("WELCOME TO");
lcd.setCursor(3, 1);
lcd.print("SSTC COMLAB");
delay(2000);
LCD I2C
lcd.clear();
lcd.setCursor(3, 0);
lcd.print("ROBOTICS 3");
lcd.setCursor(5, 1);
lcd.print("ICT 3");
delay(2000);
}
Ultrasonic Sensor
Activity Proper:
1. The class will be divided into 8. Each Group will perform the
activity. Instructions are given on how to assemble the circuit.
Sample codes are also given. You will use your psychomotor and
analytical skills in assembling and making the device works.”
2. The eight groups will work quietly and collaborate with all your
members. All of you will try to make the device and program it
correctly. You must respect all your members’ ideas and listen to
them.
3. When the time is up, the groups will select a reporter that will
present your outputs. All groups will be given equal chance to
present and defend your answers
LCD I2C
Activity Proper:
1.Accuracy 4 3 2 1
2. Creativity/ 4 3 2 1
Neatness
3. Timeliness 4 3 2 1
4. Delivery of 4 3 2 1
Report
LCD I2C