Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Teensy I2c on wire2 (SDA2/SCL2)
#ubitx
Haven't tried it, but remember that the si part is running at 3v and the display is at 5v.?? Therfore you will need to use 4.7k resistors to pull the SDA and SCL lines to 3v (NOT 5v).? Make sure you remove the pull-ups off of the lcd if they are present and just use the ones in the si circuit. -- Paul Mateer, AA9GG Elan Engineering Corp. NAQCC 3123, SKCC 4628 |
Those pullups to 3.3v for SDA,SCL are already on the Raduino board so the Nano can talk to the si5351.
toggle quoted message
Show quoted text
All that is needed is to remove the 5v pullups from your i2c display. If it's an LCD display with backpack, see this post for more info: ? ? /g/BITX20/message/39966? Jerry On Thu, May 31, 2018 at 09:31 pm, AA9GG wrote: Haven't tried it, but remember that the si part is running at 3v and the display is at 5v.?? Therfore you will need to use 4.7k resistors to pull the SDA and SCL lines to 3v (NOT 5v).? Make sure you remove the pull-ups off of the lcd if they are present and just use the ones in the si circuit. |
Jack Purdum
Or, you can use a DC-DC converter. Jack, W8TEE
On Friday, June 1, 2018, 12:31:43 AM EDT, AA9GG <paul.aa9gg@...> wrote:
Haven't tried it, but remember that the si part is running at 3v and the display is at 5v.?? Therfore you will need to use 4.7k resistors to pull the SDA and SCL lines to 3v (NOT 5v).? Make sure you remove the pull-ups off of the lcd if they are present and just use the ones in the si circuit.
-- Paul Mateer, AA9GG Elan Engineering Corp. NAQCC 3123, SKCC 4628 |
I don't think the issue is the bus voltage.
The issue is getting the SDA2 and SCL2 pins to work instead of SDA1 and SCL1. The Wire library seems to only handle SDA and SCL, not any of the other SDA/SCL combinations available on the Teensy. tim ab0wr On Thu, 31 May 2018 23:31:32 -0500 "AA9GG" <paul.aa9gg@...> wrote: Haven't tried it, but remember that the si part is running at 3v and |
to navigate to use esc to dismiss