You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the source code for an Android application developed to communicate with the Arduino Bluetooth Module HC-05. The application was part of a hardware lab project and has been customized from existing code to suit specific project requirements.
Arduino-CSharp user interface is an example of Bluetooth control. The user interface, programmed in C#, sends data to an Arduino connected with a Bluetooth module. Based on the received data, the Arduino controls two LEDs, turning them on or off.