General

SEN0101 calibration

userHead lauramts 2026-04-09 22:48:34 216 Views2 Replies

I am a professor of bioengineering. I put the code from your site in my Arduino and the 4 leds don't light up. Can you help me fixing the problem? thanks

Laura

2026-04-11 01:42:39

See if the RGB values shown in the serial monitor changes with different color or not.

userHeadPic love.forcircuits
2026-04-10 13:34:22

Hi, 

 

This module is for color detection, you can view the text results on the Serial Monitor after uploading the code.

 

The example code doesn’t include LED control. To light up the LEDs, just connect the module’s LED pin to an Arduino digital pin, GND to GND, and set that pin to HIGH in your code.

userHeadPic Yx