Comments on: Connecting Arduino Uno and the JY-MCU Bluetooth module using SoftwareSerial https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/ Hobby robotics and electronics with Arduino, ESP82666 and Raspberry Pi Sun, 07 May 2017 05:21:22 +0000 hourly 1 https://wordpress.org/?v=5.6.11 By: meysam https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-208941 Sun, 07 May 2017 05:21:22 +0000 http://42bots.com/?p=576#comment-208941 Hi chief
thank u so much. this very great but i dont have Ardoino and i shoud use it with AVR controler.
con you put program with codVision or basic (bascom Avr) to help me.
please help me if you can.

]]>
By: Tom https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-172289 Mon, 25 Jan 2016 21:06:44 +0000 http://42bots.com/?p=576#comment-172289 Great tutorials you provide! I can connect to the HC-05/06 with the Android. I’m unable to connect to the HC-05 through Tera Term and send AT commands. I’ve verified that the correct com port is selected in Tera Term setup. Any help is appreciated.

]]>
By: Stan https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-169379 Wed, 02 Dec 2015 04:31:26 +0000 http://42bots.com/?p=576#comment-169379 In reply to Tom.

Hi Tom, you need to try and isolate the issue. Can you upload sketches if you disconnect the BT module from the Arduino? This error can be caused by a number of things, so it is hard to pinpoint the problem without more info.

]]>
By: Tom https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-169372 Wed, 02 Dec 2015 00:46:32 +0000 http://42bots.com/?p=576#comment-169372 Hi,

When I run the Bluetooth sketch I get the following errors:

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

Your help is very much appreciated.

Tom Evans

]]>
By: Chris https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-156808 Tue, 25 Aug 2015 03:41:19 +0000 http://42bots.com/?p=576#comment-156808 Great article! I ended up connecting the bluetooth device to the 3.3v on my arduino and it worked flawlessly. I never heard about the android app, and that was really awesome. Thanks again for taking the time to write this.

Chris

]]>
By: Mask https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-12836 Mon, 04 Aug 2014 04:56:30 +0000 http://42bots.com/?p=576#comment-12836 To clarify more: At first I suspected that the SoftwareSerial lib might have some bug. But even when I switch back to hardware Rx and Tx pin and observe the output long enough I would see similar error, or “noise” I guess. So this is, I think, an error somewhere in the analog part of my circuit. Just for some reason this error happen more often when I connect my JY-MCU into pin 2 and 4, use SoftwareSerial lib, and power my board with USB cable.

]]>
By: Mask https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-12834 Mon, 04 Aug 2014 04:27:40 +0000 http://42bots.com/?p=576#comment-12834 In reply to Stan.

Yes, Stan. Supposedly :). Supposedly I use a simple voltage divider to convert the resistance of a sensor into voltage. But in this case I just short circuit the sensor so supposedly the voltage between two leg of the “sensor” should be 0. But interestingly it sometimes has some error. Today I notice that even using battery I would have some similar error sometimes, but the error rate when using USB as power source seems to be a lot more. Anyway, this error probably has nothing to do with your configuration.

]]>
By: Stan https://42bots.com/tutorials/arduino-uno-and-the-jy-mcu-bluetooth-module-with-softwareserial/#comment-12741 Sun, 03 Aug 2014 07:47:47 +0000 http://42bots.com/?p=576#comment-12741 In reply to Mask.

Interesting… Are you reading a sensor value of some sorts?

]]>