Это видео недоступно.
Сожалеем об этом.

How to program the HC-06 Bluetooth module

Поделиться
HTML-код
  • Опубликовано: 4 дек 2016
  • This video will describe how to configure the HC-06 Bluetooth module using a USB to serial (TTL) cable together with a Serial Terminal program.
    Free software such as TeraTerm or Putty can be used. Simple AT commands are then used to configure the module to match your project interface.
    HC-05 Data Link:
    • HC-05 Bluetooth Wirele...
    USB to serial (TTL Uart) cable:
    www.dipmicro.co...
    USB to serial (TTL) FTDI module can also be used:
    www.banggood.c...
    AT commands:
    www.dropbox.co...

Комментарии • 150

  • @WeiminShen99
    @WeiminShen99 3 месяца назад +2

    You have the BEST video for this task on the Internet, especially your solution for the "Timing Problem" by using cut and paste!!! I have struggled for more than two days to program my HC-06 and your video made my day!! Without it, I don't think I would notice and solve this problem on my own. Thank you!

    • @0033mer
      @0033mer  3 месяца назад

      Glad it was helpful!

  • @captainboing
    @captainboing 2 года назад

    argh! even typing AT I am not fast enough but if I cut/paste, I get OK... this has been driving me mad all day... coms on the default setting worked but I had no AT session - don't like default settings so I had to change... I can now - cheers dude

  • @The1Creston
    @The1Creston 5 лет назад +6

    Thank you for the effort and time you put into this video!

  • @taraalma2
    @taraalma2 7 лет назад +1

    Excellent video. It worked for me. I used a CP2102 USB to Serial 3.3V converter and it worked nicely.

    • @0033mer
      @0033mer  7 лет назад

      Glad that it worked out for you.
      By using a 3.3v converter you do not need the voltage divider .... Have to get a CP2102 for myself.

  • @dhirendrasingh9627
    @dhirendrasingh9627 Год назад

    I am not able to write type anything on the terra term screen. Not even a single letter. Right clicking does not respond for pasting anything. I want to configure HC-06 based DSD TECH B30 RS 232 to BT serial converter. I am using CH340 USB to serial cable to connect with laptop windows 11

  • @patricknitzsche5205
    @patricknitzsche5205 4 года назад

    Hi there, I have connected the HC-06 with FTDI-adapter to my computer and tried the arduino serial monitor. I do not get any responce when entering any AT command. Weird thing is that if I connect my phone to the module and enter text in the "Bluetooth terminal" app then it shows up on my computer screen in the serial monitor. So I assume the wiring is correct. I do not know why the module is not in AT mode?

  • @ronboprime
    @ronboprime 3 года назад

    great video dude! short, sweet, simple. I subscribed specifically because you didn't ask me to. Real

    • @0033mer
      @0033mer  3 года назад

      Thanks for the sub!

  • @webmasterg3526
    @webmasterg3526 4 месяца назад

    Another very useful video - Thank You!

    • @0033mer
      @0033mer  4 месяца назад

      Welcome!

  • @marinehm
    @marinehm Год назад

    HC-06 shows up on my iPhone. When I click on it, PAIRING UNSUCCESSFUL "HC-06" is not supported. What does that mean? SO, HC-06 is just a "SLAVE" I purchased it thinking it was the Transceiver.

  • @rty1955
    @rty1955 5 лет назад +1

    Standard RS-232. Signal levels are -13v and +13v. I assume the USB cable you are using is using std TTL logic of 0 and +5v and NOT RS-232 signals
    Please confirm.

    • @0033mer
      @0033mer  5 лет назад

      The USB cable is a TTL RS232 cable that uses 0 and 5 volt logic levels. www.dipmicro.com/store/USBTTL-PL2303
      RS232 is a recommended standard originated in 1960 that has changed many times from RS-232, TIA-232, and EIA-232 with voltage levels from +/- 5 volts to +/- 25 volts. TTL RS232 is quite common today with the popular FTDI modules which you can use instead of the cable.

    • @ailivac
      @ailivac 4 года назад +1

      there is no such thing as "TTL RS232." this module uses 3.3V TTL natively (the common breakout boards accept 5V since apparently platforms like Arduino are never going to migrate away from legacy 5V signaling...), which is a different voltage and polarity and therefore completely incompatible with RS232, although look at the Garmin 18x's interface for an interesting hybrid that's sort of compatible with both.

  • @sp4c3g
    @sp4c3g 4 года назад

    amazing! i tried to conect a ttl-usb adapter PL0323 to my bluetooth headset with RDA 28 pins eeprom chip.
    the bluetooth headset have only gnd tx and rx. i tried to connect with OVC3868 software however the doenst seems connected . do i need to connect a 3.3v battery to the ttl-usb adapter ?do i need to disconnect the internat battery of the bluetooth headset? please help!!

  • @thejustmoose
    @thejustmoose 2 года назад +1

    Important notice: you have to set transmit delay int Tera Term Serial Port setup. And delay should be 1... 10. I found it in this video :) If you use default delay == 0, HC-06 module doesn't work. It reply to AT but not reply to AT+VERSION. And there is difference between AT+VERSION and AT+VERSION? :) No question mark is required *ROFL*

  • @Life2
    @Life2 2 года назад

    THX for note for 1sec window

  • @ailivac
    @ailivac 4 года назад +1

    there's another gotcha with the AT commands that's not really documented: they DON'T end in any kind of line terminator. if you send, for example, "AT+VERSION
    " with the newline within the timeout window it will not accept it. standard terminal programs are tricky to use, but something like cutecom that lets you send full lines (as opposed to character-by-character for modem/shell-oriented terminal emulators) without a terminator works easily without resorting to awkward copy pasta dances. of course it also doesn't send line terminators after the responses, so the only way to script this would be to use some ugly timeout logic.

  • @philthayer4087
    @philthayer4087 2 года назад

    Thanks! Works great without the voltage divider !

    • @noweare1
      @noweare1 2 года назад

      For the time being.

    • @mystery_1101
      @mystery_1101 11 месяцев назад

      ​@@noweare1well the Bluetooth module has a 3.3 voltage regulator.

  • @eliomarjj
    @eliomarjj 2 года назад

    how i use the IO's Pinouts?

  • @noweare1
    @noweare1 2 года назад

    Hello, I have an HC05 which i am using instead of the HC06. So I wired up the HC05 the same as in the video except I do not need the voltage divider as my usb->serial has a 5v-3.3v jumper. I am using TeraTerm and I power on, then connect the enable to 3.3v to place in AT mode. I have the slow blink which I believe confirms AT mode. I am connected via com5 and when I issue the AT command by just pasting into the teraterm but I do not receive a response. It seems straight forward enough but maybe the HC05 is still not in slave mode. Do you see anything obvious that I am missing ? Thanks

    • @0033mer
      @0033mer  2 года назад

      There are many different HC-05 modules out there so always check with your user manual.
      Basically power the HC-05 with 5 volts with 3.3 volt levels for Tx and Rx and enable pin on power up. Copy and paste AT (all caps) at 38400 baud. Check out this video:
      ruclips.net/video/R0s0W68nY7k/видео.html

    • @noweare1
      @noweare1 2 года назад

      Nvr Mind, default baud was 38400 plus had to play with line ends some.

  • @PerthBoyz
    @PerthBoyz 7 лет назад

    What happens if the phone or PC isn't picking up the Bluetooth signal,, yes it's powered up and green light just flashing fast, but it won't show up when scanning for Bluetooth. How can we fix this

  • @kieranhumphreys9331
    @kieranhumphreys9331 2 года назад

    so the HC-06 is powered and my computer says it is "paired"... however when I try to use a serial terminal to communicate with it I don't receive any data back. The terminal is configured at the right settings, not sure what the problem is otherwise. Thanks for the video!

    • @0033mer
      @0033mer  2 года назад

      Check out this video: ruclips.net/video/obMinxmezSA/видео.html

  • @enrickjulesfederico4290
    @enrickjulesfederico4290 4 года назад

    Can you also change the firmware using the usb to serial?

  • @Lexusturbo
    @Lexusturbo Год назад

    Thank you for the video and good explanation.

    • @0033mer
      @0033mer  Год назад

      Glad it was helpful!

  • @talork5876
    @talork5876 5 лет назад

    Please help. My hc06 module doesnt appear on my android phone...

  • @rursus8354
    @rursus8354 4 года назад +2

    tHAT WORKED, THANK YOU VERY MUCH!

    • @0033mer
      @0033mer  4 года назад +1

      Glad it helped!

  • @SSLDHL
    @SSLDHL 3 года назад

    Hello sir... i have a bluetooth headphone that doesn't connect with my Android TV box but connects with Android phone and works well.
    Also when i connects to an iPhone, the internet connection on iPhone gets disturbed... like every minute... 😑
    what can i do?

  • @baronturbo4895
    @baronturbo4895 2 года назад

    Is there a way to remove the pass word and program it to auto connect to another device just by it finding another Bluetooth connection?

    • @0033mer
      @0033mer  2 года назад +1

      You can do that with HC-05 modules.
      ruclips.net/video/R0s0W68nY7k/видео.html

  • @intheskfpv
    @intheskfpv 6 лет назад +1

    I can't introduce any command on the Tra Term software. Is it the cause of not use the resistors?
    Thanks.

    • @0033mer
      @0033mer  6 лет назад

      Check out this video: ruclips.net/video/obMinxmezSA/видео.html

    • @larrymoe4211
      @larrymoe4211 6 лет назад

      I think so he said you need them

  • @user-rt2nt7rd1w
    @user-rt2nt7rd1w 6 лет назад +2

    Thank you for your help 👍

  • @Dr-Shlomo-Cohen
    @Dr-Shlomo-Cohen 4 года назад

    Hi, I need to put a transmitter on the collar of my dog, so when he barks it would trigger a device in the house. I also need to keep track of the barks on an app on my phone that I will later make. What technology do you recommend? How? Thank you so much.

    • @0033mer
      @0033mer  4 года назад

      Bluetooth has limited range (~ 40 feet ) so a LORA radio link would be a better choice. You could also use IFTTT to send you notifications on your smart phone. Check out this video and other videos on LORA. ruclips.net/video/MaXBI7aILoY/видео.html

  • @user-rt2nt7rd1w
    @user-rt2nt7rd1w 6 лет назад

    HelloI have two questions:1.when you use a USB to serial cable,do you cut the db9 connector and connect the wires coming from the USB ?2.If the answer for the above is yes, how do you determine which is tx or rs ?ThanksSam

    • @0033mer
      @0033mer  6 лет назад

      1: I did not cut the db9 connector off a USB to serial cable.
      The cable I am using is meant for breadboard interfacing. The green wire is Rx and the white wire is Tx.
      You can buy them here: www.dipmicro.ca/store/USBTTL-PL2303
      2: Instead of an USB to serial cable you can use a FTDI module.

  • @xman10128
    @xman10128 4 года назад

    Any way to record a custom sound and program it onto a bluetooth control board so that custom built speakers have custom startup voice prompts?

    • @0033mer
      @0033mer  4 года назад

      The HC-06 does not support audio only SPP (Serial Port Profile )

  • @CHBKNAMRATHA
    @CHBKNAMRATHA 4 года назад

    Can we modidy the program such that.. we can remove the pin ..and one can connect to it without any permission?

    • @0033mer
      @0033mer  4 года назад

      The first time you pair to the HC-06 you enter the PIN number. After that you do not need the PIN when pairing with the same smartphone.

  • @MrVasmikey
    @MrVasmikey 3 года назад

    Sure would like to have a text file of those AT commands. Thanks for the lesson.

    • @0033mer
      @0033mer  3 года назад +1

      You're Welcome. Here is a link:
      www.dropbox.com/s/n2nav8u6j786j9u/blue.txt?dl=0

  • @philliptoone
    @philliptoone 7 лет назад +26

    The title of this video is a bit misleading. You are not really programming the module. The "program" or firmware remains the same. You are just communicating with it in AT Command mode to change the parameters.

    • @PerthBoyz
      @PerthBoyz 7 лет назад +6

      Phillip Toone welcome to RUclips, FUCK OFF and cry about titles elsewhere FUCKEN BITCH

    • @philliptoone
      @philliptoone 7 лет назад +15

      A bit triggered?

    • @DhinCardoso
      @DhinCardoso 7 лет назад +2

      I thought same! I came searching for coding for BT Module, not a "Get started with" =/

    • @K9-33
      @K9-33 6 лет назад

      Read the description box!

    • @MichalMonday
      @MichalMonday 5 лет назад +5

      It is misleading because some people are actually looking for the way to actually reprogram these modules

  • @serkanbcakc6827
    @serkanbcakc6827 7 лет назад

    Hello! I want to use my HC-06 for project but I am not sure if my phone could really connect to the module. I checked everything in my project a few times and ı m almost sure that there is nothing wrong with my circuit or coding but when ı choose hc-06 in my bluetooth list. It says it is connected and hc-6'led stops blinking in every second and starts blikning every three seconds. In videos on youtube, ı see when any device connects the module it stops blinking and led just lights.
    Is there a problem with my module or mine is just a new version?

    • @0033mer
      @0033mer  7 лет назад

      Try using a different app on your phone to connect to the HC-06. There are lots of free apps available.
      If that does not work, have a friend use his phone and try to pair with the HC-06.
      When you connect, the LED will stop blinking and stay on solid.

    • @serkanbcakc1289
      @serkanbcakc1289 7 лет назад

      0033mer I tried different apps. i made my own app on appinventor. i used at least four different phones. it pairs with the phone but it doesnt send any data to arduino. i copied and pasted different codes doing the same thing from different projects. changed the wire connections according to the projects but nothing has changed yet.

    • @0033mer
      @0033mer  7 лет назад

      Sounds like a Uart problem. Does your HC-06 baud rate match your project speed?
      Check to see that your TX and RX ports are not swapped.
      If you have a scope you can monitor the RX line for data.
      If your wiring seems to be correct you might have a bad HC-06 module.

  • @hakimkimo7196
    @hakimkimo7196 6 лет назад

    Hello sir! I'm using USB to serial cable , the voltage on the TX pin indicate -5 v but when i connect the cable to the BT module it drops to -0.7 v! ( i'm using voltage divider as you shown)

    • @0033mer
      @0033mer  6 лет назад

      1. Check that you have a good BT module and that it is operational: ruclips.net/video/obMinxmezSA/видео.html
      2 Make sure you have a USB to TTL level serial cable. There should be no negative voltage on the TX pin.
      If you have a negative voltage on the TX pin that is the wrong cable. Use a FTDI USB to serial module.
      3. Verify all circuit wiring and ensure the TX and RX connections are not reversed.

    • @hakimkimo7196
      @hakimkimo7196 6 лет назад

      I used CP2102 but the module is not responding to AT cmds, when i connect the RX and TX pins it work fine, so is there any hardware reset or any other solutions! Thnx

  • @MrGeekGamer
    @MrGeekGamer 6 лет назад

    Do you have any idea how to unpair one of these? I paired my module with my PC to test with but it appears that the module is not discoverable to any other Bluetooth masters from then on. I tried unpairing from my PC.

    • @0033mer
      @0033mer  6 лет назад +1

      Unpair the module from your PC.
      Select Bluetooth icon -> show bluetooth devices ->right click module name-> select remove.

    • @MrGeekGamer
      @MrGeekGamer 6 лет назад

      Hey there. The problem appears to be that I was trying to pair with an iPhone or an iPad. An Android, iMac and MacBook all work with the same device just fine. Very odd.

  • @stargazer6912
    @stargazer6912 2 года назад

    Thanks for the review 0033mer. Is there a way to control the power for this device? I would like to be able to turn it on and off from my transmitter.

    • @0033mer
      @0033mer  2 года назад

      If the HC-06 is powered down it cannot receive a signal to turn it on .If you are concerned about power consumption check out Reyax's low power Bluetooth modules. RYB080I.

  • @omkarsalunke8058
    @omkarsalunke8058 7 лет назад

    This is a good tutorial. however I would not suggest the voltage divider circuit. Because even though the voltage is divided, it also reduces the current., and to get a good range with a bluetooth module it is better to have as much current as possible. As the current increases, the range increases. You can get 3.3V regulator ICs instead.

    • @0033mer
      @0033mer  7 лет назад

      The voltage divider is for the Tx data line only, not the power supply. The module is powered externally by 5 volts and an internal onboard 3.3 volt regulator powers the module delivering the proper voltage/current as required.

    • @damjandjordjevic1994
      @damjandjordjevic1994 6 лет назад

      why is the divider needed, what will happen if it is not present?

  • @alifaisal9
    @alifaisal9 4 года назад

    Hi, Thanks for the video, I am trying to change the baud rate using FTDI adapter but i cannot see any command in the dialogue box when i click on send. Any help is appreciated thanks

    • @0033mer
      @0033mer  4 года назад

      HC-06 is powered with 5 volts
      Tx ans Rx lines connected properly
      Led is blinking (not paired)
      Use uppercase commands .. Try AT first, watch for OK
      Use the default 9600 baud to send commands
      Try different baud rates as 9600 may not be default.

    • @alifaisal9
      @alifaisal9 4 года назад

      @@0033mer Thanks for replying, I had try all the above nothing shows in the dialogue

    • @0033mer
      @0033mer  4 года назад

      Check your programming setup with a known good HC-06 module. If it checks out good, your original HC-06 could be bad.

  • @felixFPVDrone
    @felixFPVDrone 6 лет назад

    I do have a FTDI USB to TTL serial converter module, and have used it as I followed your video tutorial to the letter, but I recieve no response when I type " AT" nothing returns...
    the Bluetooth sends and receives data just fine... I have been able to pair it with my PC. I also made sure it was not paired before I attempted to send the "AT" or any other command. Any suggestions???

    • @0033mer
      @0033mer  6 лет назад

      Check your wiring .. make sure Tx and Rx are not swapped.
      Make sure your terminal program is working properly. Check out this video: ruclips.net/video/obMinxmezSA/видео.html
      Use capital letters when sending AT with module not paired. (LED blinking) No return is required.
      Default baud rate is 9600, but try other baud rates until you get a response.
      Try another HC-06 module.

    • @felixFPVDrone
      @felixFPVDrone 6 лет назад

      Thank you, for your response!

    • @EdwardThian
      @EdwardThian 3 года назад

      @@0033mer By "not reversed", do you mean RX to RX and TX to TX pins, instead of RX to TX and vice versa? Thanks.

    • @0033mer
      @0033mer  3 года назад

      @@EdwardThian Yes .. that is what I meant.

    • @EdwardThian
      @EdwardThian 3 года назад

      @@0033mer Thanks for your prompt reply - much appreciated. Is the voltage divider still required when connecting TX to TX and RX to RX? I'm using a USB-TTL programmer (www.banggood.com/5V-3_3V-SCM-Burning-Programmer-Automatic-STC-Download-Cable-USB-To-TTL-USB-To-Serial-Port-Function-p-1176249.html?rmmds=myorder&cur_warehouse=CN)

  • @damjandjordjevic1994
    @damjandjordjevic1994 6 лет назад

    any idea how to do this without a usb cable? I am trying to follow some tutorials using SoftwareSerial and uno, but when I type in AT nothing returns...
    the bluetooth sends and recives data just fine...

    • @0033mer
      @0033mer  6 лет назад +1

      There is a link in the description box of the USB to serial (TTL) cable that I am using.
      You can also use a FTDI USB to TTL serial converter module which is basically the same as the cable:
      www.banggood.com/FT232RL-FTDI-USB-To-TTL-Serial-Converter-Adapter-Module-For-Arduino-p-917226.html?rmmds=search&cur_warehouse=CN
      Make sure your TX and RX lines are not reversed, commands in UPPER case and use copy/paste, BT module is not paired to anything and use default baud rate.

    • @damjandjordjevic1994
      @damjandjordjevic1994 6 лет назад

      ty for the quick reply, but I dont have the cable, and I don't NEED to change the settings, but it would be nice if I could(so not gonna buy a usb converter. ). I do have an arduino uno sitting around.
      I had an idea of using it, to forward the commands from my pc to hc06.
      any suggestions/pointers?

    • @0033mer
      @0033mer  6 лет назад +3

      OK ... You want to use the USB to serial converter onboard the Arduino UNO.
      To do this you need an UNO with the ATmega328p microcontroller in a DIP socket. (Not SMD version)
      Remove the microcontroller from the socket.
      Connect pin labelled RX on UNO to voltage divider then to the RX pin on the HC-06
      Connect pin labelled TX on UNO to TX pin on HC-06.
      Connect grounds from UNO and HC-06 together.
      Connect UNO to computer using USB cable and run serial terminal software to program HC-06 with AT commands.

  • @srikanthacharya8999
    @srikanthacharya8999 6 лет назад

    I am having an issue with my bluetooth HC-06 module (It's the one with ZS-040 board) . I have followed the instruction as stated in the video. But I am not able to get it in to AT mode at all. I have double checked all my Tx, Rx Vcc and GND connections but with no luck. The LED keeps blinking at a fast pace with and without the voltage divider circuit( Like even when I connect it directly to the FTDI cable) . I am able to communicate with the module using my phone using blutooth terminal software in the pairing mode. But whatever I do, I am not able to get it in to AT mode. I also tried shorting the Vcc to Pin 34 and the LED blink rate reduces to once in 2 sec, But It never gets in to AT mode. I also tried all baud rates , but with no results in any. Any help from anyone would be appreciated. Thanks.

    • @Life2
      @Life2 2 года назад

      It will not react if you will print commands manually. It has very short command window. Copy paste or use Arduino SDK's Port Monitor

  • @hunterpruett5455
    @hunterpruett5455 4 года назад

    whenever I send a command to the HC06, I just get the same command back. E.G. I send AT, the module replies with AT. If i send AT+VERSION, the module replies with AT+VERSION. How can i fix this?

    • @0033mer
      @0033mer  4 года назад

      Check the configuration of your serial terminal program. Sounds like your local echo is turned on.

  • @matiknik
    @matiknik 4 года назад

    Can you pair two HC-06 Slave bluetooth modules?

    • @0033mer
      @0033mer  4 года назад

      No .. they are "slave" only devices. You can pair two HC-05 modules.
      ruclips.net/video/R0s0W68nY7k/видео.html

  • @SohailKhan-nn1cx
    @SohailKhan-nn1cx 3 года назад

    Isnt Hc 06 supposed to be a transceiver rather than the slave?

    • @0033mer
      @0033mer  3 года назад +1

      All Bluetooth modules are transceivers. A slave cannot pair to another slave. A master like the HC-05 can pair to a slave (HC-06). ruclips.net/video/R0s0W68nY7k/видео.html

  • @markgreco1962
    @markgreco1962 4 года назад

    Can you make it connect automatically to an MAC address? I have a Bluetooth multimeter from OWON

    • @0033mer
      @0033mer  4 года назад

      Not with the HC-06 bluetooth module. You can make it work with the HM-11 v4.0 BLE.
      hackaday.io/project/12922-bluetooth-data-owon-b35t-multimeter

    • @markgreco1962
      @markgreco1962 4 года назад

      0033mer that is exactly what I’m working on. This HM-11 module doesn’t work the same anymore or at lease since he did the project. I have been on this for 3 weeks now with no luck. Seems like the ROLE command screws the whole thing up. I thought I was on to something with AT+CO00xfffe MAC address
      Some of his commands are not used anymore. Any nudge in the right direction would be great.

    • @0033mer
      @0033mer  4 года назад

      Keep looking online for a Bluetooth module capable of MAC addressing programming.
      www.tinyosshop.com/datasheet/Tinysine%20Serial%20Bluetooth4%20user%20manual.pdf

    • @markgreco1962
      @markgreco1962 4 года назад

      0033mer thanks ordering one today!
      Bluetooth 4.0 HM-10 BLE Module Logic Level Conversion/Anti for Arduino www.amazon.com/dp/B07TF9YL9Y/ref=cm_sw_r_cp_api_i_3Zp6Db729A246

    • @markgreco1962
      @markgreco1962 4 года назад

      Using the BLE Scanner i get this.
      There is only one that has a Notify "N" and its this..
      CUSTOM CHARACTERISTIC
      UUID:0000FFF4-0000-1000-8000-00805F9B34FB
      Properties: NOTIFY
      Value:[x]
      Hex: 8x19F00400B901 !!!!!THIS NUMBER CHANGES WITH MULTIMETER VALUES
      !!!!!
      Client Characteristic Configuration
      UUID:0x2902
      Notifications enabled
      Characteristic User Description
      UUID:0x2901
      I have tried to set the module to AT+UUID0xFFF4 Thinking this would solve all my problems,I get the same trash readings. Do i have to set the UUID to a different setting???? I said earlier that the BLE Scanner is seeing the data by the changes in the hex.

  • @TheMidlifeIntrovert
    @TheMidlifeIntrovert 6 лет назад +1

    Here is a question for anyone...
    If I was to send ASCII character via my com port to this Bluetooth module, would the device paired to it display the characters sent from my terminal program?
    I have an idea to control an Apple TV box with a third party controller and figure this should work...

    • @0033mer
      @0033mer  6 лет назад

      Check out these videos:
      ruclips.net/video/obMinxmezSA/видео.html
      ruclips.net/video/vujA09PdsuQ/видео.html

  • @minhnghiale7894
    @minhnghiale7894 7 лет назад +1

    Thank you

  • @ashwinthomas5286
    @ashwinthomas5286 5 лет назад

    Sir , can I upload data on cloud using Bluetooth module?

    • @0033mer
      @0033mer  5 лет назад

      Yes you can if you have a gateway device to gain access. You could use your smartphone as a gateway.
      os.mbed.com/blog/entry/Connecting-BLE-devices-to-the-cloud/

  • @meicute9693
    @meicute9693 5 лет назад

    Do you have windows ui to program that bluetooth module?

    • @rursus8354
      @rursus8354 4 года назад

      He used putty. I use serial monitor in Arduino IDE. Works better: no copy/paste needed.

  • @gamernekill2588
    @gamernekill2588 4 года назад

    Bro pls help me will it receive audio or not pls tell

    • @0033mer
      @0033mer  4 года назад

      The HC-06 does not support audio.

    • @gamernekill2588
      @gamernekill2588 4 года назад

      @@0033mer tq bro

    • @gamernekill2588
      @gamernekill2588 4 года назад

      @@0033mer does hc-05 support audio

    • @0033mer
      @0033mer  4 года назад

      The HC-06 does not support audio. You need a bluetooth module with MP3 decoding like the Keensoyax3bezc65. Check online for other similar modules.

    • @gamernekill2588
      @gamernekill2588 4 года назад

      @@0033mer bro pls help can we download Android and windows on raspberry Pi 4 pls tell

  • @JRBElectronics
    @JRBElectronics 5 лет назад

    please make a video for sterio Bluetooth headset with mic.

  • @Apukatodi
    @Apukatodi 6 лет назад

    Got a problem with HC-06 module. My module responds to my AT commands through the arduino, but wont show up on any device. So far i have tried 3 phones, laptop and a BT module to my PC. Anybody got any ideas?

    • @K9-33
      @K9-33 6 лет назад

      Sounds like the radio section of the module is bad. Use a different HC-06 module in the same circuit setup to verify the problem is a faulty radio.

    • @Apukatodi
      @Apukatodi 6 лет назад

      Thanks for the tip, will look into it

  • @andraniksanoyan
    @andraniksanoyan 2 года назад

    Nice, thanks

  • @gamersjug3876
    @gamersjug3876 5 лет назад

    How do I get bluetooth on my PC Desktop.

    • @rursus8354
      @rursus8354 4 года назад

      If it isn't already inbuilt, you have to buy a Bluetooth dongle.

  • @terrylay
    @terrylay 6 лет назад +1

    SURE HELPED ME big thanks HA IM STILL IN CAPS LOCK

  • @user-hp1pw6wx8l
    @user-hp1pw6wx8l 7 лет назад

    Please, how I can program the HC-05 Bluetooth module ??

    • @0033mer
      @0033mer  7 лет назад

      Check out this video:
      ruclips.net/video/R0s0W68nY7k/видео.html

    • @dabupk3807
      @dabupk3807 7 лет назад

      i am using fdti232 board
      i cant do that
      what should i do ?

    • @0033mer
      @0033mer  7 лет назад

      The FTDI board should also work.
      It is basically the same as my USB to serial cable.
      Verify the FTDI board, check for correct driver, connect TX to RX and check for echoed characters.
      Verify HC-06 operation. Pair to it, connect TX to RX and check for echoed characters.
      Check out this video: ruclips.net/video/obMinxmezSA/видео.html

    • @dabupk3807
      @dabupk3807 7 лет назад

      i have connected everything correctly and also have installed the driver correctly
      there is a pin on my FTDI board labeled as DTR
      whats that?
      i would be grateful if you reply me in my email
      abdulsamaddabu@gmail.com

    • @dabupk3807
      @dabupk3807 7 лет назад

      and also i have echoed characters
      the Bluetooth module is working perfectly fine

  • @programmingwithardit6619
    @programmingwithardit6619 6 лет назад +1

    thanks !!!!

  • @user-tu8hk1iz6s
    @user-tu8hk1iz6s 3 года назад

    What you showed in the video is called a configuration.

    • @0033mer
      @0033mer  3 года назад

      Read the description box.

  • @sergiofranciscomayoralcruz8037
    @sergiofranciscomayoralcruz8037 5 лет назад

    te saltas te un diamante minuto 5

  • @xKUMAxMU
    @xKUMAxMU 5 лет назад

    i though that the video will be how to program the micro controller but it was just how to programming by AT comands

    • @0033mer
      @0033mer  5 лет назад

      Yes .. that is correct. Check out the description box.

  • @user-fq6ef8gd4c
    @user-fq6ef8gd4c 5 лет назад

    hc06 need a to instal library on arduino

    • @edgar9651
      @edgar9651 5 лет назад

      No! Just connect it to the serial TX and RX pins.

  • @ai-ia_win
    @ai-ia_win 6 лет назад

    hc06 如何回復出廠值出廠的鮑率,已經無法輸入AT了

    • @0033mer
      @0033mer  6 лет назад

      If you changed the default baud rate from 9600 to another value and later forgot what that value was, then you have to try them all using a serial terminal program. Go through all the speeds typing AT on each baud setting until you get a response. There is a configuration tool that is available that will do that automatically:
      www.windows7download.com/win7-bluetooth-module-configuration-tool/npkogstg.html

    • @ai-ia_win
      @ai-ia_win 6 лет назад

      THANK YOU

  • @rafaelhadjicharalambous2855
    @rafaelhadjicharalambous2855 3 месяца назад

    na se kala koumpare