# What is BlinkBoard

BlinkBoard is a project from the [MAKinteract](http://makinteract.kaist.ac.kr) lab in the department of [Industrial Design](http://id.kaist.ac.kr) at [KAIST](http://kaist.ac.kr).

Motivated by the need of teaching physical computing using online platforms, BlinkBoard allows an instructor to remotely guide students, via blinking LEDs, about how and where to place components and wires on a physical breadboard. It also allows the instructor to see in real time how the students completed a specific wiring exercise, by reading the voltage level at specific locations of the breadboard.

![Overview of BlinkBoardApp](/files/-MGqPfIrv5mEsXCSc2lY)

The tool is intended to be used in combination with a video-chat platform, so to make possible for an instructor to better guide students remotely during online courses and labs.

This project is currently under development and the platform in under preliminary tests during the ID220 - Interaction Prototyping course taught by prof. Andrea Bianchi in the department of Industrial Design at KAIST.


---

# Agent Instructions: 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:

```
GET https://makinteract.gitbook.io/blinkboard/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
