Logo Breath

Control the breathing light effect of the Logo (LED) on the Robduino expansion board.

Device connection

Hardware connection

Use a Type-B data cable to connect the Arduino Uno and the computer.

Software connection

Open the "Arduino IDE" software and select the model and serial port number corresponding to the development board.

Control Logo (LED)

The Logo (LED) is directly driven by the underlying driver chip on the Robduino expansion board. The underlying driver chip and the Arduino Uno board use I2C communication, and the I2C address is 0x40.

The position selected by the red box is the location of the Logo (LED) module:

image-20240605191959737

Control principle

By changing the duty cycle of the PWM signal that controls the Logo (LED) pin, the brightness of the LED display can be controlled.

Control pin

Peripheral moduleBottom-layer driver chip (using I2C communication with Arduino Uno board)
Logo (LED)LED7 (7)

Code analysis

Here we only briefly introduce the code content. For detailed code, please refer to the corresponding code file, which is provided in the download area!

Experimental results

After compiling the program successfully, upload the code to the Arduino Uno development board.

After the program is started, the Logo (LED) will always show a breathing light effect.