It explains how traditional manual or rule-based methods are insufficient for processing the huge volume of global news, so the system uses machine learning (TF-IDF features and classifiers like Naive Bayes, SVM, and Logistic Regression) to automatically categorize news into topics such as politics, sports, and technology. It then extends this with a trend analysis module that tracks how news categories change over time using moving averages, rate-of-change metrics, and burst detection techniques.
The system is built as an end-to-end pipeline, including data ingestion from APIs, preprocessing of raw text, feature extraction, classification, and visualization through a real-time dashboard. It is evaluated on standard datasets (AG News and BBC News), where the SVM model performs best with about 94% accuracy.
The key contribution is integrating both news classification and temporal trend detection into one system, rather than treating them separately. The study also highlights practical applications like media monitoring, event detection, and real-time news analytics, along with the system’s efficiency and suitability for real-world deployment.
Introduction
The text describes the design, development, and testing of a low-cost Mars rover prototype built for academic research to simulate extraterrestrial exploration systems similar to NASA rovers like Curiosity and Perseverance.
The rover is constructed using commercially available components, including an ESP32 microcontroller, tank-track steel chassis, sensors (temperature, gas), ESP32-CAM, and a 3-DOF robotic arm, enabling it to navigate rough terrain, collect environmental data, stream video, and perform basic object manipulation. It is controlled remotely through a web-based user interface with real-time telemetry and camera feedback.
The system is organized into three layers: mechanical structure, sensing and processing, and communication/control. The software uses FreeRTOS-based firmware, Wi-Fi communication, and a browser-based dashboard for interaction.
Experiments show that the rover can handle different terrains (including slopes up to ~22°), provides reliable sensor readings, supports real-time control with low latency (~18 ms), and streams video at usable frame rates. Key challenges like power management, interference, and streaming delays were resolved through hardware improvements and software optimization.
Conclusion
This paper has presented the design, implementation, and evaluation of the Multipurpose Adaptive Mars Rover — a cost-effective, IoT-enabled robotic platform integrating mechanical manipulation, environmental sensing, live video streaming, and real-time wireless control within a compact solar-rechargeable package.
The system successfully demonstrated stable terrain navigation, accurate multi-parameter environmental monitoring, reliable low-latency Wi-Fi telemetry, and functional 3-DOF arm operation. The modular hardware architecture and open-source firmware provide a readily extensible foundation for future enhancements.
The project contributes a validated, reproducible hardware–software blueprint for academic rover research, enabling educational institutions to engage meaningfully in planetary robotics experimentation without the prohibitive cost of commercial research platforms.
References
[1] Prakash, R., Verma, S., & Joshi, A. (2019). “Design and Development of an Arduino-Based Autonomous Rover for Terrain Exploration.” International Journal of Robotics and Automation Engineering, 4(2), 45–52.
[2] Kumar, V., & Mehta, P. (2020). “Raspberry Pi 4 Powered Rover with Real-Time Camera Streaming and Sensor Fusion.” Proceedings of IEEE ICCCNT, 1–6.
[3] Sharma, D., Gupta, K., & Patel, N. (2021). “Solar-Powered Mars Rover Prototype with LoRa Telemetry for Long-Range Communication.” Journal of Embedded Systems Design, 8(1), 112–119.
[4] Espressif Systems. (2023). ESP32 Technical Reference Manual v5.1. https://docs.espressif.com/
[5] STMicroelectronics. (2022). L298N Dual Full-Bridge Driver Datasheet. Rev. 9.
[6] Arduino. (2024). Arduino IDE Documentation. https://docs.arduino.cc/
[7] NASA Jet Propulsion Laboratory. (2023). Mars Science Laboratory — Curiosity Rover Technical Overview. https://mars.nasa.gov/msl/
[8] Aosong Electronics. (2021). DHT22 Digital Humidity & Temperature Sensor Datasheet.
[9] Winsen Electronics. (2022). MQ-2 Semiconductor Gas Sensor Datasheet.
[10] Singh, A., & Rao, B. (2022). “Review of Low-Cost IoT Platforms for Autonomous Robotic Systems.” International Journal of Advanced Robotics Systems, 19(3).