-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Incorrect Diagram https://www.arduino.cc/en/Tutorial/ReadASCIIString #4260
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
Comments
Uh, but the anode is supposed to get the positive voltage, and the cathode the negative one. From what you write, I suspect that you have a common cathode RGB led (one cathode, three anodes), which indeed needs to be connected differently. Since that's a different part, I think the instructions are not incorrect, but perhaps mentioning the wiring needed for a common cathode led would be a nice addition. |
You must be correct. I just used the RGB that was in the Stater Kit
|
The datasheet for the RGB LED is provided on the Arduino Starter Kit page: |
Right again although it does not appear in the book that came with the kit. Thanks, I am learning a lot from this. Thanks, Vic From: per1234 [mailto:[email protected]] the Ardunio community doesn't do a very good job of listing component electrical characteristics ie data sheets. The datasheet for the RGB LED is provided on the Arduino Starter Kit page https://www.arduino.cc/en/Main/ArduinoStarterKit : — |
Image fixed. Thank you! |
Hello, as Arturo (agdl) mentioned, the image was fixed to make it correspondent with a Common Cathode circuit (thank you Arturo). But the text stills indicating the connections as if you are using a Common Anode RGB LED. So, now the text and the image are inconsistent! |
@leonardoemarq done thank you! |
Your instruction at https://www.arduino.cc/en/Tutorial/ReadASCIIString show connecting the anode to +5 v and it does not work. Move the connection to GND and it does.
This one works (https://www.bing.com/images/search?q=rgb+led+arduino&view=detailv2&qpvt=rgb+led+arduino&id=72BAA7D024767F034FD516F082019FAC21C64EA6&selectedIndex=0&ccid=LN28wCQI&simid=608002808251027198&thid=OIP.M2cddbcc024082add7d2374cdadb8aeb6H0&ajaxhist=0)
Yours does not.
The text was updated successfully, but these errors were encountered: