Arduino Communication between HC05 Bluetooth Module as Master & Slave

  Рет қаралды 14,847

StechiezDIY

StechiezDIY

Күн бұрын

In this video we will see how to communicate between HC05 Bluetooth Modules.
Code:
github.com/ste...
Required Components and its links are :
Breadboard - www.banggood.i...
Jumper Wires - www.banggood.i...
Oled Display - www.banggood.i...
Arduino Nano - www.banggood.i...
Arduino Uno - www.banggood.i...
Arduino Pro Mini - www.banggood.i...
Arduino Mega2560 - www.banggood.i...
Breadboard - www.banggood.i...
Other Useful Videos
Arduino LCD tutorial : • Interfacing Arduino wi...
Arduino based Clock : • Arduino Uno based Cloc...
Arduino Basics Explained : • Arduino Tutorials | Ar...
#arduino
#arduinohc05
#arduinobluetooth

Пікірлер: 12
@Seifsstudying-wq2nv
@Seifsstudying-wq2nv 5 ай бұрын
Thank you so much sir, out of all the HC-05 pairing forums and videos on the internet, you are the only one who solved my problem!!!
@Manon-xs2fj
@Manon-xs2fj 4 ай бұрын
thank you for the video (and the link to the code :) ) . Where do you find the Slave adresse that you put in the master's program?
@nicolasguanoluisa552
@nicolasguanoluisa552 4 ай бұрын
you need to use the AT comand, AT+LADDR?, some HC-05 give you this ERROR(0), i use this code to use the AT code:#include SoftwareSerial BTSerial(2, 3); // RX | TX void setup() { Serial.begin(9600); BTSerial.begin(38400); Serial.println("Sending AT+LADDR command to HC-05..."); sendATCommand("AT+LADDR?"); } void loop() { if (Serial.available()) { BTSerial.write(Serial.read()); } if (BTSerial.available()) { Serial.write(BTSerial.read()); } } void sendATCommand(String command) { BTSerial.println(command); delay(1000); while (BTSerial.available()) { Serial.write(BTSerial.read()); } }
@stepal3887
@stepal3887 4 ай бұрын
Hi, can I use the same device as Master to receive a command (e.g. swtch on a motor) from a different device like a remote controller and then translate that command in an analog signal (e.g. open the circuit to power the motor)? Thanks.
@njan1242
@njan1242 Жыл бұрын
Which type of arduino is it
@maskeddagyt3348
@maskeddagyt3348 11 ай бұрын
arduino nano
@arduinobasics5556
@arduinobasics5556 2 жыл бұрын
when i saend a message its just giving ???? mark
@RNEI_DarshanM
@RNEI_DarshanM 2 жыл бұрын
In tht case chane ur baud rate
@danger0679
@danger0679 2 жыл бұрын
Same here. Have you figured it out ?
@arduinobasics5556
@arduinobasics5556 2 жыл бұрын
@@danger0679 yah i solved it interchange TX and Rx on both Arduino and it will work For me it worked I used this video to make gesture control car But there is some problem configuring adxl345 Do you have any idea about its code
@danger0679
@danger0679 2 жыл бұрын
Thank you very much for responding. I will do as you suggested. I am just beginner in arduino, but in future if I come across any solution to the code you're getting I will keep you posted.
@arduinobasics5556
@arduinobasics5556 2 жыл бұрын
@@danger0679 no problem
Arduino Programming: PlatformIO & VS Code Guide
8:02
StechiezDIY
Рет қаралды 7 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 32 МЛН
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 46 МЛН
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 105 МЛН
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 618 М.
Using Inexpensive 433 MHz RF Modules with Arduino
29:50
DroneBot Workshop
Рет қаралды 567 М.
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
I tried the 3 Cheapest Arduino Alternatives! (That you Suggested)
13:21
Arduino HC-05: Bluetooth Module Configurator w/UNO R3 & Basic AT Commands [Tutorial]
13:04
Paul Marriott - CHANNEL of STUFF
Рет қаралды 55 М.
Bluetooth HC-05 Modules - How to PAIR & Transmit/Receive  DATA
18:32
Saravanan AL
Рет қаралды 116 М.
Life hack 😂 Watermelon magic box! #shorts by Leisi Crazy
00:17
Leisi Crazy
Рет қаралды 32 МЛН