Electronics
Electronics is the design and application of circuits and systems using electronic components.
Compute hardware systems
Physical machines such as CPUs, GPUs, memory, and storage execute instructions under constraints of heat, power, and architecture-level parallelism.

Physical machines such as CPUs, GPUs, memory, and storage execute instructions under constraints of heat, power, and architecture-level parallelism.
This domain is valuable because physical and infrastructure systems make constraints legible. They show how components fit together, where tolerance matters, how failure propagates, and what it takes to keep an assembly reliable over time.
The broader payoff is transfer. Once you learn to see interfaces, bottlenecks, and feedback in a physical substrate, you get better at spotting the same patterns in software, organizations, and markets. This domain gets more useful when it is compared with adjacent systems instead of being treated as a silo. That is where reusable judgment starts to form.
Electronics is the design and application of circuits and systems using electronic components.
Arduino is a microcontroller platform for building hardware and IoT projects.
A vision-based robot control system using National Instruments hardware and LabVIEW — the robot sees, decides, and acts — with lessons that transferred directly to later data pipeline and real-time processing work.
Embedded Programming is a software development for hardware systems with dedicated functions.
Built a VPN system for remote programming and testing of actual FRC RoboRIO hardware — not a simulator — and learned as much about networking latency as robotics in the process.
Internet of Things (IoT) is the network of interconnected physical devices that collect and exchange data.
A LabVIEW and CompactRIO data acquisition system to measure a novel Solar Thermal Electric Panel against commercial systems — results published on ResearchGate.
A standardized test robot built from LEGO for repeatable, reconfigurable multi-motion and vision testing — because having a reliable test platform is the difference between debugging code and debugging hardware at the same time.
Multi-language robotics programming across NI hardware for FRC mentorship — maintaining parallel codebases for the same robot behaviors to understand what's universal versus what's a language artifact.
Built a remote learning environment during the pandemic so students could access LabVIEW software and physical lab hardware from anywhere — keeping a robotics program running when everything else shut down.