-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] let the english speaking master rewrite everything
- Loading branch information
1 parent
e59935a
commit 5b00752
Showing
6 changed files
with
68 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
\section{Introduction} | ||
|
||
This chapter explains the hardware details of the measurement system, aiming to provide a clear understanding of why and how the hardware was designed. In principle the purpose of the measurement hardware is to map analog voltages from a wide input range to a smaller input range, which then can be measured using the PR2040 Microcontroller of the Raspberry Pi Pico Microcontroller board. | ||
This part explains how the measurement system's hardware works. It aims to make it clear why and how the hardware was designed. Basically, the hardware is meant to convert analog voltages with a high amplitude into smaller ones. Then, we can measure these smaller voltages using the PR2040 Microcontroller on the Raspberry Pi Pico Microcontroller board. | ||
|
||
\subsection{Prerequisites} | ||
|
||
In order to discuss the structure of the analog front-end and the corresponding voltage ranges for the oscilloscope some basic knowledge in electronics engineering is assumed. This contains the following topics: | ||
Before we talk about how the analog front-end works and the different voltage ranges for the oscilloscope, you need to know some basics about electronics. This includes: | ||
|
||
\begin{itemize} | ||
\item The definition of Charge, Voltage and Current | ||
\item The definition of the electrical resistance, Ohms law and resistors as electrical components | ||
\item Capacitance and capacitors as electrical components | ||
\item The usage of a Diode and a Z-Diode | ||
\item Understanding what Charge, Voltage, and Current are | ||
\item Knowing about electrical resistance, Ohm's Law, and how resistors work | ||
\item Learning about Capacitance and capacitors | ||
\item Knowing how to use a Diode and a Z-Diode | ||
\end{itemize} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.