LEVEL-1 TASKS\' REPORT(G. MANVITHA BATCH 3)
14 / 9 / 2023
LEVEL 1 TASKS' REPORT(PART 1)
TASK-1: SIMON SAYS
DESCRIPTION:
Firs went through the resources provided.I setup the esp32 and made the connections required as shown in the figure below. Next,; the code was verified on Arduino IDE and uploaded to ESP32 board.The code was designed in such a way that once the user presses the wrong pushbutton,; the game ends with all the LEDs glowing at once. I enjoyed implementing this task as the output is indeed an interesting game!
Task-2: BASICS OF MQTT PROTOCOL AND VARIOUS COMMUNICATION PROTOCOLS
DESCRIPTION:
The task focussed on learning about the various communication protocols.
MQTT(Message Queuing Telemetry Transport)-
- Specialised for Low bandwidt n- High latency environments
- M2M communication
- Works on the publisher / subscriber principle
- Operated via a central broker.. Some other most commonly used communication protocols are-
AMQP Bluetooth Cellular CoAP DDS
Task-3: BASICS OF CREATING A WEBSITE:
DESCRIPTION:
In this task,; i learnt about the difference between front end and back end of a website.With the help of the resource and a few other websites I learnt the HTML commands and the CSS required to design a webpage.