# Welcome

Greetings! Here is my space to write down ideas on topics that interest me.

A collection of tutorials, articles, and notes on various topics, including FPGA, microcontrollers, the Internet of Things, artificial intelligence, economics, financial markets, stocks, cryptocurrency, etc.

The writings on these pages represent the author's personal opinions. Readers may or may not agree with the article's content.

English and Indonesian are used on this website.

#### FPGA TUTORIALS

* [FPGA Boards: Getting Started](/pages/fpga-tutorials/fpga-boards-getting-started.md)
* [PYNQ FPGA Tutorial 101](/pages/fpga-tutorials/pynq-fpga-tutorial-101.md)
* [PYNQ FPGA Tutorial 102](/pages/fpga-tutorials/pynq-fpga-tutorial-102.md)
* [ZYNQ FPGA Tutorial](/pages/fpga-tutorials/zynq-fpga-tutorial.md)
* [ZYNQ FPGA Linux Kernel Module](/pages/fpga-tutorials/zynq-fpga-linux-kernel-module.md)

#### PROYEK ARDUINO

* [Kumpulan Proyek](/pages/proyek-arduino/kumpulan-proyek.md)
* [Pelatihan Mikrokontroler Arduino ESP32](/pages/proyek-arduino/pelatihan-mikrokontroler-arduino-esp32.md)

#### FINANCE

* [Coding for Finance](/pages/finance/coding-for-finance.md)

©2024 歐陽文孝


---

# 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://weenslab.gitbook.io/pages/welcome.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.
