Connect the I2C LCD to the Arduino Uno (VCC, GND, SDA, SCL). Use an I2C scanner sketch to confirm your LCD address (0x27, 0x3F, etc.). You can find I2C scanner codes online. After sending the request, ...
Every code here should run on every arduino board without problems. The sketches rely solely on the tone() function from Arduino, so the sounds are all monophonic. On the bright side, libraries are ...