Update README.md

This commit is contained in:
FURK4NGG
2025-10-28 12:14:23 +03:00
committed by GitHub
parent e6557ab085
commit ae8b61844c
+10
View File
@@ -8,6 +8,16 @@
<h1 align="center">The design aims to provide survivors with a critical communications link by monitoring one-way (Simplex) radio transmissions. This functionality is implemented to ensure victims can effectively assess their immediate status and receive vital instructions regarding necessary safety measures and precautions.</h1>
## 🔎 Preparation
<details>
<summary>1. Components</summary>
'1' Arduino Uno<br>
'1' Radio Module (TEA 5767)<br>
'1' Potentiometer **to be able to change our frequency**<br>
'1' Infrared (IR) Sensor **Because minor interferences can affect the potentiometer value, it only serves to change the frequency when we trigger it with our finger**
</details>
## 📦 Setup
1. `Refer to the circuit diagram`
2. `Install the 'Arduino IDE' software and open 'radio.ino' file`