banner

Computer ApplicationsAdd on Courses

Internet of Things

This add-on course, structured as an intensive five-day workshop, is designed to bridge the gap between academic knowledge and real-world industrial demands, fostering a new generation of IoT innovators. The initiative is a collaborative effort, resourced by esteemed industry experts and meticulously organized in conjunction with the Training and Placement Cell to ensure maximum practical relevance and career readiness for our students.

The workshop, titled “Internet of Things: From Concept to Creation,” offers a deep dive into the fascinating world of interconnected devices, blending essential theoretical understanding with extensive hands-on experience. The curriculum ensures a progressive learning journey, starting from foundational concepts and culminating in the creation of complete IoT systems.

The topics covered are:

IoT Fundamentals

  • Introduction to the basics of IoT.
  • Understanding IoT architecture.
  • Exploring diverse applications of IoT across various sectors.

Sensors and Microcontroller Integration

  • Introduction to various IoT sensors.
  • Practical experience in integrating sensors with microcontrollers
  • Hands-on training in configuring sensors and managing data flow.

Microcontroller Programming for Data Collection

  • Focus on programming microcontrollers.
  • Enabling participants to collect and process real-world sensor data.

Cloud Platform Integration and Dashboard Development

  • Exploration of cloud platforms.
  • Learning to integrate IoT systems with real-time dashboards for monitoring and control.

End-to-End Project and Presentation

  • Dedicated time for a comprehensive project.
  • Applying acquired knowledge to create end-to-end IoT systems.
addonCourses-2

LaTeX

LaTeX is a typesetting software for document preparation, letter writing, report writing and such. When writing, the writer uses plain text and LaTeX does all the formatting, stylizing and indentation. LaTeX’s prominent use is in the preparation and publication of books and articles that contain complex mathematical formulae, numbering and cross-referencing of tables and figures, chapter and section headings, the inclusion of graphics, page layout, indexing and bibliographies.

addonCourses-1

Android app using Kotlin

Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet computers. Android Studio is the official IDE for android application development. App development on Android was almost exclusively done using the Java programming language. Kotlin is a new open-source programming language built by JetBrains, known for IntelliJ IDEA (Android Studio is based on IntelliJ IDEA). Kotlin is a language that runs on the JVM (Java Virtual Machine). Google has announced Kotlin as an official language on Android. Kotlin, is a statically typed programming language for the JVM, Android and the browser. It’s deep interoperability with Java, which attracts more Java developers. It is tools-friendly as IDE gives suggestions for Kotlin code, can convert Java code to Kotlin code. It is expressive to make your code more readable and understandable.