From 48a57c2d3f3a615240ce949e9169ee96bdd8b13c Mon Sep 17 00:00:00 2001 From: bazingaJojo Date: Wed, 30 Jan 2019 00:07:23 +0100 Subject: [PATCH] Update README_EN.md --- README_EN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_EN.md b/README_EN.md index 044837c..47bcc2f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -24,7 +24,7 @@ Pull requests with improvements, translations and bug fixes are welcome! # Introduction The sonde is to be divided into six functional blocks, which are highlighted in the following picture. -* [Power Supply](#Power supply) +* [Power Supply](#powersupply) * [Microcontroller](#microcontroller) * [Front end](#frontend) * [GPS](#gps) @@ -33,7 +33,7 @@ The sonde is to be divided into six functional blocks, which are highlighted in Reverse engineering is complicated by the fact that the circuit board has four layers. -# Power supply +# Powersupply ![Power Supply](__used_asset__/supply_sch.png?raw=true "Power Supply") The power supply can be divided into three parts @@ -68,7 +68,7 @@ Finally, the battery voltage itself can also be evaluated by the MCU via the vol The microcontroller is a [STM32F100C8](https://www.st.com/resource/en/datasheet/stm32f100c8.pdf) `U101` from ST in LQFP48 package, which gets its clock from the 24 MHz crystal `X101`. Apart from the fact that all IO pins are used, it is only worth mentioning that RC low pass filters are present at many outputs. -# Measuring frontend +# Frontend ![Measuring frontend](__used_asset__/frontend_sch.png?raw=true "Measuring frontend") ## Circuit arrangement