> For the complete documentation index, see [llms.txt](https://docs.aic-eec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo.md).

# Demo

- [Infineon Gateway](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/infineon-gateway.md)
- [Handwriting Recognition (MNIST)](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/handwriting-recognition-mnist.md)
- [Object Detection (Darknet)](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/object-detection-darknet.md)
- [ROS using RT-Thread](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/ros-using-rt-thread.md)
- [Control the car using RT-Thread](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/control-the-car-using-rt-thread.md): RT-Thread connects to ROS to control the car
- [LiDAR via RT-Thread](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/lidar-via-rt-thread.md): RT-Thread connects to RPlidar A1 LiDAR
- [Detection via RT-Thread and ROS](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/detection-via-rt-thread-and-ros.md)
- [Sensor Driver Development Guide](https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo/sensor-driver-development-guide.md)


---

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

```
GET https://docs.aic-eec.com/recommended_by_aic/rt-thread-university-program/demo.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.
