I received 3 qwiic buzzers yesterday and ran the example, but I couldn’t use it.
First, I ran Example_05_ChangeI2CAddress on Redboard to test changing the I2C address, but
I received the following message.
==========================================================
Character received, and device address is valid!
Attempting to set device address to 0x5B
Device address set failed!
Device will connect on new I2C address!
Scanning…
I2C device found at address 0x01 !
I2C device found at address 0x02 !
I2C device found at address 0x03 !
.
.
I2C device found at address 0x7C !
I2C device found at address 0x7D !
I2C device found at address 0x7E !
done
And I also ran Example_01_Buzz example on Redboard,
but it doesn’t work. I see “Device did not connect! Freezing.” message.
if (buzzer.begin() == false) {
Serial.println(“Device did not connect! Freezing.”);
while (1);
}
Is there anything else I need to do to use this example code?
Or is there a way to check if this is a problem with this qwiic buzzer parts(H/W)?