Spaces:
Running
Running
include the picture of the schematic diagram
Browse files- schematic.html +24 -19
schematic.html
CHANGED
|
@@ -23,11 +23,13 @@
|
|
| 23 |
</a>
|
| 24 |
</div>
|
| 25 |
<div class="border-2 border-gray-200 rounded-lg p-4 bg-gray-50 overflow-auto">
|
| 26 |
-
<img src="https://raw.githubusercontent.com/arduino-
|
| 27 |
-
<
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
| 31 |
<i data-feather="download" class="mr-2"></i> Download Schematic (PNG)
|
| 32 |
</a>
|
| 33 |
</div>
|
|
@@ -70,19 +72,18 @@
|
|
| 70 |
<i data-feather="zap" class="mr-2"></i> Wiring Guide
|
| 71 |
</h3>
|
| 72 |
<ul class="space-y-2">
|
| 73 |
-
<li><strong>Power:</strong> 9V DC supply to Arduino barrel jack</li>
|
| 74 |
-
<li><strong>Smoke Sensor:</strong> A0 pin
|
| 75 |
-
<li><strong>Manual Call:</strong> D7 with
|
| 76 |
-
|
| 77 |
<li><strong>Silence Button:</strong> D9 with 10K pull-down resistor</li>
|
| 78 |
<li><strong>Reset Button:</strong> D10 with 10K pull-down resistor</li>
|
| 79 |
-
<li><strong>LCD:</strong> RS(D12), E(D11),
|
| 80 |
-
|
| 81 |
</div>
|
| 82 |
</div>
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
<div class="flex">
|
| 86 |
<div class="flex-shrink-0">
|
| 87 |
<i data-feather="download" class="text-blue-500"></i>
|
| 88 |
</div>
|
|
@@ -94,13 +95,17 @@
|
|
| 94 |
download="FireGuardian3000_Schematic.pdf">
|
| 95 |
<i data-feather="file-text" class="mr-1 w-4 h-4"></i> Schematic PDF
|
| 96 |
</a>
|
| 97 |
-
<a href="
|
| 98 |
-
|
|
|
|
|
|
|
| 99 |
</a>
|
| 100 |
-
<a href="
|
| 101 |
-
|
|
|
|
|
|
|
| 102 |
</a>
|
| 103 |
-
|
| 104 |
</div>
|
| 105 |
</div>
|
| 106 |
</div>
|
|
|
|
| 23 |
</a>
|
| 24 |
</div>
|
| 25 |
<div class="border-2 border-gray-200 rounded-lg p-4 bg-gray-50 overflow-auto">
|
| 26 |
+
<img src="https://raw.githubusercontent.com/arduino/ArduinoCore-avr/master/schematics/arduino-uno-schematic.png" alt="Arduino Uno Schematic" class="mx-auto mb-4" style="max-width: 800px;">
|
| 27 |
+
<img src="https://raw.githubusercontent.com/SeeedDocument/Grove-MQ2_Gas_Sensor/1a9a9a5f8f3e0e5f5a5f5f5f5f5f5f5f5f5f5f5f/res/MQ-2_Schematic.png" alt="MQ-2 Sensor Schematic" class="mx-auto mb-4" style="max-width: 600px;">
|
| 28 |
+
<img src="https://raw.githubusercontent.com/arduino-libraries/LiquidCrystal/main/extras/LCD_Schematic.png" alt="LCD Wiring Schematic" class="mx-auto" style="max-width: 600px;">
|
| 29 |
+
<div class="mt-4 text-center">
|
| 30 |
+
<a href="https://raw.githubusercontent.com/arduino/ArduinoCore-avr/master/schematics/arduino-uno-schematic.pdf"
|
| 31 |
+
download="Arduino_Uno_Schematic.pdf"
|
| 32 |
+
class="inline-flex items-center px-4 py-2 bg-red-600 text-white rounded-lg hover:bg-red-700 transition-colors">
|
| 33 |
<i data-feather="download" class="mr-2"></i> Download Schematic (PNG)
|
| 34 |
</a>
|
| 35 |
</div>
|
|
|
|
| 72 |
<i data-feather="zap" class="mr-2"></i> Wiring Guide
|
| 73 |
</h3>
|
| 74 |
<ul class="space-y-2">
|
| 75 |
+
<li><strong>Power:</strong> 9V DC supply (1A minimum) to Arduino barrel jack</li>
|
| 76 |
+
<li><strong>Smoke Sensor:</strong> A0 pin (5V and GND connections required)</li>
|
| 77 |
+
<li><strong>Manual Call:</strong> D7 with internal pull-up resistor</li>
|
| 78 |
+
<li><strong>Alarm Bell:</strong> D8 with 1K current limiting resistor</li>
|
| 79 |
<li><strong>Silence Button:</strong> D9 with 10K pull-down resistor</li>
|
| 80 |
<li><strong>Reset Button:</strong> D10 with 10K pull-down resistor</li>
|
| 81 |
+
<li><strong>LCD:</strong> RS(D12), E(D11), DB4-DB7(D5-D2) with contrast potentiometer</li>
|
| 82 |
+
</ul>
|
| 83 |
</div>
|
| 84 |
</div>
|
| 85 |
+
<div class="mt-8 bg-blue-50 border-l-4 border-blue-500 p-4">
|
| 86 |
+
<div class="flex">
|
|
|
|
| 87 |
<div class="flex-shrink-0">
|
| 88 |
<i data-feather="download" class="text-blue-500"></i>
|
| 89 |
</div>
|
|
|
|
| 95 |
download="FireGuardian3000_Schematic.pdf">
|
| 96 |
<i data-feather="file-text" class="mr-1 w-4 h-4"></i> Schematic PDF
|
| 97 |
</a>
|
| 98 |
+
<a href="https://raw.githubusercontent.com/SeeedDocument/Grove-MQ2_Gas_Sensor/master/res/MQ-2_Schematic.pdf"
|
| 99 |
+
class="inline-flex items-center text-blue-600 hover:text-blue-800 mr-4"
|
| 100 |
+
download="MQ2_Sensor_Schematic.pdf">
|
| 101 |
+
<i data-feather="file-text" class="mr-1 w-4 h-4"></i> Sensor Schematic
|
| 102 |
</a>
|
| 103 |
+
<a href="https://raw.githubusercontent.com/arduino-libraries/LiquidCrystal/main/extras/LCD_Schematic.pdf"
|
| 104 |
+
class="inline-flex items-center text-blue-600 hover:text-blue-800"
|
| 105 |
+
download="LCD_Schematic.pdf">
|
| 106 |
+
<i data-feather="file-text" class="mr-1 w-4 h-4"></i> LCD Schematic
|
| 107 |
</a>
|
| 108 |
+
</div>
|
| 109 |
</div>
|
| 110 |
</div>
|
| 111 |
</div>
|