Someone hele me i want sourse of this pictere someone help me make it for my by Arduino UNO + GSM Module (SIM800L)
System Goal:
The system should:
Fine Wire acts as a switch placed between two trees (or two points).
If the wire is cut, the call section activates.
Automatically call a mobile number.
The system uses a SIM card and GSM module.
Components:
Name Description
Microcontroller Like Arduino UNO / Nano
GSM Module SIM800L or SIM900
SIM Card Works in the GSM Module
Battery 3.7V Li-ion or 5V Power
Fine Copper Wire Wire for detecting cut
Pull-down Resistor 10KΩ for the switch
Transistor (Optional) For triggering GSM module if needed
Connections and Wiring:
1.
Place the wire between two points (for example, two trees) and use it like a switch.
2.
Connect one end of the wire to Ground.
3.
Connect the other end to a digital pin on the Arduino, using a pull-down resistor.
4.
Connect the GSM Module to Arduino’s Tx/Rx pins and power (3.7V - 4.2V).
5.
Program the Arduino so that if the wire is cut (switch open), it makes a call or sends SMS to the specified number.
PCB Board Diagram (Simple):
I can make schematic and PCB layout images for you. To prepare it:
Specify:
Will you use Arduino or another microcontroller?
Should it run on battery or USB power?
Should it make a call, send SMS, or both?
Should it run as Arduino-programmed or standalone?
Simple Arduino Code (Call with SIM800L):
System Goal:
The system should:
Fine Wire acts as a switch placed between two trees (or two points).
If the wire is cut, the call section activates.
Automatically call a mobile number.
The system uses a SIM card and GSM module.
Components:
Name Description
Microcontroller Like Arduino UNO / Nano
GSM Module SIM800L or SIM900
SIM Card Works in the GSM Module
Battery 3.7V Li-ion or 5V Power
Fine Copper Wire Wire for detecting cut
Pull-down Resistor 10KΩ for the switch
Transistor (Optional) For triggering GSM module if needed
Connections and Wiring:
1.
Place the wire between two points (for example, two trees) and use it like a switch.
2.
Connect one end of the wire to Ground.
3.
Connect the other end to a digital pin on the Arduino, using a pull-down resistor.
4.
Connect the GSM Module to Arduino’s Tx/Rx pins and power (3.7V - 4.2V).
5.
Program the Arduino so that if the wire is cut (switch open), it makes a call or sends SMS to the specified number.
PCB Board Diagram (Simple):
I can make schematic and PCB layout images for you. To prepare it:
Specify:
Will you use Arduino or another microcontroller?
Should it run on battery or USB power?
Should it make a call, send SMS, or both?
Should it run as Arduino-programmed or standalone?
Simple Arduino Code (Call with SIM800L):

Comment