This Android project provides functionality to control the BUSH CDVD2258DU DVD player using Android devices equipped with IR (Infrared) blasters. It allows users to send remote control commands to the DVD player from their mobile devices.
- Control DVD player using an Android phone or tablet with an IR blaster.
- Customizable button commands via configuration.
- Simple and intuitive user interface built with Jetpack Compose.
To use this project for your own needs, you can reassign the corresponding button codes by modifying the hexcode field in the configuration file located at: assets/commands.json
Simply replace the existing hex codes with the codes for your specific device or customize the button functionality to your preference.
- Jetpack Compose for building the user interface.
- ConsumerIrManager for sending infrared commands.