> For the complete documentation index, see [llms.txt](https://monasheng.gitbook.io/scalable-labs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monasheng.gitbook.io/scalable-labs/welcome.md).

# Welcome!

*Scaleable* are a series of open-source engineering laboratory exercises that:

* Blend theory and practice,
* Focussing on fundamental mechanical, aerospace, and mechatronics engineering skills,
* Utilise open-source hardware and software,
* Are easily and affordably mass-manufactured for large class sizes,
* Are hackable and repairable,
* Have a small storage footprint,
* Are *instrinsically safe*, not requiring extensive risk-assessment, and
* Are *open-ended*, providing students the opportunity to design their own experiments to achieve the lab objective.

## Student Access

Students can access laboratory materials, including experimental rig operating instructions, from the panel on the left.

## Instructor Access

Instructors can access design and manufacturing files, including code, CAD, PCB design files, BOMs, invoices, and commissioning guides, via our GitHub:

{% embed url="<https://github.com/Scaleable-Open-Source-Labs>" %}

## Lab Status

<table><thead><tr><th valign="middle">Lab</th><th width="170.46484375" valign="middle">Status</th><th width="242.671875" align="center" valign="middle">Author(s)</th><th align="center" valign="middle">Instructor Files</th></tr></thead><tbody><tr><td valign="middle"><a data-mention href="/pages/RKhhikqBaPzPBiNNWdKY">/pages/RKhhikqBaPzPBiNNWdKY</a></td><td valign="middle"><mark style="background-color:yellow;">Detailed Design</mark></td><td align="center" valign="middle">Michael Ruppe, Dr Alex Gregg</td><td align="center" valign="middle"><a href="https://github.com/Scaleable-Open-Source-Labs/Mass-Spring-Damper-SysID-Lab">🔗</a></td></tr><tr><td valign="middle">Piston-Kinematics</td><td valign="middle"><mark style="background-color:red;">Conceptual Design</mark></td><td align="center" valign="middle">Michael Ruppe, Dr Olivia Kendall, Dr Alex Gregg</td><td align="center" valign="middle"></td></tr><tr><td valign="middle">General-Loadings-Strain</td><td valign="middle"><mark style="background-color:red;">Conceptual Design</mark></td><td align="center" valign="middle">Michael Ruppe, Dr Tony Vo, Dr Alex Gregg</td><td align="center" valign="middle"></td></tr></tbody></table>

## Acknowledgement

Initial development work to design the Scaleable Labs ecosystem was enabled by a Mathworks Curriculum Development Support grant.

## Publications

The Scaleable Labs design philosophy will be the focus of an upcoming AAEE Paper:

`Forthcoming: Gregg, A.W.T, Ruppe, M., Vo, T., Ruppe, M., & Blanchard, E. (2026). “Scaleable Labs”: open-source, mass-manufacturable, and intrinsically safe engineering laboratory experiences. In Proceedings of the 37th Annual Conference of the Australasian Association for Engineering Education (AAEE 2027). Engineers Australia.`

## Contact

For all enquiries, please contact the project lead:

{% embed url="<https://www.monash.edu/engineering/alexandergregg>" %}


---

# 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://monasheng.gitbook.io/scalable-labs/welcome.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.
