Help identifying controllers on UNO WiFi Rev2

Hello,
I'm new to the whole Arduino world and I like some help identifying a couple of controllers on the board.
I have looked at the PCB diagrams but all I can see is U502, U504 (the two in the rectangle), and U601 (the one in the circle).
I think the U601(circle) is the bidirectional voltage level converter but I'm not sure.

I'd really appreciate any advice anyone could give me.

Thank you very much in advance.

UnoWiFiRev2.png

UnoWiFiRev2.png

Download the Schematic and Board files and have a look, But they look like logic level converters.

A quick look at the Eagle schematic and board files indicate that:

Circled device: Texas Instruments TXS0102

Rectangled devices: ON Semiconductor MC74LVX4245

Thank you very much for your advice @missdrew, it is greatly appreciated!
I did look through the schematic but it was quite confusing (being the first time I'd seen one).
I was able to find the 74LVX4245 (rectangle), which is an 8 Bit Dual Supply Translating Transceiver and the TS0102 (circle) which I think the schematic says is a 2 Bits Level Shifter.
The schematic has a pair of 16 Bits Level Shifter on page 9 so I suppose that would be the two 74LVX4245s?

What I'm now not sure about is what they are doing differently if they are both voltage level translators?

Anyway, you made me revisit the schematic, which was great! I'd kind of given up on trying to understand it.
Once again, thank you for your advice.

Hello @markd833, wowsers! How did you find that information?
I have been looking at the .brd file using this free online viewer (Online PCB Viewer to Visualize and Share Electronics Design Projects | Altium 365 Viewer) and when I click on those components, I don't get that level of information, just the Designator U502 and Footprint TSSOP24.

Would you be able to tell me, or point me to some instructions on how to read the .brd file correctly please?

If not, no worries. I really really appreciate your help. I've spent days trying to find you did in moments.

Once again, thank you very much. You've helped me out immensely!

Open the files in EAGLE CAD, right click the chip and see properties. Also, look at what they connect to, following the layout

Hello @missdrew, thank you for that! I'll give EAGLE CAD a try.

I'm progressing a lot faster than I have been thanks to your advice. Greatly appreciated!

The files were created using Eagle PCB.

I used Eagle v7.7.0 to open the files. There are a few complaints from the program as that version is quite old, but I think it is the last version that had the free 2 layer option.

The newer files are all based around XML so in theory you could also open them with a text editor and see their innards, but I don't know if you would get the complete story that way.

Hello @markd833,
Thank you very much for your advice! I was able get Eagle 9.6.2 up and running and that has given me a wealth of information. I also opened the file in my text editor, as you suggested, and that too worked a treat.

Once again, thank you so much for all of your help. Sorry for the late reply.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.