mrhaz

Arduino 1 – Setup

Arduino 1 – Setup AIM: Connect the Arduino to the computer and test. 1. Download and install the latest Arduino IDE 2.x Go to: https://www.arduino.cc/software 2. Connect the boardConnect the blue USB cable from the board to the computerA yellow/orange light should blink on the board 3. Test the connectionGo to Tools menu: -> Board […]

Arduino 1 – Setup Read More »

Integrated Technologies

As automation and artificial intelligence continue to advance, the demand for skilled professionals in robotics and related fields is rapidly growing. Early exposure can inspire students to pursue further education and careers in STEM fields, helping to close the skills gap and drive innovation in technology-driven industries. FUTURE SKILLS Digital Control Devices Robotics Further Study:

Integrated Technologies Read More »

L1 GM2 Basic Skills 2

Basic Skills 2 Interactions You have created the basic structure of a game. Now to create interactions Events and Actions. // CREATE CODE//—–set player speed n_spd = 2;  //—–normal speedr_spd = 3;  //—–run speedspd = n_spd;    //—–set start speed hspd = 0;vspd = 0;runspd = 0; // COLLISION WITH OBJ_PLAYER CODEgame_restart(); //COLLISION WITH OBJ_PLAYER CODEscore +=

L1 GM2 Basic Skills 2 Read More »