Arduino Mega 2560 + BT Shield

Dear customer,



The Blutooth Shield is not supported by Arduino/Seeeduino Mega, as you can see the features on the product page. It can only be used with Arduino or Seeeduino.



Let me tell you why Mega is not supported. As the Software serial library can not support baud rate of 38400. So you can not use that directly for Bluetooth Shield.

But there’s still two way that you can make that:

  1. Use the hardware serial of Mega directly to communicate with Bluetooth Shield.
  2. Change the baudrate of Bluetooth Shield first down to 9600, and then you can use the Software serial.



    Hope it helpful to you, and let me know if you have any questions.