Women Safety Night Patrolling Device


Year : 2025 | Volume : 15 | Issue : 01 | Page : 32-39
    By

    Soumyadip Maity,

  • Vrushali Lawand,

  • Aryan Shinde,

  1. Student, Department of Electronics & Telecommunication Engineering, K. C. College of Engineering & Management Studies & Research, Thane (E), Maharashtra, India
  2. Student, Department of Electronics & Telecommunication Engineering, K. C. College of Engineering & Management Studies & Research, Thane (E), Maharashtra, India
  3. Student, Department of Electronics & Telecommunication Engineering, K. C. College of Engineering & Management Studies & Research, Thane (E), Maharashtra, India

Abstract

document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_abs_175133’);});Edit Abstract & Keyword

With increasing societal concerns regarding women’s safety, the Women’s Safety Project emerges as a crucial response to empower women through a secure distress signal mechanism during emergencies. This comprehensive initiative seamlessly integrates advanced hardware, including a GPS module and a distress button connected to an Arduino, alongside a dynamic web platform. The escalating challenges faced by women underscore the pressing need for a reliable safety solution, prompting the development of this project to address and mitigate risks in various environments. Women’s safety is a critical societal concern, necessitating innovative solutions that utilize modern technology. This project proposes an advanced women’s safety system based on Arduino technology, aiming to enhance security and prompt response in potentially dangerous situations. The system incorporates features to allow women to send distress messages to the nearest police station based on their real-time location. The project places a central emphasis on user empowerment, real-time response coordination, and ensuring the security of women. Operating seamlessly in both normal and emergency modes, the system transmits distress signals to the web platform. The web platform, in turn, undertakes crucial tasks, such as processing distress signals, conducting location-based comparisons with nearby police stations, and initiating SMS alerts to predefined contacts. This initiative stands at the intersection of technology and societal well-being, exemplifying the transformative potential of innovative solutions in ensuring the safety of women. By providing a reliable and responsive mechanism for distress communication, the Women’s Safety Project addresses a critical societal need, contributing to the ongoing discourse on leveraging technology for the betterment of individual safety and well-being.

Keywords: IOT, GPS, website, Arduino, NodeMCU

[This article belongs to Journal of Communication Engineering & Systems (joces)]

How to cite this article:
Soumyadip Maity, Vrushali Lawand, Aryan Shinde. Women Safety Night Patrolling Device. Journal of Communication Engineering & Systems. 2025; 15(01):32-39.
How to cite this URL:
Soumyadip Maity, Vrushali Lawand, Aryan Shinde. Women Safety Night Patrolling Device. Journal of Communication Engineering & Systems. 2025; 15(01):32-39. Available from: https://journals.stmjournals.com/joces/article=2025/view=0


document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_ref_175133’);});Edit

References

  1. Shirly Edward A, Vijayakumari SG, Bhuvaneswari MS. GSM Based Women’s Safety Device. Int J Pure Appl Math. 2018; 119(15): 915–20.
  2. Sogi NR, Chatterjee P, Nethra U, Suma V. SMARISA: a raspberry pi based smart ring for women safety using IoT. In 2018 IEEE International Conference on Inventive Research in Computing Applications (ICIRCA). 2018 Jul 11; 451–454.
  3. Sunehra D, Sreshta VS, Shashank V, Goud BU. Raspberry Pi based smart wearable device for women safety using GPS and GSM technology. In 2020 IEEE International Conference for Innovation in Technology (INOCON). 2020 Nov 6; 1–5.
  4. Khandoker RR, Khondaker S, Nur FN, Sultana S. Lifecraft: an android based application system for women safety. In 2019 IEEE International Conference on Sustainable Technologies for Industry 4.0 (STI). 2019 Dec 24; 1–6.
  5. Raganna A, Nithesh K, Neha B, Shrivastav OV, Musaguppi PT. Iot Based Night Patrolling Robot for Women Safety. Int J Mod Agric. 2021; 10(2): 3886–94.
  6. Hareni M, Abishaya S, Kavya P, Rajasekar K. Design of Smart Shoe for Women Safety with Emergency Alert System. In 2023 IEEE 3rd International Conference on Pervasive Computing and Social Networking (ICPCSN). 2023 Jun 19; 424–430.
  7. Ramachandiran R, Dhanya L, Shalini M. A survey on women safety device using IoT. In 2019 IEEE International Conference on System, Computation, Automation and Networking (ICSCAN). 2019 Mar 29; 1–6.
  8. Farooq MS, Masooma A, Omer U, Tehseen R, Gilani SA, Atal Z. The Role of IoT in Woman’s Safety: A Systematic Literature Review. IEEE Access. 2023 Mar 6; 11: 69807–25.
  9. Arduino. (2018 Feb 5). What is Arduino? [Online]. Arduino.cc. Available from: https://www.arduino.cc/en/Guide/Introduction
  10. Kinza Yasar. (2023 Feb). hosting (website hosting, web hosting and webhosting). [Online]. TechTarget; Available from: https://www.techtarget.com/whatis/definition/hosting-Web-site-hosting-Web-hosting-and-Webhosting
  11. Domantas G. (2018). What Is MySQL and How Does It Work. [Online]. Hostinger Tutorials. Available from: https://www.hostinger.in/tutorials/what-is-mysql
  12. Johnson S, Midhun VM, Issac N, Mathew AM, Mathew S. Smart Shopping Robot for Supermarkets using Dijkstra’s Algorithm with user Interface. In Emerging Technologies for Sustainability. CRC Press; Florida, United States. 2020 Aug 14; 193–203.
  13. Sunfounder. (2017 Mar 20). Ublox NEO-6M GPS Module. [Online]. Wiki. Sunfounder.cc. Available from: http://wiki.sunfounder.cc/index.php?title=Ublox_NEO-6M_GPS_Module
  14. Nixon R. Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5. 5th Edn. California: O’Reilly Media, Inc.; 2018 May 9.

Regular Issue Subscription Review Article
Volume 15
Issue 01
Received 18/06/2024
Accepted 09/01/2025
Published 05/02/2025
Publication Time 232 Days

async function fetchCitationCount(doi) {
let apiUrl = `https://api.crossref.org/works/${doi}`;
try {
let response = await fetch(apiUrl);
let data = await response.json();
let citationCount = data.message[“is-referenced-by-count”];
document.getElementById(“citation-count”).innerText = `Citations: ${citationCount}`;
} catch (error) {
console.error(“Error fetching citation count:”, error);
document.getElementById(“citation-count”).innerText = “Citations: Data unavailable”;
}
}
fetchCitationCount(“10.37591/JoCES.v15i01.0”);

Loading citations…