Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong schematic (and text) in ShiftOut Tutorial #6433

Closed
Liam18 opened this issue Jun 27, 2017 · 2 comments
Closed

Wrong schematic (and text) in ShiftOut Tutorial #6433

Liam18 opened this issue Jun 27, 2017 · 2 comments
Labels
Component: Documentation Related to Arduino's documentation content

Comments

@Liam18
Copy link

Liam18 commented Jun 27, 2017

The issue is with this tutorial: https://www.arduino.cc/en/Tutorial/ShiftOut

The capacitor is shown in multiple schematics between latchPin (ST_CP, STCP or RCLK) and GND. However, it should be placed between VCC and GND.

The Texas Instruments datasheet for SN74HC595 shows the correct capacitor placement in Figure 5 under 10.2 Typical Application: http://www.ti.com/lit/ds/symlink/sn74hc595.pdf

This has been discussed on the Arduino StackExchange page as well as the Arduino forum:

I hope this is all the information you need. Please tell me, if there's something I could do or if I did something wrong. 😳 Thank you.

@cmaglie cmaglie added the Component: Documentation Related to Arduino's documentation content label Jun 28, 2017
@scottshambaugh
Copy link

Adding another reference to where this was an issue: https://arduino.stackexchange.com/questions/44291/weird-output-from-chained-74hc595-shift-registers

The shiftOut function has an operating frequency that is fast enough to be very sensitive to a non-decoupled power supply, and so getting the capacitor right here is more than a technicality - it's essential for the solid operation of the circuit. 0.1uF was failing in the above link, and 10uF was working. Recommend changing the drawing cap value to 10uF.

Also, as brought up in the above posts, there is an overcurrent potential on the chips for LEDs with the resistor values as listed at 220ohm. Bumping them up to 470ohm should resolve this.

@SimonePDA
Copy link

Fixed schematics with new 470 ohm resistors and 10uF capacitor wired to VCC and GND.

Thanks for pointing out these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Related to Arduino's documentation content
Projects
None yet
Development

No branches or pull requests

4 participants