Recent content by Sjohnson1021

  1. Sjohnson1021

    Hardware Project XZZ's Switch Boardviews Cracked!

    Very nice, I love what you've built with that. also.. Of course you made a web-based viewer, because that's the reasonable/smarter thing to do. :hateit::ha:(and you just seem to be on some sort of roll) I started to go the web approach... and definitely should have pushed it further, as my...
  2. Sjohnson1021

    Hardware Project XZZ's Switch Boardviews Cracked!

    I'm not sure if there are current plans to add a way of displaying the diode readings in OBV.. With the current implementations, only the part/pad names are visible, so there would need to be a system built out for reading the metadata for parts/pins and displaying that somewhere. OBV doesn't do...
  3. Sjohnson1021

    Hardware Project XZZ's Switch Boardviews Cracked!

    Against using the free version of FlexBV? It honestly does a better job of rendering the component and pin shapes, and the diode values provided earlier in the thread are compatible. OBV just renders circles for pins/contacts, and doesn't (currently) do a great job of differentiating between...
  4. Sjohnson1021

    Hardware Project XZZ's Switch Boardviews Cracked!

    Interesting, had never actually seen the 'XZZ platform' in use before. Do OpenBoardView/FlexBV even support board layers/traces? I haven't seen it mentioned or used in either. Would definitely be a cool feature (read: fairly massive development project, .. scope creep) of the viewer...
  5. Sjohnson1021

    Hardware Project XZZ's Switch Boardviews Cracked!

    There's a possibility that there is other [useful/meaningful] data, but the file format is a mess, and obviously not documented (was obfuscated/encrypted). Will mean digging through hex for the foreseeable future, and not really any guarantee they do. Anyone here have experience using the XZZ...
  6. Sjohnson1021

    Hardware Components used on the Switch (mostly the motherboard and main console)

    Component type: Resistor Package size: 0201 Value: 2M Ω Power/watts: .05W / 1/20W Measured 1.99M Ω's on my board. Measured a few surrounding resistors as a sanity check (Board I measured is technically a HAC-CPU-20, but I'm fairly confident It's an identical chip/circuit and therefore should...
  7. Sjohnson1021

    Hardware Components used on the Switch (mostly the motherboard and main console)

    No problem, I personally use DigiKey, but I hear Mouser is fairly comparable, I'm in the states, so not sure how those two options fair on shipping internationally, I know here it's ~$6 for 3-4 day shipping with USPS, DHL is likely going to be a little (to a lot) higher. For the resistors...
  8. Sjohnson1021

    Hardware Components used on the Switch (mostly the motherboard and main console)

    Looking at a few different threads online for the HAD-CPU-10 (TronicsFixForum) [This one looking for components near the joycon fpc , also This one looking for the component under the 22ųF capacitor on VSYS/PGND] it seems pretty clear that it also uses the BQ24193 (as it's clearly pictured in...
  9. Sjohnson1021

    Hardware Project XZZ's Switch Boardviews Cracked!

    Not sure if anyone else will find this useful, but I went through the process of aligning the board images and scaling/offsetting in OBV to get the board image of the HAC-CPU-20 pcb lined up with the matching components and pads (as best I could be bothered to at like 3am). Thought I'd share in...
  10. Sjohnson1021

    Identifying missing capacitor on V1 switch

    I'm looking for the spec/values for a replacement for the resistor located in the circled area in the following image: I saw this post where a nearby resistor was confirmed to be a 100k 50mw 0201 resistor, but I would like to double check as I've seen other (4.7k and 10k, etc) resistors the...
  11. Sjohnson1021

    Hardware Components used on the Switch (mostly the motherboard and main console)

    Hey all, could use some help verifying specs for these 2 components please.. Switch is a v1, first component is the top capacitor above the sd reader and just below the emmc: I saw a post earlier in this thread that I think identified it, but i'd like to verify the values. Confirmed as a 4.7uF...
  12. Sjohnson1021

    GameCube Backup Manager [Official Post]

    Nope.. not stupid at all.. .. was it by chance an nkit.iso? There may have been checks removed or broken to prevent these from attempting to scrub? Or is it failing with exact copies?.. While logging wasn't great, they might prove somewhat useful.. I know there was an issue where trying to run a...
  13. Sjohnson1021

    GameCube Backup Manager [Official Post]

    :huh:That's.. awesome... /s :glare: By destination directory.. you're referring to the destination drive? The default directory that (should be.. it definitely used to be..) gets created if not detected on the root of the selected target drive is 'games'.. It's.. possible that the creation of...
  14. Sjohnson1021

    GameCube Backup Manager [Official Post]

    Fun... The branch I'm working on.. Working on several systems that could use actual, best-practice based, implementations.. like a working QueueManager, better Error Logging and notification system, Streamlining and making queuing game tasks more standard so that passing arguments for WIT should...