LED Chaser Arduino Project: Created an engaging visual display by controlling the sequence and pattern of LEDs to form an animated chasing effect, demonstrating a solid understanding of microcontroller programming and circuit design.
- Circuit design, Programming logic, Sequential control, Arduino Uno, LEDs, Resistors, Jumper wires, C++ (Arduino IDE)
Currency Converter C++ Project: Developed a user-friendly currency converter to facilitate quick and precise currency conversions for users. Implemented features to fetch real-time exchange rates using a third-party API, ensuring accuracy in calculations.
- C++, Utilized CurrencyAPI to retrieve live exchange rate data, Console-based interface for seamless user interaction.