Antenna Positioning Unit for Defence Vehicles

Year : 2024 | Volume :14 | Issue : 01 | Page : 38-46
By

Khadse Pavan Dilip1

Khalate Vinay Hanumant2

Kasar Onkar Bhausaheb,

G.N. Gaikwad

Ganesha Naik,

  1. Student, Sinhgad College of Engineering, Savitribai Phule Pune University, Pune, Maharashtra, India
  2. Student, Sinhgad College of Engineering, Savitribai Phule Pune University, Pune, Maharashtra, India
  3. Student, Sinhgad College of Engineering, Savitribai Phule Pune University, Pune, Maharashtra, India
  4. Lecturer, Sinhgad College of Engineering, Savitribai Phule Pune University, Pune, Maharashtra, India
  5. Researcher, Sinhgad College of Engineering, Savitribai Phule Pune University, Pune,

Abstract

This paper introduces an advanced antenna positioning system specifically engineered for defence vehicle applications, featuring Azimuth angle rotation and Elevation angle rotation. The system, designed for precision and adaptability, achieves remarkable accuracy. Noteworthy is its immunity to magnetic field interference, ensuring unwavering reliability in electromagnetic-intensive defence environments. The system’s substantial weight-bearing capacity, coupled with precise control, makes it an ideal solution for defence vehicles necessitating advanced communication and surveillance capabilities. Designed to precisely manage the alignment of antennas deployed on defence vehicles, the Antenna Positioning Unit is a multipurpose instrument. The APU maximises signal reception for surveillance while facilitating smooth communication with satellites, ground stations, and other platforms by modifying the azimuth and elevation angles of the antennas. This skill is especially important in dynamic combat situations were staying connected and obtaining intelligence in real time are critical. Ensuring dependable communication between defence vehicles and command centres in all-weather situations is one of the main responsibilities of the Antenna Positioning Unit. The APU facilitates constant connectivity in a variety of environments, including dense forests, rough terrain, and metropolitan areas. It does this by automatically lining up the antennas to create and maintain satellite links or establish connections with ground-based stations. Coordinating troop movements, getting mission updates, and seeking assistance when needed all depend on this skill.

Keywords: APU, Antenna, Stepper Motors, Azimuth angle, Elevation angle, Gyro-sensor, Defence Vehicles, ESP32 microcontroller

[This article belongs to Journal of Aerospace Engineering & Technology(joaet)]

How to cite this article: Khadse Pavan Dilip1, Khalate Vinay Hanumant2, Kasar Onkar Bhausaheb,, G.N. Gaikwad, Ganesha Naik,. Antenna Positioning Unit for Defence Vehicles. Journal of Aerospace Engineering & Technology. 2024; 14(01):38-46.
How to cite this URL: Khadse Pavan Dilip1, Khalate Vinay Hanumant2, Kasar Onkar Bhausaheb,, G.N. Gaikwad, Ganesha Naik,. Antenna Positioning Unit for Defence Vehicles. Journal of Aerospace Engineering & Technology. 2024; 14(01):38-46. Available from: https://journals.stmjournals.com/joaet/article=2024/view=0

References

  1. Zhou, X., Song, J., & Feng, Z. (2018). “Design and implementation of an antenna positioning system for vehicular communication.” In Proceedings of the 2018 IEEE 8th Annual International Conference on CYBER Technology in Automation, Control, and Intelligent Systems (CYBER). DOI: 1109/CYBER.2018.8544036.
  2. Kaur, G., & Kaur, A. (2019). “A review of antenna positioning systems for satellite communication.” In Proceedings of the 2019 IEEE 9th International Advance Computing Conference (IACC). DOI: 1109/IACC.2019.8776470.
  3. Singh, R., & Yadav, V. (2017). “Stepper motor control using microcontroller ATmega32.” In Proceedings of the 2017 2nd International Conference for Convergence in Technology (I2CT). DOI: 1109/I2CT.2017.8226157.
  4. Bartoli, A., & Stoyanov, D. (2018). “Optimizing stepper motor control.” In Proceedings of the 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). DOI: 1109/IROS.2018.8593526.
  5. Marinković, D., & Milanović, J. (2015). “Gyroscope sensor systems.” In Proceedings of the 2015 IEEE 16th International Symposium on Computational Intelligence and Informatics (CINTI). DOI: 1109/CINTI.2015.7396343.
  6. Hussain, F., Rashid, M. U., & Ikram, M. (2017). “A comprehensive review of MEMS gyroscopes technologies and commercial products.” Sensors, 17(2), 497. DOI: 3390/s17020497.
  7. Espressif Systems. (2021). “ESP32 Datasheet.” ESP32 Datasheet (PDF).
  8. González, D., & Jiménez, D. (2018). “Comparative analysis of Wi-Fi modules for the Internet of Things: ESP8266/ESP32 and CC3200.” In Proceedings of the 2018 23rd IEEE International Conference on Emerging Technologies and Factory Automation (ETFA). DOI: 1109/ETFA.2018.8502603
  9. Coyle A. Using directional antenna in UAVs to enhance tactical communications. In2018 Military Communications and Information Systems Conference (MilCIS) 2018 Nov 13 (pp. 1-6). IEEE.
  10. Giray SM. Anatomy of unmanned aerial vehicle hijacking with signal spoofing. In2013 6th International Conference on Recent Advances in Space Technologies (RAST) 2013 Jun 12 (pp. 795-800). IEEE.
  11. Rabinovich V, Alexandrov N. Antenna arrays and automotive applications. Springer Science & Business Media; 2012 Aug 9.
  12. Ma’Sum MA, Arrofi MK, Jati G, Arifin F, Kurniawan MN, Mursanto P, Jatmiko W. Simulation of intelligent unmanned aerial vehicle (UAV) for military surveillance. In2013 international conference on advanced computer science and information systems (ICACSIS) 2013 Sep 28 (pp. 161-166). IEEE.

 


Regular Issue Subscription Original Research
Volume 14
Issue 01
Received June 3, 2024
Accepted June 24, 2024
Published July 3, 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”;
}