Arduino HC-05: Bluetooth Module Configurator w/UNO R3 & Basic AT Commands [Tutorial]

  Рет қаралды 64,321

Paul Marriott - CHANNEL of STUFF

Paul Marriott - CHANNEL of STUFF

Күн бұрын

Пікірлер: 79
@sauali
@sauali 10 ай бұрын
finally! I wasn't getting any response to my AT commands then I plugged in the Bluetooth module after starting the Arduino. It worked.
@dominikjantschgi4987
@dominikjantschgi4987 9 ай бұрын
ive been waiting for this my whole life... THANK YOU!!!!!!
@alexandersoltys8738
@alexandersoltys8738 4 ай бұрын
Working! I had problem with answering my commands but i reset it by unpluging from GND and plugin it back while holding little black button on HC-05 and after that it was answering to my commands. Thanks.
@Tiparium_NMF
@Tiparium_NMF 2 жыл бұрын
I'm not sure what I'm doing wrong here, but I'm just not receiving any responses from the Serial Monitor. The code compiles and uploads, the HC-05 is blinking, so it's at least receiving power. I have set the Serial Monitor to the correct baud rate. One thing worth noting is when I compile, I have verbose on, and it includes a message saying *Overriding Baud Rate : 115200.* Could this be the issue? Edit: For some reason there are also a bunch of missing character squares and backwards question marks at the beginning of the lines where it asks for AT commands in the Serial Monitor. Edit 2: I got it working by pulling Arduino power, pressing and holding the small button on the HC-05, and *while still holding the button*, plugging Arduino power back in. It now responds to commands as I would expect.
@Howchon
@Howchon 2 жыл бұрын
Thanks!
@midnighthighwaycasettedust9940
@midnighthighwaycasettedust9940 2 жыл бұрын
I GOT THE SAME ISSUE AND IT STILL DOESNT WORK HELP
@Howchon
@Howchon 2 жыл бұрын
@@midnighthighwaycasettedust9940 Did you try his edited procedure? : I got it working by pulling Arduino power, pressing and holding the small button on the HC-05, and *while still holding the button*, plugging Arduino power back in. It now responds to commands as I would expect.
@midnighthighwaycasettedust9940
@midnighthighwaycasettedust9940 2 жыл бұрын
@@Howchon YES ı did that, ı also tried switching rx and tx too. no respond whatsoever
@midnighthighwaycasettedust9940
@midnighthighwaycasettedust9940 2 жыл бұрын
@@Howchon ım sure the module is in the at mode because it blinks slowly, also ı tried ther methods like making pin32 high so it gets at mode, it does get in to the at mode but the console doesnot respond to me pls help
@kevhartin
@kevhartin 11 ай бұрын
The best Arduino Bluetooth video I have watched so far... I'm about to troll your channel fo some more gems!!!😁
@apbosh1
@apbosh1 2 жыл бұрын
Thanks for the video. I thought this module has 3.3V logic levels and the arduino IO is at 5V so you need to use a voltage divider on the TX RX lines? It's been ages since i used it so thats why i'm here. thanks for the refresher.
@DontMindRick
@DontMindRick 6 ай бұрын
How did you make it work?
@TheSliMeee
@TheSliMeee Жыл бұрын
I do exactly as said in the video, as well as holding the little button on the HC-05 module while powering up the arduino and releasing it after to get it in the AT state. I end up getting an OK response the the single AT command, but when I put another command such as AT+ADDR I get the error message "ERROR: [0]". Anyone who can help?
@RescueTracker112
@RescueTracker112 8 ай бұрын
I got the solution. At least for me. I didnt had a HC-05. I have BC352 and used the Baud rate 9600. Changed it in the code and in the serial monitor. Now it works
@sahilsagar173
@sahilsagar173 3 ай бұрын
In interfaceing diagram the tx and rx are not connected properly
@alexanderbeuerle4488
@alexanderbeuerle4488 3 ай бұрын
Hello there, thank you for the great video. I could only get it partially working and I wanted to ask for some help. When I type AT, it will send the OK message but when I try anything else it says error{0} My baud rate is set to 38400 and instead of setting a pin to high I just plug EN into 5V which is within the range for my HC05. Any Idea why this is happening?
@alexanderbeuerle4488
@alexanderbeuerle4488 3 ай бұрын
It will also only say "OK" if I have it set to "Both NL & CR"
@Purplerabbitstudios5139
@Purplerabbitstudios5139 Жыл бұрын
Hello Paul, thanks for video. Though I am sending AT command, but there is no reaction. No reaction at all. Can't understand the reason. BT module seems to operate normally. Why it can be happening?
@icejester6832
@icejester6832 Жыл бұрын
Getting this exact problem.
@tigabudakmalasia7823
@tigabudakmalasia7823 11 ай бұрын
SAME, ME TOO.😭
@mr.murica9571
@mr.murica9571 2 жыл бұрын
So I am working on a school project and have the exact board you got at 0:35 except we put another board on top that has pins that slide onto both sides of the bottom board. I’m not sure what we placed on top but there are 12 pins with Bluetooth written next to them and I’m trying to figure out what I need to get to plug into it. Any help or suggestions would be appreciated EDIT: the board we placed on top was a FunduMoto L298P Motor Driver Shield. It apparently has two bluetooth connections so I guess 6 pins for each connector. Cant find anything to attach to get the Bluetooth
@ChahatBhardwaj-l3p
@ChahatBhardwaj-l3p Жыл бұрын
I used to have the same problem but you can use 3 ways to avoid it First you can use a breadboard Second you can solder it to the motor driver Third you can use another motor driver for the same
@mr.murica9571
@mr.murica9571 Жыл бұрын
@@ChahatBhardwaj-l3pappreciate it. This was for physics class and none of us have ever done anything like this, nor do we know any coding, let alone C++. He told us to figure it out lol
@elytra_gg
@elytra_gg 3 ай бұрын
If it doesn't work for you: 1. Make sure the HC-05 slow blinks, if it slow blinks, remove the pins and then insert the pins on the hc05 whilst holding the button 2. Make sure to use commands like: AT+COMMAND? the ? is very important
@3goldfinger
@3goldfinger Жыл бұрын
Just not working, keep getting error (0), can't find a solution to the problem.
@RescueTracker112
@RescueTracker112 8 ай бұрын
I got the solution. At least for me. I didnt had a HC-05. I have BC352 and used the Baud rate 9600. Changed it in the code and in the serial monitor. Now it works
@ironbondar
@ironbondar 4 ай бұрын
AT+ADDR? - don't forget about question mark
@bobmansfield6859
@bobmansfield6859 2 ай бұрын
Nice Video Paul, thanks . I had been trying for hours to get the modules configured using an Arduino UNO and connecting directly to the HW UART, but never had any luck. Even with your approach, I have found, (as have others it appears) that I must power cycle the modules AFTER powering the Arduino, otherwise I get no responses to AT command,
@adilfarooq1430
@adilfarooq1430 2 жыл бұрын
Hi, did you face any delay in receiving signals to the hc05. I am getting delayed signals and at time it jams. What can be the issue?
@muhibali205
@muhibali205 Жыл бұрын
following
@bkcganeshblogs
@bkcganeshblogs Жыл бұрын
After setting up baudrate.can I now use 0 and 1 for rx and TX or I have to use 10 and 11 for rx and TX for my upcoming projects. Pl help
@Latter-Day-Aint
@Latter-Day-Aint 7 ай бұрын
I know this answer is probably a year past when you needed it, but you can use the TX and RX pins on the Arduino board. However, I'd recommend using an alternate if available since it causes errors to upload sketches by usb if you have another connection such as Bluetooth or any serial device.
@karthikeyant16
@karthikeyant16 28 күн бұрын
Great video dude! Thanks for this
@msthepro
@msthepro 10 ай бұрын
For fixing the error you have to remove the jumper wire at the left/right most wire. I will work 👍
@msthepro
@msthepro 10 ай бұрын
Remove the key one.
@d10liveff
@d10liveff Жыл бұрын
sir i was getting an error:[o] if i give the commands other than AT could u plz tell me the solution for this ?!
@Barryd57
@Barryd57 3 ай бұрын
It works with pin 9 attached. I can change the name. It only works at 9600 baud which is OK. I can connect with my Android phone, password 1234, but then it disconnects after 5 seconds. Any assistance is appreciated.
@LazyOwl77
@LazyOwl77 8 ай бұрын
is it aright to connect RXD directly to arduino port? the port provides 5V meanwhile the RXD on the module says LEVEL: 3.3V
@Latter-Day-Aint
@Latter-Day-Aint 7 ай бұрын
The HC-06 needs to work at 3.3V or you could fry it. I think the HC-05 can handle 5V but I've been cautious and running at 3.3V. The Arduino board has a regulator that steps down from the 5V from USB to 3.3V if needed.
@madladdan
@madladdan Жыл бұрын
I cant detect my module with my pc? Not showing up on windows BT
@38.ngovantuan36
@38.ngovantuan36 8 ай бұрын
i need youu, i can't conect HC_05 with my phone
@TechnoEveryday
@TechnoEveryday 2 жыл бұрын
🆒 Thank you so much for uploading this video. 👍👍👍👍👍 What's meant by level 3.3V at the back of the module?
@savalioanananimus
@savalioanananimus Жыл бұрын
How much voltage do all the pins accept/output, except for the power pin
@fourknotsnowhere
@fourknotsnowhere 2 жыл бұрын
any idea how i fix this error? when it try to flash it just stops here. ive been at it for several hours and im about to give up avrdude: stk500v2_getsync(): timeout communicating with programmer
@manuelboada8470
@manuelboada8470 Жыл бұрын
could be the baud rate
@bkcganeshblogs
@bkcganeshblogs Жыл бұрын
Remove the cable and connect
@sipasevenessek
@sipasevenessek 11 ай бұрын
It just says empty squares and it wont answer me it doesnt say anything but empty squares
@AzoneTheMighty-g2w
@AzoneTheMighty-g2w 4 ай бұрын
Its because of your baud rate
@sipasevenessek
@sipasevenessek 4 ай бұрын
@@AzoneTheMighty-g2w thank youuuu
@Aswath-i1p
@Aswath-i1p 3 ай бұрын
I recommend using hco6 though lower cost and worth it cuz the ble very easy to fry
@shaknit
@shaknit 2 жыл бұрын
I have a version 4.0 and cant get it to work. No datasheet available. Any suggestions,
@jeremyed9507
@jeremyed9507 2 жыл бұрын
Try baud rate of 9600 for both
@danbrit9848
@danbrit9848 3 ай бұрын
has anyone tryed connecting two of these on one Arduino...i need two input and output sources
@domosthenes
@domosthenes Жыл бұрын
I did everything that was on this video and I can't enter any commands, this is getting old.
@bababoyynpc5349
@bababoyynpc5349 Жыл бұрын
I have the same problem the command are sent but nothing happens pls help
@domosthenes
@domosthenes Жыл бұрын
@@bababoyynpc5349 I got it to work using another app
@feeldulfo9387
@feeldulfo9387 Жыл бұрын
@@bababoyynpc5349 same problem, help plss
@lukea6166
@lukea6166 Жыл бұрын
Thanks Paul!
@Ytb1640
@Ytb1640 23 сағат бұрын
Thankyou so much
@fernandohood5542
@fernandohood5542 Жыл бұрын
It is unfortunate that those libraries hide so much from you. Sending text to a slave would be handy.
@Si-uy8qg
@Si-uy8qg Жыл бұрын
THANK YOU VERY FUCKING MUCH I LOVE YOU
@anhnhat3928
@anhnhat3928 Жыл бұрын
AT ERROR ?? WHAT ?HELP . OH MY SHOST. HELP MY.
@hamzaben3804
@hamzaben3804 Ай бұрын
nice
@zofmod
@zofmod 2 жыл бұрын
You can connect multiple HC-05s with kzbin.info/www/bejne/n36onmaHp7VmbbM
@PietDeboer-py9fm
@PietDeboer-py9fm 8 ай бұрын
thanks all lot please go on grreeds from holland
@felipe08z59
@felipe08z59 6 ай бұрын
THXXXXXXXXXXX
How to Pair HC-05 Bluetooth Modules
5:07
PatchBOTS
Рет қаралды 262 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 549 М.
Bluetooth Car Control using L293D Motor and HC-05
9:11
Lee Curiosity
Рет қаралды 9 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,3 МЛН
Arduino MASTERCLASS | Full Programming Workshop in 90 Minutes!
1:25:31
Programming Electronics Academy
Рет қаралды 2,8 МЛН
Using AT Commands to Set Up Your Bluetooth Module : HC-05 and HC-06
14:39
You can learn Arduino in 15 minutes.
16:34
Afrotechmods
Рет қаралды 10 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН