This repository contains two main directories:
The Python folder is dedicated to:
- Sensor testing and validation
- Configuration file generation (JSON format) for sensors
- Real-time monitoring and data acquisition
- Data logging and storage in Excel format
- Test execution and result visualization
- Experiment data collection and analysis
The C folder is specifically for:
- VigiaBox NEO RTU programming
- Control logic implementation
- Telemetry system development
- RTU firmware development
- Hardware-specific implementations
This dual-language approach serves different aspects of the project:
- Python: Handles testing, configuration, and data analysis
- C: Manages the core functionality of the VigiaBox NEO RTU
-
For sensor testing and configuration:
- Navigate to
Python_25-007/ - Follow the Python README for setup instructions
- Navigate to
-
For VigiaBox NEO RTU development:
- Navigate to
C_25-007/ - Follow the C README for development guidelines
- Navigate to
- Python sensor testing framework
- JSON configuration system
- VigiaBox NEO RTU programming
- Integration testing