pu2clr / SI4735

SI473X Library for Arduino
MIT License
562 stars 167 forks source link

Basic_schematic_oled_buttons_eagle inverted wires I2C #4

Closed jackdev23 closed 3 years ago

jackdev23 commented 3 years ago

I think in the schematich SI4735/extras/images/basic_schematic_oled_buttons_eagle.png ( https://github.com/pu2clr/SI4735/tree/master/examples/SI47XX_03_OLED_I2C ) wire I2C from arduino to Si4735 are inverted. I mean A4 to pin 18 and A5 pin 17 should be rigth no ?

pu2clr commented 3 years ago

Hello. I have just fixed it. Thanks. Ricardo.

On Fri, Oct 30, 2020 at 4:34 PM jackdev23 notifications@github.com wrote:

I think in the schematich SI4735/extras/images/basic_schematic_oled_buttons_eagle.png ( https://github.com/pu2clr/SI4735/tree/master/examples/SI47XX_03_OLED_I2C ) wire I2C from arduino to Si4735 are inverted. I mean A4 to pin 18 and A5 pin 17 should be rigth no ?

  • Arduino Board

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pu2clr/SI4735/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVSJNGGHO2KK35I5XNYNK3SNMIMFANCNFSM4TFLG45Q .

--

QRZ: http://www.qrz.com/db/PU2CLR Skype: ricardo_caratti Mobile: +55 61 981442296

pu2clr commented 3 years ago

Arduino A4 pin is connected to the SI4735 SDIO pin; and Arduino A5 is connected to the SI4735 SCLK. No problem on the schematic. However, there was an error in the connection to the OLED display. This has been fixed. Thanks.