GSM Based Smart Dustbin | कचरा भरते ही मोबाइल पर मेसेज आ जाता है

Sameer Gupta
1 Oct 202109:59

Summary

TLDRIn this tutorial, the host guides viewers through the process of creating a smart dustbin using a GSM module and an Arduino board. The dustbin is designed to send an alert message to a mobile phone when it's full. Key components include an infrared sensor, a 12V power supply, and a dustbin of choice. The video demonstrates setting up the GSM module, connecting it with the Arduino, and programming it to send alerts. The project is suitable for science exhibitions and school projects, showcasing the integration of technology with everyday objects.

Takeaways

  • 😀 The video is a tutorial on creating a GSM-based smart dustbin that sends an alert message to a mobile when it's full.
  • 🛠️ The project requires a GSM module that operates on a 2G network, a breadboard, and an infrared sensor.
  • 🔗 The video mentions that the quality and color of the infrared sensor are important and can be checked on the 25W power supply.
  • 📱 A 12V, 2A power supply is necessary, and the video suggests ensuring a minimum of 2A power supply for the project.
  • 🔗 Links to purchase all the required components online are provided in the video description.
  • 💡 The tutorial includes a step-by-step guide on how to connect the components, including the sensor and the GSM module to the Arduino board.
  • 📲 The video demonstrates how to program the GSM module to send a specific message when the dustbin is full.
  • 🔧 The project involves physical assembly, including drilling a hole in the dustbin to place the infrared sensor.
  • 💻 A Java program is provided for the Arduino, which is claimed to be 100% working and is included as a zip file with a password.
  • 📨 The video concludes with a demonstration of the dustbin sending an alert message to a mobile phone when it's full.

Q & A

  • What is the main purpose of the project described in the script?

    -The main purpose of the project is to create a GSM-based smart dustbin that sends an alert message to a mobile when it is full.

  • Which GSM module is used in the project?

    -The project uses a GSM driver module that operates on a 2G network.

  • What is the role of the infrared sensor in this project?

    -The infrared sensor is used to detect when the dustbin is full, and it sends a signal to the microcontroller to trigger the alert message.

  • What is the minimum power supply requirement for the project?

    -The project requires a minimum power supply of 12 volts, preferably from a 12V 2A power supply.

  • How is the SIM card configured for the GSM module?

    -The SIM card is configured by inserting it into the GSM module first and then saving a contact number on the mobile phone that the module will use to send alert messages.

  • What is the significance of the jumper connections in the project?

    -The jumper connections are used to establish the necessary electrical connections between the GSM module, the microcontroller, and the infrared sensor.

  • What is the function of the buzzer in the project?

    -The buzzer is used to provide an audible alert when the dustbin is full, in addition to the SMS alert sent to the mobile.

  • How is the dustbin sensor adjusted for optimal performance?

    -The range of the infrared sensor can be adjusted using a screwdriver to ensure it accurately detects when the dustbin is full.

  • What programming language is used for the microcontroller in this project?

    -The microcontroller is programmed using Java, and the script provided is a 100% working program that can be used to control the dustbin's alert system.

  • What is the process to receive an alert message when the dustbin is full?

    -Once the dustbin is full and the infrared sensor detects it, the GSM module sends an alert message to the predefined mobile number that was saved during the setup.

  • How long does it take for the system to start and connect to the network after power supply is given?

    -The system requires a startup time of about 60 seconds, or 1 minute, to establish a good network connection and proper configuration.

Outlines

00:00

🛠️ Building a GSM Smart Dustbin

This paragraph introduces a project to build a smart dustbin using a GSM module. The dustbin will send an alert to a mobile phone when it is full. The process begins with acquiring a GSM module that operates on a 2G network. A wiring board is also needed, and any type can be used. An infrared sensor is required, and the quality and color can be checked. The sensor operates on a 5V power supply. A 12V, 2A power supply is recommended for the project. Links to purchase all the necessary components will be provided in the description. The user is also advised to have a dustbin of their choice to complete the project.

05:04

🔧 Installing and Programming the Smart Dustbin

The second paragraph details the installation of an infrared sensor on the dustbin and the setup of the GSM module. The sensor is placed on the top level of the dustbin to detect when it is full. The user is guided to mark the spot and drill a hole for the sensor. The paragraph also covers the programming aspect, emphasizing the need to use the correct software and ID for the GSM module. A working Java program is promised and will be provided as a zip file with a password '1202'. The program is explained in detail, highlighting the use of serial pins for commands, the setup for sending alert messages, and the configuration of the infrared sensor. The program also includes a delay to allow the network to connect properly. The video ends with a demonstration of the dustbin sending an alert message when it is full.

Mindmap

Keywords

💡GSM Module

A GSM module is a device that allows for communication over the Global System for Mobile Communications network. In the context of the video, it is used to send an alert message to a mobile phone when the dustbin is full. The script mentions using a GSM driven module that operates on a 2G network, indicating its role in the smart dustbin project.

💡Smart Dustbin

A smart dustbin is an innovative waste management system that uses technology to enhance its functionality. The video describes creating a 'GSM Best Smart Dustbin' that sends an alert when it is full, illustrating the integration of technology into everyday objects for improved efficiency and convenience.

💡Infrared Sensor

An infrared sensor is a device that detects and measures the infrared energy emitted by objects. In the video, it is used to detect when the dustbin is full. The script mentions the quality and color of the sensor, indicating its importance in the functionality of the smart dustbin.

💡Power Supply

A power supply provides the necessary electrical energy for the operation of a device. The script specifies a requirement for a 12V, 2A power supply, emphasizing the need for a stable and sufficient power source to operate the smart dustbin and its components.

💡Arduino Board

An Arduino board is an open-source electronics platform based on easy-to-use hardware and software. It is mentioned in the script as the control unit for the smart dustbin, highlighting its role in processing inputs from the infrared sensor and managing the GSM module to send alerts.

💡Circuit Diagram

A circuit diagram is a visual representation of an electrical circuit. The video script describes the process of creating a circuit diagram for the smart dustbin, which is essential for understanding how to connect the components, such as the sensor, GSM module, and Arduino board.

💡Programming

Programming involves writing a set of instructions that tell a machine what to do. In the video, programming refers to the coding required to make the Arduino board function correctly with the GSM module and infrared sensor, enabling the smart dustbin to send alerts when full.

💡SIM Card

A SIM card is used in mobile devices to provide a connection to mobile networks. The script mentions inserting a SIM card into the GSM module, which is necessary for the smart dustbin to send text messages to a mobile phone when it is full.

💡2G Network

A 2G network refers to the second generation of mobile telephony technology. The video specifies the need for a SIM card that works with a 2G network, indicating that the GSM module in the smart dustbin relies on this technology for communication.

💡Infrared Sensor Signal

The infrared sensor signal is the output from the sensor that is used as an input to the Arduino board. The script discusses the importance of the signal from the infrared sensor, which triggers the system to send an alert when the dustbin is full.

💡LED Output

LED output refers to the use of light-emitting diodes (LEDs) to indicate the status of a system. In the script, LED output is mentioned as a way to visually confirm the status of the dustbin, such as when it is full, providing a clear and immediate visual cue.

Highlights

Introduction to creating a GSM-based smart dustbin that sends an alert message to your mobile when full.

Requirement of a GSM module that works on a 2G network for the project.

Use of a breadboard for the project, with any type being suitable.

Inclusion of an infrared sensor to detect when the dustbin is full.

The need for a power supply of at least 12 volts and 2 amps for the project.

Instructions on where to find the links to purchase all the required components online.

Explanation of how to set up the SIM card for the GSM module and save a contact for receiving alerts.

Clarification that a 2G network compatible SIM card is necessary for the GSM module to work.

Demonstration of connecting the GSM module to the Arduino board.

Description of the circuit diagram and how to connect the components.

Details on programming the audio alert for when the dustbin is full.

Providing a 100% working Java program for the project.

Customization of the alert message sent to the mobile when the dustbin is full.

Instructions on setting up the infrared sensor on the dustbin and adjusting its range.

Demonstration of the complete setup and testing the dustbin's alert system.

Encouragement for viewers to comment, like, and subscribe for more projects and information.

Transcripts

play00:00

में ही वेलकम बैक दोस्तों आज हम बनाने

play00:02

वाले हैं GSM बेस्ट स्मार्ट डस्टबिन

play00:04

इस्मार्ट डस्टबिन जिसमें डस्टबीन फुल होते

play00:08

ही आपके मोबाइल में एक अलर्ट मैसेज आ

play00:10

जाएगा अब कि यह आप किसी भी तरह के डस्टबिन

play00:13

में फिट कर सकते हैं बड़ी आसानी से तो

play00:16

चलिए इसे बनाना स्टार्ट करते हैं जिसके

play00:18

लिए हमें पहला कंप्लेंट चाहिए वह एक GSM

play00:20

मॉड्यूल हम यूज कर रहे हैं GSM ड्राइड

play00:24

मोड्यूल आप चाहे तो जिससे जरा भी यूज कर

play00:27

सकते हैं जो 2G नेटवर्क पर काम करता है

play00:31

और उसके बाद हमें चाहिए एक वार्डों का

play00:33

बोर्ड हम यहां जूनून वो यूज कर रहे हैं

play00:36

कोई सा भी आप दोनों का बोर्ड यूज कर सकते

play00:39

हैं

play00:40

[संगीत]

play00:46

इसके बाद चाहिए हमें एक इंफ्रारेड सेंसर

play00:51

इसमें तीन बार आपको देखने को मिलेंगे

play00:55

कि इसकी क्वालिटी और कलर आप यहां पर देख

play00:57

सकते हैं 25 वर्ड पावर सप्लाई पर काम करता

play01:00

है

play01:03

हुआ है

play01:06

के कनेक्शन के लिए जंपर वापिस लेंगे हमें

play01:14

है और एक पावर सप्लाई हम यूज करें 12 बोल

play01:18

दो एंपियर का पावर सप्लाई की

play01:21

तो दोस्तों यहां पर हमें कम से कम दो

play01:22

एंपियर का ही पावर सप्लाई व से कम नहीं

play01:24

होना चाहिए

play01:26

अब

play01:28

सारी चीजों को खरीदने का लिंक ऑनलाइन लिंक

play01:31

आपको मैं डिस्क्रिप्शन में बता दूंगा मैं

play01:34

है और फाइनली हमें अपने हिसाब से एक

play01:36

डस्टबिन चाहिए कोई सा भी डस्टबीन छोटा

play01:39

बड़ा जिस तरह का चाहते हैं आप यूज कर सकते

play01:42

हैं मैं इस तरह का यूज कर रहा हूं

play01:53

है तो पूरा सामान आप अरेंज कर लीजिए

play01:56

मैं ऑनलाइन खरीदने के लिंक नीचे

play01:58

डिस्क्रिप्शन में दे दूंगा आप चाहे तो पास

play02:01

के ऑफ मार्किट में भी किसी खरीद सकते हैं

play02:04

दोस्तों अब जैसे मॉडल में लगाने के लिए

play02:06

सिम कार्ड लेंगे जिसको हम सबसे पहले अपने

play02:09

मोबाइल में लगा लेंगे इसमें हमें एक नंबर

play02:12

सेव करना है जिस पर मैसेज जाना है

play02:16

मैं इंडिया

play02:19

कि तू सिम कार्ड लगाने के बाद हम जाएंगे

play02:22

सेटिंग में उसके बाद सिम कार्ड कांटेक्ट

play02:24

मिल जाएंगे ए

play02:26

है और फिर यहां पर एक कांटेक्ट सेव करेंगे

play02:29

यहां पर एसजी प्रोजेक्ट के नाम से अपना

play02:32

दर्शन को का डिजिट अपने कंट्री कोड के साथ

play02:35

इस तरह से लगाएंगे इन क्लास नाइंथ एस्से

play02:37

ऑफ़ इंडिया में रहते हैं प्लस डायमंड के

play02:38

साथ अपना दर्शन खजूर मोबाइल नंबर है वहां

play02:41

पर डाल देना है दोस्तों यह वही नंबर है

play02:44

जिस पर अपना जो प्रोडक्ट है वह मैसेज करें

play02:47

कायल आउट मैसेज तो इस कांटेस्ट को हम अपनी

play02:50

सिम कार्ड में सेव करेंगे ध्यान रहे

play02:52

दोस्तों इसको सिम कार्ड में ही सेव करना

play02:53

है ना कि फोन बुक में तो सिम कार्ड अपना

play02:56

रेडी हो चुका है

play02:58

तो देखिए दोस्तों यह जो जैसे मौजूद है

play03:01

इसका जो एंटी अ है इसमें लगा हुआ है इसको

play03:04

अच्छे से टाइप रहना चाहिए वरना यह नेटवर्क

play03:06

ठीक से नहीं दिखा सकी नहीं दिखाएगा आ कि

play03:08

आज 2जी नेटवर्क पर काम करता है यह जिससे

play03:11

मॉडल है जिससे ज़ोर तो देखिए दोस्तों अगर

play03:14

आप Jio का 4G वाला सिम लेते हैं तो इसमें

play03:17

काम नहीं करेगा का या आपको सिम कार्ड

play03:20

चाहिए जो 2G नेटवर्क पर भी काम करता है

play03:25

हुआ है

play03:27

[संगीत]

play03:28

है तो सिम कार्ड को हम इसके पीछे इस तरह

play03:31

से लगा लेंगे

play03:33

है तो हमारा यह GSM ऑइल रेडी हो चुका है

play03:36

अब इसे हम अपने आर्डयूनो बोर्ड के साथ

play03:38

करेक्शन करना शुरू करेंगे तो करेक्शन कर

play03:41

निकल सबसे पहले हम सर्किट डायग्राम की तरफ

play03:43

जाते हैं

play03:44

हैं तो देखिए दोस्तों कैसे सर्किट को लव

play03:46

बनाना है उसको पहले मैं समझा दे रहा हूं

play03:48

यह सभी को बनाना काफी आसान है करेक्शन

play03:51

करना काफी आसान है तो कॉर्डिरॉय दो आप देख

play03:55

सकते हैं जो पांचवें का पावर सप्लाई है वह

play03:57

सबसे पहले हम अपने सेंसर में देंगे 500

play04:00

ग्राम का पॉजिटिव ओर नेगेटिव और इंफ्रारेड

play04:04

सेंसर का जो आउट है वह वार्डों के पिन

play04:07

नंबर 8 पर का या

play04:10

है और जो GSM मौजूद है कि उसके ग्राउंड

play04:14

पिन को भी हम वार्डों के ग्राम पिंजडी साथ

play04:16

कनेक्ट कर लेंगे

play04:18

है अब देखिए दोस्तों यहां पर डुबो टिप्स

play04:21

और एक्सप्लेन है उस पर ध्यान देंगे तो GSM

play04:23

मॉडल और ऑडियो के बीच जो टैक्स और इसे पिन

play04:26

है यहां पर पिन नंबर 2 ऑडियो का जो आर्म

play04:29

स्पिन है

play04:30

जो GSM मॉडल पर टिप्स के साथ कनेक्ट होगा

play04:34

जो यहां पर ग्रीन वाला दिख रहा है और वैसे

play04:37

ही ऑडियो का यहां पर पिन नंबर 3 जो टैक्स

play04:39

है जो ब्लू कलर के यहां पर बारे में दिख

play04:42

रहा है वह GSM मॉडल पर आरक्षण के साथ

play04:45

कनेक्ट होगा तो डायग्राम को देखकर आप भी

play04:47

आसानी से करेक्शन कर सकते हैं तो चलिए

play04:50

सर्किट के हिसाब से हम अपने बोर्ड को कट

play04:52

कर लेते हैं दोस्तों इस कंप्यूटर सर्किट

play04:55

को 12 बोर का पावर चाहिए कायर

play04:59

12 बोल दो एंपियर का

play05:04

है तो यह हमारा पूरा कनेक्शन हो चुका है

play05:08

हैं तो आप इसे इंफ्रारेड सेंसर को हम अपनी

play05:12

डस्टबीन के टॉप लेवल पर लगाएंगे यहां पर

play05:14

डस्टबिन फूल झुक जाता है

play05:17

हुआ है

play05:21

फालतू सेंसर को जहां पर मुझे लगाना है

play05:23

पहले वहां पर निशान लगा लूंगा और एक घोल

play05:25

बना दूंगा मैं

play05:28

को कॉल करने के लिए मैं

play05:30

यहां पर एक बेल का यूज कर रहा हूं ड्रिल

play05:34

मशीन से इसको मैं कॉल कर लूंगा

play05:36

[संगीत]

play05:50

[संगीत]

play05:55

है तो आप प्रोग्रामिंग यह बात करते हैं

play05:56

ऑडियो का प्रोग्राम करने की जरूरत है तो

play05:59

प्रोग्रामिंग करने के लिए सबसे पहले हम

play06:00

अपना और डीलरों का जो आईडी है सॉफ्टवेयर

play06:03

है उसे ओपन कर लेंगे दोस्तों यहां पर जवा

play06:06

प्रोग्राम आपको दूंगा वह 100% वर्किंग

play06:10

प्रोग्राम है तो यह जो प्रोग्राम है मैं

play06:11

आपको जिप फाइल के तौर पर दूंगा

play06:14

में जिप फाइल को खोजने के लिए कोई पासवर्ड

play06:16

चाहिए होगा

play06:18

1202 इसका पासवर्ड है तो थोड़ा सा हम

play06:21

प्रोग्राम को समझ लेते हैं जो मेन पॉइंट

play06:23

है उसी को समझाता हूं ताकि आपको कनेक्शन

play06:25

करने के बाद थोड़ा समझने में आसानी हो तो

play06:28

यहां पर सबसे पहले देखते हैं कि हम

play06:30

सॉफ्टवेयर सीरियल का जो हेयर फॉल उसको यूज

play06:33

कर रहे हैं तो पिन नंबर दो और तीन जो

play06:36

आरक्षक टेक्स्ट और ट्यूमर है उसे हमने

play06:38

सीरियल की तरह यूज किया है और देखिए

play06:40

दोस्तों GSM मॉडल है वह पूछेगी कमांड में

play06:43

काम करते हैं तो यहां पर ही कमांड मैसेज

play06:46

इन सबके लिए यूज किया गया है इस वाले लाइन

play06:48

को देखते हैं जहां यह मैसेज लिखा है यह

play06:50

अपना मैसेज है यहां पर हमने मैसेज टाइप

play06:54

करके रखा है अलर्ट डस्टबीन फूल इसको आप

play06:56

चाहे तो अपने हिसाब से कस्टमाइज़ कर सकते

play06:59

हैं कोई भी मैसेज आप लिख सकते हैं और यहां

play07:02

पर उसके नीचे जो दिखाई दे रहा है यह वाला

play07:03

लाइन यह चीनी फोन बुक यह जो नंबर है जिस

play07:07

पर अपना GSM मॉडल इस नाम को सर्च करता है

play07:11

यहां पर हमने इस जी प्रोजेक्ट नाम यूज

play07:12

किया था जैसे कि हमने छोड़ पहले इसी नाम

play07:15

पर अपना नंबर सेव किया था सिम कार्ड पर यह

play07:19

उसी नंबर पर मैसेज करता है और जोड़ों के

play07:21

पिन नंबर 8 हमारा इंपोर्टेंट है जो

play07:23

इंफ्रारेड सेंसर से इसे सिग्नल मिलता है

play07:26

तो पीना मराठों हमें सिग्नल पिन की तरह

play07:28

यूज किया है यहां पर पिन नंबर और पिन नंबर

play07:30

13 भी आप ऑप्शन अली LED आउटपुट देखने के

play07:33

लिए यूज कर सकते हैं पिन नंबर 12 जो है वह

play07:37

डस्टबीन फूल होने पर दिखाता है और पिन

play07:39

नंबर 13 जो है वह इसके स्टेट को दिखाता है

play07:42

बिजी हैव सिंगल मदर इन सारी चीजों को

play07:45

दोस्तों जो पावर सप्लाई करना स्टार्ट करते

play07:47

हैं तो स्टार्टिंग में सिक्सटी सेकेंड्स

play07:49

यानी 1 मिनट के लिए हमें वेट करना पड़ता

play07:51

है ताकि नेटवर्क अच्छे से कनेक्ट हो जाए

play07:53

और अच्छे तरीके से कॉन्फ़िगरेशन हो जाए

play07:56

इसलिए यहां पर शिक्षक अंडे दिया गया है

play07:59

यहां पर आप देख सकते हैं तो प्रोग्राम में

play08:01

कुछ मैन प्वाइंट से जिसको मैंने समझा दिया

play08:02

हैं प्रोग्रामिंग सक्सेस होने के बाद अब

play08:04

हम पावरप्ले देते हैं

play08:07

है जैसे हम पावर सप्लाई देंगे हम देखते

play08:09

हैं जैसे मोबाइल में नेटवर्क दिखाना

play08:11

स्टार्ट कर देता है यह देखिए स्टार्टिंग

play08:13

में फास्ट बोलिंग हो रहा है अब जब नेटवर्क

play08:15

मिल जाता है तो नेटवर्क मिलने के बाद

play08:18

स्नोर्कलिंग होता है 2 सेकंड के इंटरवल

play08:21

में

play08:23

है और ऑडियो में पहुंचे बनेगा चुका है यह

play08:25

अपना मैसेज रिसीव करने के लिए मोबाइल भी

play08:27

रेडी है और ये अपना इंफ्रारेड सेंसर

play08:30

दोस्तों स्टार्टिंग मैं आपको इंफ्रारेड

play08:32

सेंसर के रैंप टो एडजेस्ट करना पड़ सकता

play08:34

है उसके पीछे एक स्क्रू ड्राइवर से हम

play08:37

इसकी रेंज को सेट कर सकते हैं

play08:40

कि

play08:40

स्वप्न इनसाइड सेंसर भी

play08:44

की रेंज में पूरा सेट हो चुका है

play08:48

कि अ पूरा अपना रेडी है देखते हैं अब कैसे

play08:51

काम करता है

play08:52

तो अब इसमें हम जस्ट भरना चालू करते हैं

play08:56

कि

play08:57

पुराने बॉक्सेस है जिसको हम इसमें भर के

play09:01

देखते हैं

play09:03

है

play09:04

अभी यह पूरा फुल नहीं हुआ है जैसे फूलों

play09:06

का तो मैसेज आएगा ना

play09:09

है कि देखिए अपना डस्टबिन रफ़ुल हो चुका

play09:12

है

play09:14

को फुल आते ही होते ही देखिए हमारे पास एक

play09:16

मैसेज आ चुका है

play09:18

मैं आपको मैसेज को दिखा दे रहा हूं मैं

play09:22

कर दो

play09:24

मैं जरूर यह देखिए अल्बर्ट डस्टबिन फूल जो

play09:28

मैसेज हमने प्रोग्रामिंग में टाइप किया था

play09:31

वहीं मैसेज हमें यहां पर मिला है तो

play09:33

दोस्तों है ना यह कमाल का प्रोजेक्ट

play09:34

स्मार्ट डस्टबिन जिसे आप किसी भी साइंस

play09:36

प्रोजेक्ट या साइंस एग्जिबिशन में इसको

play09:38

दिखा सकते हैं स्कूल प्रोजेक्ट में भी यूज

play09:41

कर सकते हैं तो यह कैसा लगा यह प्रोजेक्ट

play09:44

आपको हमें जरूर कमेंट करके बताइएगा लाइक

play09:46

क्योंकि जरूर करेंगे और मैं चैनल में तो

play09:49

सब्सक्राइब जरुर कर लेंगे और आने वाले

play09:50

वीडियो में हम ऐसे ढेरों प्रोजेक्ट और नई

play09:52

जानकारी के साथ वापस मिलेंगे तब तक के लिए

play09:55

अपना ध्यान रखिएगा थैंक्स फॉर वाचिंग अ

Rate This

5.0 / 5 (0 votes)

相关标签
Smart DustbinGSM ModuleInfrared SensorDIY ProjectArduinoSensorsAlert SystemMobile AlertsIoT ProjectHome Automation
您是否需要英文摘要?