Skip to content

Commit

Permalink
[docs] created files for later documentation topics
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Feb 5, 2024
1 parent 4e10fa2 commit 02e4a07
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/chap/firmware/chapter.tex
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}

3 changes: 3 additions & 0 deletions documentation/chap/firmware/pc_link.tex
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}
5 changes: 5 additions & 0 deletions documentation/chap/firmware/scpi.tex
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}

1 change: 1 addition & 0 deletions documentation/chap/hardware/chapter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ \chapter{Hardware Design}
\input{./chap/hardware/voltage_divider.tex}
\input{./chap/hardware/op-amp.tex}
\input{./chap/hardware/misc_electronics.tex}
\input{./chap/hardware/schematics.tex}
4 changes: 4 additions & 0 deletions documentation/chap/hardware/schematics.tex
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}
1 change: 1 addition & 0 deletions documentation/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@

% main content
\include{./chap/hardware/chapter.tex}
\include{./chap/firmware/chapter.tex}
\end{document}

0 comments on commit 02e4a07

Please sign in to comment.