-40%

with Arduino sketch! 8 bit 0.56" Digital Tube Serial LED Board for UNO MEGA2560

$ 2.62

Availability: 500 in stock
  • Condition: New
  • Model: other
  • MPN: Does Not Apply
  • Refund will be given as: Money back or replacement (buyer's choice)
  • Restocking Fee: No
  • Type: module
  • All returns accepted: Returns Accepted
  • Return shipping will be paid by: Buyer
  • Brand: Canton-electronics
  • Item must be returned within: 30 Days

    Description

    Product Name: with Arduino sketch! 8 bit 0.56" Digital Tube Serial LED Board for UNO MEGA2560
    Module No.:  TB352
    Package inlcuded:
    1 pcs 8 Digit
    0.56 Inch Common anode Digital Tube
    LED Board (
    Does not include
    Arduino mega2560
    )
    ;
    Arduino uno/mega2560 Code fragment:
    After purchase, please contact me for complete code!
    //*******************************************//
    .......
    void setup() {
    .......
    pinMode(latchPin, OUTPUT);
    pinMode(clockPin, OUTPUT);
    pinMode(dataPin, OUTPUT);
    }
    void loop() {
    int i;
    for(i=0;i<28;i++)
    {
    DisplayAllCharacter(i);
    }
    while(1)
    {
    //display 0~7
    for(i=0;i<8;i++)
    {
    TubeDisplayOneBit(i,0,i);
    }
    }
    }
    .......
    //*******************************************//
    Description:
    8 Digit 7 segment 0.56 Inch Digital Tube,provide Arduino
    MEGA2560/UNO Code
    ;
    Two Digital Tube can be cascaded,Composed of 16 bit Digital Tube(Not recommended three or more cascaded).
    Common anode LED;
    Display Color  :
    RED
    ;
    Supply voltage : DC 3.3-5V
    Driver IC      : 2  pcs 74HC595
    Support display characters : 0,1,2,3,4,5,6,7,8,9,A,b,C,c,d,E,F,H,h,L,n,N,o,P,r,t,U,-
    PCB Size :
    114mm*25mm
    Module Signal Input Interface Definition:
    VCC: positive power supply, 3.3V ~ 5V power input;
    GND: Ground;
    DI: serial data input signal;
    CLK: Serial clock input signal;
    LAT: latch signal.
    Module Signal Output Interface Definition:
    VCC: positive power supply output;
    GND: Ground;
    DO: serial data output signal;
    CLK: Serial clock output signal;
    LAT: latch signal output.