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

# Open Source Hardware

### Open Source Hardware

* [Open source modular microscope](https://github.com/bionanoimaging/UC2-GIT)
* [Open Flexure Microscope](https://microscope-stls.openflexure.org/)
* [MakAir: Covid-19 ventilator with a Raspberry Pi - SenX](https://blog.senx.io/makair-covid-19-ventilator-with-a-raspberry-pi/)
* [Open Source Prostetic Hand Andrej Dukic](https://www.youtube.com/channel/UCwM9xMFYVQiFcj9zxw8LnPw) [MakerHand](https://old.reddit.com/user/MakerHand) [Patreon](https://www.patreon.com/join/MakerHand/)

#### List

* [Curated List of Open Source for Healthcare](https://github.com/kakoni/awesome-healthcare)

#### Hardware

* [Ildaron/Laser\_control: Laser for control mosquito, weed and pest](https://github.com/Ildaron/Laser_control)

#### Open Hardware

* [Ildaron/ironbci: Brain-Computer Interface, ADS1299 and STM32](https://github.com/Ildaron/ironbci) EEG
* [OpenBCI - Home](https://openbci.com/) EEG

#### Hardware

* [Devices—ESPHome](https://esphome.io/index.html)
* [toitware/esptool.js: TypeScript port of the esptool](https://github.com/toitware/esptool.js) ESP flash from browser

#### Hardware

* [Raspberry Pi as SDR](https://github.com/cariboulabs/cariboulite)

#### Open Hardware

* [Watchy by SQFMI - Watchy](https://watchy.sqfmi.com/)
* [LibreCellular 21.04](https://librecellular.org/)
* [cariboulabs/cariboulite: CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR](https://github.com/cariboulabs/cariboulite)
* [Internet-in-a-Box](https://internet-in-a-box.org/) 💡 Pengabdian kepada Masyarakat
* [IIAB/FAQ - OLPC](https://wiki.laptop.org/go/IIAB/FAQ)
* [FreedomBox - Personal Server at Home](https://freedombox.org/)

#### Hardware

* [Introduction - 3dasd](https://3dasd.com/) a fully open-source DIY room-scale 3D scanner

#### Open Hardware

* [FarmBot - Open-Source CNC Farming](https://farm.bot/)

#### Hardware

* [Build your DIY sensor and become part of the worldwide citizen science, open data, civic tech network. Supported by a lot of contributors 💕](https://sensor.community/en/)

#### Open Hardware

* [PocketPCR–The thermocycler for the rest of us](https://gaudi.ch/PocketPCR/)

#### Hardware Startup

* [Winterbloom](https://winterbloom.com/)
  * [The tools and tech I use to run a one-woman hardware company - Stargirl (Thea) Flowers](https://blog.thea.codes/winterblooms-tech-stack/)
* [Cardinia Mini](https://cardinia.net/mini/)
* [Gumball - A wifi-enabled mechanical light to spark up your notifications.](https://getgumball.com/)

#### Open Hardware

* [OpenFlexure Microscope](https://openflexure.org/projects/microscope/)

#### Open Hardware

* [tobetz/LegoMicroscope: To learn about optics and microscopy, we generated a simple to build lego microscope that does not need precision optics and 3D printed parts.](https://github.com/tobetz/LegoMicroscope)

#### AI Hardware

* [Vizy Camera](https://vizycam.com/) Raspberry Pi Camera with AI
* AIY Vision Kit from Google, with Pi Zero ($50). Jetson Nano + IMX219 ($90)

#### Hardware

* [growlab/README.md at master · alexellis/growlab](https://github.com/alexellis/growlab/blob/master/README.md)

#### Hardware: Project

* [filipsPL/cat-localizer: Localize your cat at home with BLE beacon, ESP32s, and Machine Learning](https://github.com/filipsPL/cat-localizer)

#### Open Hardware

* [Thomas Megel's OpenScan Offers 10-Micron 3D Scanning on a Raspberry Pi and HQ Camera Module - Hackster.io](https://www.hackster.io/news/thomas-megel-s-openscan-offers-10-micron-3d-scanning-on-a-raspberry-pi-and-hq-camera-module-308a2540c5b8)
* [IoTaWatt™ Open WiFi Electric Power Monitor](https://www.iotawatt.com/)
* [emonPi - Guide - OpenEnergyMonitor](https://guide.openenergymonitor.org/technical/emonpi/)
* [Plastic Scanner. - Plastic Scanner](https://plasticscanner.com/)

### Interesting Technology

* [Technology Openwater](https://www.openwater.cc/technology) : lowcost health imaging device

#### Hardware

* [bispmri/Ultra-low-field-MRI-Scanner](https://github.com/bispmri/Ultra-low-field-MRI-Scanner)


---

# 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://irosyadi.gitbook.io/irosyadi/note/open-hardware.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.
