docs-content
docs-content copied to clipboard
Arduino documentation (docs.arduino.cc)
The capacitor on the latch pin(s) has finally been moved to the VCC pin, but only on the circuit diagrams. The six breadboard views still have the capacitor wrongly showing...
For instance...a so simple question like "Is Ethernet Shield compatible with Zero board?" can't be answered anywhere. The answer is supposed to be "No" as Zero works at 3,3V and...
https://www.arduino.cc/en/Tutorial/ShiftIn In all diagrams of CD4021 O7 (pin 3) must be Q8 not O7.
I downloaded the Fritzing part for the MKR WAN 1300 from https://store.arduino.cc/mkr-wan-1300 but it throws up errors when I try and open it. When opened in the Parts editor there...
In online documentation page https://www.arduino.cc/en/Tutorial/DigitalReadSerial there are two errors: 1. circuit image shows not proper pin-2 connection to a breadboard. IMO it should be connected to the same leg of...
The tutorial at https://www.arduino.cc/en/Tutorial/RowColumnScanning omits resistors in driving the LEDs. There is a common misconception in the Arduino scene, that I/O pins are somehow (safely) current limited and need no...
Place an explicit warning that a resistor is mandatory when conecting LEDs to output pins [MKC-556]
Related to https://github.com/arduino/docs-content/issues/374 . In my university I was told that resistors are not needed when LEDs are connected to output pins. According to my academic, while connecting a Led...
Issue arduino/Arduino#1315 is not yet solved. A description of the error can be found here: https://github.com/arduino/Arduino/issues/1315#issue-11938798 It refers to the Serial Tutorial: https://www.arduino.cc/en/Tutorial/SoftwareSerial
Hi Arduino Team! First: I am a newbie but let me say that Arduino and the whole ecosystem is so great and makes so much fun to work on! Thanks...
Hello, I have been looking at the Serial to Parallel Shift Register Tutorial, having to port the ShiftOut() function to another platform. Reading this page, https://www.arduino.cc/en/Tutorial/ShftOut21 , I am not...