diff --git a/README.md b/README.md index e13f745..81a2579 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ This is a simple, home-made door alarm based on ultrasound sensor distance measu The peripheral device is powered by a Raspberry Pi Pico W, with the following diagram -![door alarm peripheral device circuit diagram](circuit.svg "Circuit Diagram") +![door alarm peripheral device circuit diagram](circuit.png "Circuit Diagram") diff --git a/circuit.png b/circuit.png new file mode 100644 index 0000000..b389fb9 Binary files /dev/null and b/circuit.png differ diff --git a/circuit.svg b/circuit.svg deleted file mode 100644 index 6d32397..0000000 --- a/circuit.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 230 Ω - - - - - - - - - - - - - - - - - - - VCC - TRIG - ECHO - GND - Raspberry Pi Pico - - - GP0 - - VBUS - - GP1 - - VSYS - - GND - - GND - - GP2 - - 3V3_EN - - GP3 - - 3V3_OUT - - GP4 - - ADC_VREF - - GP5 - - GP28 - - GND - - GND - - GP6 - - GP27 - - GP7 - - GP26 - - GP8 - - RUN - - GP9 - - GP22 - - GND - - GND - - GP10 - - GP21 - - GP11 - - GP20 - - GP12 - - GP19 - - GP13 - - GP18 - - GND - - GND - - GP14 - - GP17 - - GP15 - - GP16 - - - \ No newline at end of file