> For the complete documentation index, see [llms.txt](https://sathyabama-aic.cognibot.ml/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sathyabama-aic.cognibot.ml/about-remote-labs.md).

# About Remote Labs

### What is Sathyabama Remote Lab?

Engineering is more about hands-on experimentation than about theory. In the present scenario, engineering educators are faced with a unique challenge – delivering high quality education without compromise, even when the students are unable to be physically present at the campus. Sathyabama Remote Lab enables the students to access real hardware and perform experiments from their homes.

### Why Sathyabama Remote Lab?&#x20;

In an attempt to provide practical learning, educators are trying out approaches like video demos, virtual labs (simulations) etc. But how will a student gain practical knowledge and the confidence to work with real circuits without performing real experiments? This is why we are using remote labs, which are real labs with real hardware that can be accessed and controlled over the internet.

The students and faculty members can access real circuits in the lab, manipulate the inputs to the circuit and obtain the actual readings from those circuits – all while looking at live video feeds of the circuits!

### Unique Features&#xD;

* All experiments will be accessible from anywhere in the world
* Students can view, control and take readings from actual circuits in the lab
* Remote Labs can be available 24x7
* Automatic result submission

### Architecture

![Architecture for Global Remote Access](/files/-MiZYxM9q20qCcBOywwc)

### Process

* Students’ login into the Remote Lab website using their username and password&#x20;
* They can go through the experiment manual
* They can implement the circuits on Multisim and simulated breadboard
* They can control real circuits through hardware and acquire results while watching the circuits on live video streams
* Results are submitted to the server for evaluation
* Faculty members can login using their login credentials and evaluate the reports submitted by students

### Sathyabama Remote Lab Flow

1. Circuit Simulation using Multisim
2. Breadboard simulation (3D View)
3. Remote access of Real Hardware

![Circuit Simulation using Multisim](/files/-MiZaX_gJ8j7WIxjcRVm)

![Breadboard simulation (3D View)](/files/-MiZa_a_8dQbNlkEn8ky)

![Remote access of Real Hardware](/files/-MiZat72hEMf0UHnwVM0)

![Submitted Report](/files/-MiZb07AK56ApVB9gT1L)

### Gallery

![](/files/-MiZbYwsf3_zB7CB4Inr)

![](/files/-MiZbhkVT1T1T6VvFvnM)

![](/files/-MiZbphNypEtsLPJDLK0)

![](/files/-MiZbvsDTXhXeXh-KTTX)

**An Initiative by**

![www.sathyabama.ac.in](/files/-MjYcDMhmJS8hamA6s-H)

**In Collaboration With**

![contactus@cognibot.ml](/files/-MgUuIWFfzc38evjRZrl)

[Download Remote Lab Brochure](https://drive.google.com/file/d/1rDXmzPobfDjhL7w4-NvA8VMjxngXsLFV/view?usp=sharing)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sathyabama-aic.cognibot.ml/about-remote-labs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
