diff --git a/Analog/README.md b/Analog/README.md index e69de29..e4f6544 100644 --- a/Analog/README.md +++ b/Analog/README.md @@ -0,0 +1,61 @@ +# 🟩 Analog + +### What is Analog? + +Analog signals are smooth and continuous. They can represent values that change gradually—like light, pressure, or temperature. +Analog sensors read these changing values from the physical world and convert them into numbers the microcontroller can understand. + +--- + +### Included Modules: + +- [Film Pressure](#module-01-film-pressure-sensor) +- [Photoresistor](#module-02-photoresistor) +- [Potentiometer](#module-03-potentiometer) +- [Steam Sensor](#module-04-steam-sensor) + +--- + +### Module 01: Film Pressure Sensor + +![](../Images/6.png) + +#### Block: +![](../Images/10.png) + +This sensor reads **pressure**. When you press on it, it gives a higher value based on how strong the pressure is. + +--- + +### Module 02: Photoresistor + +![](../Images/7.png) + +#### Block: +![](../Images/11.png) + +This sensor reads **light**. The brighter the light, the higher the value it gives. + +--- + +### Module 03: Potentiometer + +![](../Images/8.png) + +#### Block: +![](../Images/12.png) + +This sensor reads **rotation or position**. Turning the knob changes the value, making it useful for adjusting brightness, speed, or volume. + +--- + +### Module 04: Steam Sensor + +![](../Images/9.png) + +#### Block: +![](../Images/13.png) + +This sensor reads **moisture in the air** (humidity). It's useful in weather stations or projects that detect steam or damp environments. + +--- diff --git a/Images/10.png b/Images/10.png new file mode 100644 index 0000000..f93eb7a Binary files /dev/null and b/Images/10.png differ diff --git a/Images/11.png b/Images/11.png new file mode 100644 index 0000000..4529845 Binary files /dev/null and b/Images/11.png differ diff --git a/Images/12.png b/Images/12.png new file mode 100644 index 0000000..3ecc7b6 Binary files /dev/null and b/Images/12.png differ diff --git a/Images/13.png b/Images/13.png new file mode 100644 index 0000000..80d1e4b Binary files /dev/null and b/Images/13.png differ diff --git a/Images/6.png b/Images/6.png new file mode 100644 index 0000000..90fb2c6 Binary files /dev/null and b/Images/6.png differ diff --git a/Images/7.png b/Images/7.png new file mode 100644 index 0000000..49fac43 Binary files /dev/null and b/Images/7.png differ diff --git a/Images/8.png b/Images/8.png new file mode 100644 index 0000000..13c3a4e Binary files /dev/null and b/Images/8.png differ diff --git a/Images/9.png b/Images/9.png new file mode 100644 index 0000000..e6311ed Binary files /dev/null and b/Images/9.png differ diff --git a/Images/SPARK ASSETS (1).png b/Images/SPARK ASSETS (1).png new file mode 100644 index 0000000..518ab36 Binary files /dev/null and b/Images/SPARK ASSETS (1).png differ diff --git a/Images/SPARK ASSETS (10).png b/Images/SPARK ASSETS (10).png new file mode 100644 index 0000000..362ef38 Binary files /dev/null and b/Images/SPARK ASSETS (10).png differ diff --git a/Images/SPARK ASSETS (11).png b/Images/SPARK ASSETS (11).png new file mode 100644 index 0000000..6301c3b Binary files /dev/null and b/Images/SPARK ASSETS (11).png differ diff --git a/Images/SPARK ASSETS (12).png b/Images/SPARK ASSETS (12).png new file mode 100644 index 0000000..28900c3 Binary files /dev/null and b/Images/SPARK ASSETS (12).png differ diff --git a/Images/SPARK ASSETS (13).png b/Images/SPARK ASSETS (13).png new file mode 100644 index 0000000..56048db Binary files /dev/null and b/Images/SPARK ASSETS (13).png differ diff --git a/Images/SPARK ASSETS (14).png b/Images/SPARK ASSETS (14).png new file mode 100644 index 0000000..dbd1602 Binary files /dev/null and b/Images/SPARK ASSETS (14).png differ diff --git a/Images/SPARK ASSETS (15).png b/Images/SPARK ASSETS (15).png new file mode 100644 index 0000000..be95105 Binary files /dev/null and b/Images/SPARK ASSETS (15).png differ diff --git a/Images/SPARK ASSETS (2).png b/Images/SPARK ASSETS (2).png new file mode 100644 index 0000000..c78f695 Binary files /dev/null and b/Images/SPARK ASSETS (2).png differ diff --git a/Images/SPARK ASSETS (3).png b/Images/SPARK ASSETS (3).png new file mode 100644 index 0000000..4d79a72 Binary files /dev/null and b/Images/SPARK ASSETS (3).png differ diff --git a/Images/SPARK ASSETS (7).png b/Images/SPARK ASSETS (7).png new file mode 100644 index 0000000..4b05045 Binary files /dev/null and b/Images/SPARK ASSETS (7).png differ diff --git a/Images/SPARK ASSETS (9).png b/Images/SPARK ASSETS (9).png new file mode 100644 index 0000000..22a9c1b Binary files /dev/null and b/Images/SPARK ASSETS (9).png differ diff --git a/Images/SPARK ASSETS.png b/Images/SPARK ASSETS.png new file mode 100644 index 0000000..628bd26 Binary files /dev/null and b/Images/SPARK ASSETS.png differ