FYSETC / FYSETC-SPIDER

FYSETC Board - 3d printer motherboard for VORON and other open source project.
311 stars 148 forks source link

SCL and SDA swapped on I2C header #79

Open r-walloner opened 2 years ago

r-walloner commented 2 years ago

I was trying to connect a sensor to my Spider v1.1 via I²C with no success. I took a look at the schematic and spotted the Problem fairly quickly. On page 2 the order of the signals connected to the I²C header is specified as follows:

  1. SDA
  2. SCL
  3. GND
  4. 3.3V / 5V

However, the Silkscreen, as well as the pin out section on the Wiki page say:

  1. SCL
  2. SDA
  3. GND
  4. 3.3V / 5V

And sure enough after swapping the SCL and SDA signals, the sensor worked.

I noticed that the silkscreen labeling has already been fixed with version 2.2. It would be nice, if the Wiki could be updated to show the correct signal order.