ramapcsx2 / gbs-control

GNU General Public License v3.0
775 stars 110 forks source link

Clock generator mod wiki #149

Open quantum8 opened 3 years ago

quantum8 commented 3 years ago

I'm following the notes on the wiki: https://github.com/ramapcsx2/gbs-control/wiki/Si5351-Clock-Generator-install-notes

When getting to the step to connect SDA/SCL, the instructions give conflicting pin numbers to the photo shown.

The instructions say:

Pin 15 (P3.0/Rxd/HSCL) to Si5351 SCL
Pin 16 (P3.1/Txd/HSDA) to Si5351 SDA

But looking at the picture it shows:

Pin 26 (P1.1) - SDA Pin 25 (P1.0) - SCL

Which is the correct one here?

ramapcsx2 commented 3 years ago

I2C is a shared bus. Connect the same SCL that you use on the ESP8266 to the SCL port on the clock generator (and vice versa for SDA).

quantum8 commented 3 years ago

Understood. Makes much more sense connecting directly.