> 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/awesome/microcontroller-microcomputer.md).

# Awesome Microcontroller and Microcomputer

## Arduino Android

* [targist/ardui: This project aims to simplify creation of basic Arduino programs by just editing a UI on Android.](https://github.com/targist/ardui)

## Arduino

* [Arduino Project Hub](https://create.arduino.cc/projecthub)

## ESP

* [whitecatboard/Lua-RTOS-ESP32: Lua RTOS for ESP32](https://github.com/whitecatboard/Lua-RTOS-ESP32)
* [ESP-Now](https://www.survivingwithandroid.com/esp-now-esp32-esp8266/)
* [ESP-Now](https://randomnerdtutorials.com/esp-now-two-way-communication-esp32/)
* [ESP-Now](https://techtutorialsx.com/2019/10/20/esp32-getting-started-with-esp-now/)
* [Unified Research Contact Tracing](https://docs.google.com/document/d/16Kh4_Q_tmyRh0-v452wiul9oQAiTRj8AdZ5vcOJum9Y/edit?ts=5e801c37#)
* [ESP Home](https://esphome.io/) ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.


---

# 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/awesome/microcontroller-microcomputer.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.
