can we control rn52 with arduino????

Hello! I’m student in korea. I have a question.

First, we use SparkFun Audio Bluetooth Breakout - RN-52.

We are working on a project to control rn52 with Aduino. We succeeded in viewing the instructions and executing the command in the command mode of rn52. But we have failed to write these commands in the code of Aduino.

So we want to know if our knowledge is lacking or if this product cannot handle.

In conclusion, can you control this product as an aduino source?

If you can control it, can you tell me how?

Hi atom.

Unfortunately we don’t have any Arduino code for controlling the RN-52, but it is possible to do. You’d need to have the Arduino duplicate the transmissions you were sending from a serial terminal and program the Arduino to listen for responses back from the RN-52 and then decide what action to take given the response it receives.

I did find a library that might help you. We haven’t tested it but it might be a good starting point for you. The link below will direct you to that.

  • - [https://doayee.co.uk/bal/library/](https://doayee.co.uk/bal/library/)
  • @atom3586,

    This may be a little late for you, but I got mine to work using a modified version of the ‘send with start and end markers’ example in this forum: https://forum.arduino.cc/index.php?topic=396450.0

    The whole forum is super informative for any communication with the arduino