2

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?

Greenonline
3,1527 gold badges36 silver badges48 bronze badges
asked Jan 30, 2016 at 19:40
1

1 Answer 1

2

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.....

answered Jan 31, 2016 at 22:15
1
  • You don't need to remove the board when using a Atmel 32u4 based Arduino like the Leonardo. Commented Apr 1, 2016 at 16:22

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.