I am an embedded systems engineering student focused on real-time data acquisition, control systems, and hardware-software integration.
My work focuses on building systems that interact with the physical world — sensors, actuators, and embedded firmware designed under real constraints such as timing, reliability, and limited resources.
Currently interested in:
- Embedded firmware development (C/C++)
- Real-time systems and RTOS design
- Telemetry and data acquisition systems
- Motorsport and high-performance embedded applications
- Hardware-in-the-loop testing and system validation
struct Engineer {
const char* name = "Si6gma";
const char* domain = "Embedded Systems";
const char* interests[] = {
"Real-time control",
"Telemetry systems",
"Sensor integration",
"Hardware-software co-design"
};
const char* languages[] = {"C", "C++", "Python"};
};


