Learn to use 2x74hc595 Shift Register with Arduino in single project
Designed by Circle Electronic in TurkeyNo shipping info available.
Set destination country to see options
Shipping to starts at
Free shipping is available to !
Ships from
This item does not ship to .
More Info
Sign up to get notified when this product is back in stock!
Meet the Circle Electronic NOOB Series Dynamic Signal! For those who are new in Arduino and want to learn to code, it's time to learn how to make dynamic signal! Don't mess with breadboard circuits…
Read More…For those who are new in Arduino and want to learn to code, it's time to learn how to make dynamic signal!
Don't mess with breadboard circuits for learning Arduino and coding, just connect the cables and start coding right now!
Animation
int CLOCK=10;
int LATCH=9;
int DATA=8;
int DATA2=7
int LATCH2=6;
int CLOCK2=5;
byte leds[]={0b00000000,
0b00000001,
0b00000011,
0b00000111,
0b00001111,
0b00011111,
0b00111111,
0b01111111,
0b11111111,
};
void setup()
{
pinMode(CLOCK,OUTPUT);
pinMode(LATCH,OUTPUT);
pinMode(DATA,OUTPUT);
pinMode(CLOCK2,OUTPUT);
pinMode(LATCH2,OUTPUT);
pinMode(DATA2,OUTPUT);
}
void loop()
{
for (int led=0;led<=8;led++)
{
digitalWrite(LATCH,LOW);
shiftOut(DATA,CLOCK,MSBFIRST,leds[led]);
digitalWrite(LATCH,HIGH);
delay(80);
if(led == 8){
for (int led=0;led<=9;led++)
{
digitalWrite(LATCH2,LOW);
shiftOut(DATA2,CLOCK2,MSBFIRST,leds[led]);
digitalWrite(LATCH2,HIGH);
delay(80);
}
}
}
}
Dynamic Signal is a NOOB Series product. NOOB Series offers products for "noobs" who want to learn how to code Arduino.
No country selected, please select your country to see shipping options.
No rates are available for shipping to .
Enter your email address if you'd like to be notified when Dynamic Signal can be shipped to you:
Thanks! We'll let you know when the seller adds shipping rates for your country.
Shipping Rate | Tracked | Ships From | First Item | Additional Items |
---|---|---|---|---|
:
|
No shipping info available.
Set destination country to see options
Shipping to starts at
Free shipping is available to !
Ships from
This item does not ship to .
More Info
Sign up to get notified when this product is back in stock!
$6.99
Free Shipping!
$9.99
Free Shipping!
$7.99
Free Shipping!
$29.99
Free Shipping!
$6.99
Free Shipping!
$5.99
Free Shipping!
$95.00
Free Shipping!
$20.00
Free Shipping!
$12.99
Free Shipping!
$79.00
Free Shipping!
By clicking Register, you confirm that you accept our Terms & Conditions
We recognize our top users by making them a Tindarian. Tindarians have access to secret & unreleased features.
We look for the most active & best members of the Tindie community, and invite them to join. There isn't a selection process or form to fill out. The only way to become a Tindarian is by being a nice & active member of the Tindie community!