This week’s progress:
- Hardware Setup and Embedded System Integration
This week I focused on setting up and integrating key hardware and embedded system components required for our pipeline, working closely with Adithi. We successfully set up and flashed the Jetson Orin Nano, which serves as the main compute unit for running higher-level control and machine learning tasks.
We then connected the motor driver to the motors and the Teensy microcontroller and established communication between the Teensy MCU and the Jetson, ensuring that control signals can be transmitted reliably between the embedded controller and the main system. We also connected the piezo sensor to the Teensy MCU and verified its connection to the Jetson, which is important for enabling the HVAC inspection.
In addition, we integrated the LiDAR and IMU devices into the system and worked on configuring them for use. I also figured out how to SSH into the Jetson, which will make development and debugging easier especially for our interim demo. Finally, we implemented code on the Jetson to respond to signals from the Teensy MCU and execute control logic, enabling coordinated behavior between sensing and actuation components.
Things to do for next week:
Next week is our interim demo, so the focus will be to prepare for that. The main tasks include:
- Collect more training data
- Improve the machine learning model using the newly collected data
- Continue testing the system to ensure stable communication between all components
Since the ADC arrived late, we were not able to collect enough data earlier, so a key priority will be improving the machine learning model using additional data collected this week.
My work can be found here: https://github.com/aphadke234/ece_capstone_C7



