Welcome to KZY Electronic Technology Co., Ltd
You are here:Home >> Products >> Sensor Module

Products

Products

Contact us

Contact: Louis
WhatsappWeChat : +86 18617158103
Tel: +86 18617158103
Direct: +86-0755-22235249
Made in china store: https://fut688.en.made-in-china.com/
Alibaba store: https://fut688.en.made-in-china.com/
Website: www.kzyeducabot.com
Add: Room 301, 3rd Floor, Zhengtong Pioneer Park, No. 12, Liuyuepuxia Road, Henggang Street Office, Longgang District, Shenzhen, Guangdong Province, China

Sensor Module

10MM RGB LED Module Light Emitting Diode STM32 5V M92

10MM RGB LED Module Light Emitting Diode STM32 5V M92

RGB full-color LED module electronic building block 5V three-color compatible 10mm 
high-brightness RGB full-color LED module

10MM RGB LED Module STM32 5V M92

10MM RGB LED Module Light Emitting Diode STM32 5V M92 Diy Electronic PCB Board
1. Product parameters:
Size: 25*21mm
Weight: 4g
Color: full color red, green and blue three primary colors
Brightness: highlight
Voltage: 5V
Input: digital level
Interface: Arduino 4P interface
Platform: development board, single-chip microcomputer
  • 10MM RGB LED Module Light Emitting Diode STM32 5V M92

    RGB full-color LED module electronic building block 5V three-color compatible 10mm 
    high-brightness RGB full-color LED module

    10MM RGB LED Module STM32 5V M92

    10MM RGB LED Module Light Emitting Diode STM32 5V M92 Diy Electronic PCB Board
    1. Product parameters:
    Size: 25*21mm
    Weight: 4g
    Color: full color red, green and blue three primary colors
    Brightness: highlight
    Voltage: 5V
    Input: digital level
    Interface: Arduino 4P interface
    Platform: development board, single-chip microcomputer
    2. Product features:
    The principle of three primary colors displays multiple colors
    Realize full-color display through PWM port control
    PWM interface can be directly driven
    Test code:
    int redpin = 11; //select the pin for the red LED
    int bluepin =10; // select the pin for the blue LED
    int greenpin =9;// select the pin for the green LED
    int val;
    void setup() {
    pinMode(redpin, OUTPUT);
    pinMode(bluepin, OUTPUT);
    pinMode(greenpin, OUTPUT);
    Serial.begin(9600);
    }
    void loop()
    {
    for(val=255; val>0; val--)
    {
    analogWrite(11, val);
    analogWrite(10, 255-val);
    analogWrite(9, 128-val);
    delay(1);
    }
    for(val=0; val<255; val++)
    {
    analogWrite(11, val);
    analogWrite(10, 255-val);
    analogWrite(9, 128-val);
    delay(1);
    }
    Serial.println(val, DEC);
    }
  • Please submit your basic information, we will contact you as soon as possible!

    *

    *

    *

    *

Related products

Copyright 2022 KZY Electronic Technology Co., Ltd  All Rights Reserved  
Web Design—Tiandixin