Bluetooth Shield Project

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
RXB974
 
Posts: 1
Joined: Wed Dec 29, 2021 10:51 am

Bluetooth Shield Project

Post by RXB974 »

Hello,
I'm currently using the Adafruit Bluefruit LE Shield on Arduino Mega2560. They are both connected via stacked headers.

To test the product, I have used the example "atcommand" code.
I have altered the SPI pins accordingly (pins 50-52 for MISO, MOSI and SCK respectively).

Still, every time I'm trying to run the code, it cannot do a factory reset.
When trying, the serial monitor creates a string "⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮". It's repeated every couple of seconds for at least a minute.

The shield itself blinks red near the MODE led, if that helps.
I have no clue what am I doing wrong, any help would be welcome!

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Bluetooth Shield Project

Post by adafruit_support_mike »

RXB974 wrote:When trying, the serial monitor creates a string "⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮⸮". It's repeated every couple of seconds for at least a minute.
That looks like a Serial baudrate mismatch.

As a sanity check, make sure your Serial Monitor matches the baudrate in your code.

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”