• Expert in programming 32-bit STM32 and TI microcontrollers for embedded systems.
• Key contributor to multiple project launches, consistently meeting stringent deadlines.
• Skilled in managing version control systems to ensure well-organized code repositories.
• Proficient in refining existing codebase by replacing inefficient functions with optimized solutions.
• Experienced in designing embedded hardware, firmware, and user interfaces.
• Conducted thorough testing to ensure functional compliance of company products.
• Coordinated successful deployments of software rollouts, feature enhancements, and bug fixes.
Undergone hands-on technical training program - Advanced Embedded Systems Course at Emertxe Information Technologies (http://www.emertxe.com), Bangalore
1. Image Steganography using LSB Encoding and Decoding
The objective was to send a secret text file encoded inside an image of bmp file format. Encoded the length of the secret text and then encoded the data into the LSB of the image bytes. The decoding process involves decoding the length and then decoding the text bit by bit. The final output is the secret text after decoding.
2. Car black box
This is a project to monitor all the critical events in the car like gear shifts, current speed, time of events happened and password-based protection for Manager to view or to download the log to PC whenever required.