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

# 6.1 저항의 종류와 색 띠 저항값 읽는 법

**저항은 전선을 흐르는 전자의 흐름 중 전자들이 저항을 구성하는 원자와의 인위적 충돌을 만들고, 이러한 충돌로 생긴 전기에너지를 열에너지로 변환해 전선에 흐르는 전류량을 감소시키는 장치**입니다. 아래 그림처럼 저항의 종류는 다양합니다. 저항의 값이 얼마인지 확인한다는 것은 어떤 의미인가요? 전자부품 표면에 숫자로 자신의 값을 표현한 경우는 상관없지만, 저항의 경우는 전통적으로 색 띠로 그 값을 표현해 왔습니다.

![](/files/-MbPvWg3RBJynIMcBitH)

따라서, 색 띠로 값을 읽는 법을 알아야 할 필요가 있습니다. 방법은 크게 어렵지 않고, **아래의 색 테이블만 있으면 테이블을 참조해 값을 알 수 있습니다.** 색 띠의 의미는 다음과 같습니다.&#x20;

![](/files/-MbPzagUe_GylxWyTfbM)

먼저 **알아둘 기본 규칙이 있는데, 맨 마지막 즉 다른 색 띠보다 조금 넓은 간격으로 홀로 떨어져 있는 색 띠는 저항의 오차값을 의미**합니다. 저항을 제작할 때 목표한 값에 완전 일치하게 만들 수 없기에 목표한 값 기준으로 +/- 약간의 오차를 갖게 됩니다. **그 오차 이전에 위치한 색 띠는 10의 제곱수를 의미**합니다. **그 외에 나머지 색 띠들은 차례대로 자릿 수를 의미**하게 됩니다. 자 이제 위에 예시를 함께 계산해 볼까요?&#x20;

첫번째 색  띠(검)는 표에 의해 값이 0입니다. 두번째 색  띠(빨)은 표에 의해 값이 2입니다. 세번째 색 띠(녹색)은 표에 의해 값이 5입니다. 네번째 색 띠(노)은 표에 의해 값이 $$10^4$$입니다. 그리고, 항상 맨 마지막 자리의 색 띠(파랑)값은 저항의 오차에 대한 것입니다. 따라서, 이것을 종합하면 025x$$10^4$$= 250K$$\Omega \pm0.25$$% 입니다. 자, 이제 여려분은 저항값을 읽을 수 있게 되었습니다. 축하합니다!


---

# 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://jjlee.gitbook.io/entry-arduino/appendix/resistor_value.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.
