Exploring the Evolution of Mobile Phone Detectors: From Basic Sensors to AI-Enhanced Solutions

Notice

This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.

Year : 2024 | Volume :11 | Issue : 03 | Page : –
By
vector

Sonali Ghodake,

vector

Rohan G. Nalvade,

vector

Ashitosh A. Karape,

vector

Dipak I. Mote,

vector

Kishor Pratap Jadhav,

  1. Student, Sinhgad College of Engineering, Korti Pandharpur, Maharashtra, India
  2. Student, Sinhgad College of Engineering, Korti Pandharpur, Maharashtra, India
  3. Student, Sinhgad College of Engineering, Korti Pandharpur, Maharashtra, India
  4. Student, Sinhgad College of Engineering, Korti Pandharpur, Maharashtra, India
  5. Assistant Professor, Sinhgad College of Engineering, Korti Pandharpur, Maharashtra, India

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

This work talks around the creation and plan of a portable phone locator that can discover approaching and active signals from versatile phones. This little, pocket-sized gadget can sense when a portable phone is dynamic from a separate of one and a half meters. Since of this, it can help anticipate the utilize of portable phones in places like exam corridors, private rooms, and petrol stations. It can moreover effectively distinguish unlawful exercises like spying and unauthorized video transmissions. The circuit can identify approaching and active calls, SMS, and WhatsApp messages indeed in case the portable phone is in noiseless or do-not-disturb mode. When the gadget recognizes Radio Recurrence (RF) signals from a versatile phone in utilize, it makes a beeping sound, and a Light Emanating Diode (Driven) begins flickering. This alert proceeds until the flag transmission stops.  

Keywords: – Portable phone location, Flag preparing procedures, Receiving wire, Remote communication impedances, Sensor systems.

[This article belongs to Recent Trends in Sensor Research & Technology (rtsrt)]

How to cite this article:
Sonali Ghodake, Rohan G. Nalvade, Ashitosh A. Karape, Dipak I. Mote, Kishor Pratap Jadhav. Exploring the Evolution of Mobile Phone Detectors: From Basic Sensors to AI-Enhanced Solutions. Recent Trends in Sensor Research & Technology. 2024; 11(03):-.
How to cite this URL:
Sonali Ghodake, Rohan G. Nalvade, Ashitosh A. Karape, Dipak I. Mote, Kishor Pratap Jadhav. Exploring the Evolution of Mobile Phone Detectors: From Basic Sensors to AI-Enhanced Solutions. Recent Trends in Sensor Research & Technology. 2024; 11(03):-. Available from: https://journals.stmjournals.com/rtsrt/article=2024/view=0

Full Text PDF

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

  1. Ajasa, A. A., Adenowo, A. A., Ogunlewe, A. O. and Shoewu, O. O., “Design and Development of a Mobile Phone Signal Detector”, International Journal of Engineering Research & Technology (IJERT), 7 July 2014, Vol. 3 Issue 07, 2014.
  2. Edwin Ataro, Diana Starovoytova Madara Simiuy Sitati, “Design and Testing of Mobile-Phone- Detectors”, International Institute for Science, Technology and Education (IISTE), 2016, Vol. 7, No. 9
  3. Renuka, A. Chaitanya Lakshmi, G. Ravi Kumar, Dr. K. V. Ranga Rao, “Mobile Phone Detector”, WaffenUnd Kostumkunde Journal, Februray 2020; 11(2):
  4. Rick Pratt, Kyle Bunch, Dave Puczyki, Ryan Slaugh, Morris Good, and Doug McMakin, “Cell Phone Detection Techniques”, Pacific Northwest National Laboratory, October 2007.
  5. Ajasa, A. A., Adenowo, A. A., Ogunlewe, A. O. and Shoewu, O. O. Design and Development of a Mobile Phone Signal Detector. International Journal of Engineering Research & Technology (IJERT). July 2014; 3(7): 419-423.
  6. Luecke , J.P. Mize and W.N Carr, “Semiconductor Memory Design and Applications”; Published by McGraw- Hill Book Company, United State of America. 1973. http://www.bitsavers.org/pdf/ti/_Texas_Instruments_Electronics_Series/Luecke_Semiconductor_Memory_Design_and_Application_1973.pdf
  7. K. Mehta, “Principles of Electronics” 12e. 14th Anniversary edition. Published by S.Chand& Company Ltd., India 2003.
  8. George Loveday: “Essential Electronics”; Published by PITMAN; 1984
  9. Ravindra, S. Vasu, V. Suresh. “Hidden active cell phone detector”; International Journal of Enhanced Research in Management & Computer Applications. September-2018; Vol. 7 Issue 9: 29-32.
  10. Khandekar Nagnath Vyankati, Avinash A. Suryagan, Kishor. P. Jadhav. Motor protection from theft report by using Artificial intelligence GSM Technology. International Journal of Advance Research and Innovative Ideas in Education. 2023; 9(6): 975-979,
  11. Jadhav, K. P., and A. Shravankumar. “Simulation of Starting of an Induction Motor Driven by a Modular Multilevel Cascade Inverter Without Speed Sensor.” JournalNX, vol. 3, no. 02, 2017, pp. 17-24.
  12. Kishor Jadhav and Hanamant Mallad. “Open-Circuit Fault Diagnosis in VSI By Simple Direct Current Method”. Proceedings of “National Conference on Recent Trends in Science and Advances in Engineering” Organized by Fabtech Technical Campus, College of Engineering & Research, Sangola International Journal of Innovations in Engineering Research and Technology [IJIERT]. June 2022. 193-199
  13. Kishor p. Jadhav, Abhinav P Mule, Tejas S Kulkarni, Daulat B Mali. Solar Spin: BLDC Motor Integration for Sun powered Cycling. Journal of Alternate Energy Sources & Technologies. 2024; 15(02).
  14. Swapna P. God, Anil Tekale and Mallareddy C. ―Control Scheme Based on Quasi Z-Source Network for Four Switch BLDC Motor‖ International Journal Research and Development 5.7 (2017): 461-464

Regular Issue Subscription Review Article
Volume 11
Issue 03
Received 21/08/2024
Accepted 31/08/2024
Published 24/10/2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}