BlueTooth_Control
BlueTooth_Control
tooth Terminal
Aim
To send the status of the push button to Bluetooth application using UART Communication
Components Required
1.Discovery Board - STM32F407VG-DISC1
2. Bluetooth terminal hc-05
3.Blue Tooth application- to be installed in Android Mobile
4.Leds or D.C Motor or Relay
Application Required
Install Serial Bluetooth terminal application in Android Mobile
/**
* @brief The application entry point.
* @retval int
*/
int main(void)
{
/* USER CODE BEGIN 1 */
/* MCU Configuration--------------------------------------------------------
*/
OUTPUT
1. Send Character ‘O’ from Blue Terminal Application and you can see the
motor is ON.
2. Send Character ‘X’ from Blue Terminal Application and you can see the
motor is OFF.