I have a Funduino Joystick Shield (See here Funduino on Gearbeast store) which has some Bluetooth pins.
Does anyone know what pins they are connected to, and has anyone successfully connected to a BT HC-05 device using SoftwareSerial?
-
See Can I use a 6 pin Bluetooth module in a 4 pin socket?Greenonline– Greenonline2016年02月01日 06:58:30 +00:00Commented Feb 1, 2016 at 6:58
1 Answer 1
Well, it turns out that the tx/rx for the board are connected to the standard pins 0 and 1 on the Arduino. To use this, you can simply use Serial.write. Of course, remember to take of the module when trying to upload your code.....
-
You don't need to remove the board when using a Atmel 32u4 based Arduino like the Leonardo.Thomas S.– Thomas S.2016年04月01日 16:22:41 +00:00Commented Apr 1, 2016 at 16:22