-
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] created files for later documentation topics
- Loading branch information
1 parent
4e10fa2
commit 02e4a07
Showing
6 changed files
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\chapter{Oscilloscope Firmware} | ||
|
||
\input{./chap/firmware/pc_link.tex} | ||
\input{./chap/firmware/scpi.tex} | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
\section{PC communication} | ||
|
||
\todo[inline]{write a chapter about the communication between the Raspberry Pi Pico and the PC: USB<->UART at extremely high baud rates} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\section{The SCPI Protocoll} | ||
|
||
\todo[inline]{explain the SCPI protocoll which will be evaluated on the Pico and used to transfer commands from the PC to the Oscilloscope} | ||
\todo[inline]{Explain how the state machine in the device looks like} | ||
|
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
\section{Designing the schematics} | ||
|
||
\todo[inline]{Explain how the schematics diagram works, how all values were calculated and why some test pins were placed on their locations. Maybe also write something about the pcb layout?} | ||
\todo[inline]{Design the PCB in a way that the backside has no electronic parts but a silk screen of all the schematics (mirrored) and all the test points should also be on this side} |
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 |
---|---|---|
|
@@ -28,4 +28,5 @@ | |
|
||
% main content | ||
\include{./chap/hardware/chapter.tex} | ||
\include{./chap/firmware/chapter.tex} | ||
\end{document} |