# Basic Hardware and Firmware

## Key Concept

* นิสิตได้ทดลองใช้เครื่องพื้นฐานสำหรับการพัฒนา Hardware และ Firmware

## Content Outlines

### ***Part: 1***&#x20;

[LAB: Basic Digital and Analog I/O of Microcontroller](https://github.com/Advance-Innovation-Centre-AIC/EE_Curriculum/tree/main/term2_65_EMB64_Applied_ES/LAB2#lab-basic-digital-and--analog--io-of-microcontroller)

[LAB: Basic measurement (Waveform)](https://docs.aic-eec.com/embedded-systems/hardware-and-firmware/lab1-oscilloscope/waveform)

[LAB: Signal and Serial communication](https://docs.aic-eec.com/embedded-systems/hardware-and-firmware/lab1-oscilloscope/basic-digital-and-analog-i-o)

[LAB: Communication between 2 Microcontroller via UART](https://github.com/Advance-Innovation-Centre-AIC/EE_Curriculum/tree/main/term2_65_EMB64_Applied_ES/LAB5)

[LAB: Signal and I2C communication](https://docs.aic-eec.com/embedded-systems/hardware-and-firmware/interfacing-and-communication/lab-i2c-protocol)

[LAB: Communication between 2 Microcontroller via I2C](https://github.com/Advance-Innovation-Centre-AIC/EE_Curriculum/tree/main/term2_65_EMB64_Applied_ES/LAB7)

### ***Part: 2***

LAB: Basic Linux CLI

[LAB: Hardware and Interfaces Usage CLI](https://docs.aic-eec.com/computer-operation-system/development-on-crowpi/hardware-and-interfaces-usage-cli)

[LAB: Interface (Node-red read sensor via GPIO)](https://github.com/Advance-Innovation-Centre-AIC/EE_Curriculum/tree/main/term2_65_EMB64_Applied_ES/LAB10)

[LAB: Data monitoring (using Node-red dashboard)](https://github.com/Advance-Innovation-Centre-AIC/EE_Curriculum/tree/main/term2_65_EMB64_Applied_ES/LAB11)

[LAB: Data logger (using Node-red)](https://github.com/Advance-Innovation-Centre-AIC/EE_Curriculum/tree/main/term2_65_EMB64_Applied_ES/LAB12)


---

# 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://docs.aic-eec.com/embedded-systems/resources/basic-hardware-and-firmware.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.
