• Designed the RF controller to train the Automated Guided Vehicle (AGV) by establishing communication using LoRa, Arduino and Raspberry pi.
• Developed the C code to interface RF with Arduino using SPI communication. The Pi can be considered as a master and used to send commands serially to the Arduino.
• Designed the GUI for the RF controller using Tkinter library in Python for a 7” LCD touch screen interfaced with the Pi using I2C.
• ---------------------------------------------------------------------------------------------------------------------------------------------
• Designed a computer vision guided system to automate the process of a spray dryer using OpenCV and canny edge detection on NVIDIA TX2 (Master).
• Developed device drivers for UART, I2C, and ADC to interface the actuators and sensors with LPC1769.
• Developed a webserver on NVIDIA TX2 to host a webpage to display all the sensor values and control functions of the system.
• Set up communications between the NVIDIA TX2, LPC1769, and camera using TCP/IP communication protocol. [VG100]
*AIHS:
• Designed a mini-project with the title of Automated Indoor Herb Station using Arduino Uno R3 and multiple sensors and actuators.
• Developed an embedded C code using Arduino IDE to integrate moisture detection sensor, light sensor, plant-growing lamp, and water pump to automatically water the potted plants without any human interaction.
• The application was running without any complications in real-time.