About 9,900 results
Open links in new tab
  1. All about HC-05 Bluetooth Module | Connection with Android

    Oct 28, 2021 · Ever wanted to control your Mechanical Bots with an Android Phone or design the robots with custom remote, here in this tutorial we will learn about a Bluetooth Module HC-05 …

  2. Arduino From Android Over Bluetooth : 11 Steps - Instructables

    Arduino From Android Over Bluetooth: As my first instructable, I'd like to show how to connect to an arduino for I/O from an android device quickly and easily. For the following steps we'll …

  3. Interfacing HC-05 Bluetooth Module With Arduino

    In this project, we'll learn how to interface an HC-05 Bluetooth Module with an Arduino Uno. We'll establish a communication link between an Android smartphone and the Arduino, using HC-05 …

  4. Android Aplication for Robot Control Using HC-05 and Arduino ( Android ...

    HC-05 Bluetooth Connection: Arduino => HC-05. 5V => VCC. GND => GND. 7 => TXD. 8 => RXD . We are not using port tx rx arduino, so we can check bluetooth data in Serial Monitor.

  5. Arduino and HC-05 Bluetooth Module Complete Tutorial - How …

    In this Arduino Bluetooth Tutorial we will learn how use the HC-05 module for controlling Arduino via Bluetooth communication. You can watch the following video or read the written tutorial …

  6. Sending data to smart phone using hc-05 Bluetooth module

    In this tutorial, we will learn to send sensor data from an Arduino to our smart phone. To receive the sensor data, we will use The Arduino Bluetooth Terminal (click here to download). Many …

  7. HC-05 Bluetooth Module Interfacing with Arduino - Hackaday.io

    In this project, we will establish wireless communication between an Arduino board and smartphone using the HC-05 Bluetooth module. This project is ideal for beginners looking to …

  8. Interfacing HC05 Bluetooth Module with Arduino - Last Minute …

    Learn to interface HC-05 with Arduino including hardware overview, pinout, wiring, Arduino code, connecting to the smartphone and Bluetooth-controlled relay project.

  9. How to Interface HC-05 Bluetooth Module with Arduino Uno

    Apr 17, 2025 · This tutorial by Regent Electronics will walk you through everything you need to know about the HC-05 Bluetooth module, from its basic features to interfacing it with Arduino …

  10. Basic Bluetooth communication with Arduino & HC-05

    Jul 3, 2021 · Establish a BT connection, send command to turn LED on and off and check the status of the LED.