x86fr / ATX2AT-Smart-Converter

GIT Repo for the ATX2AT Smart Converter
https://x86.fr/atx2at
GNU General Public License v3.0
58 stars 9 forks source link

BOM error or assemble error? #5

Closed perchrh closed 2 years ago

perchrh commented 2 years ago

Trying out my ATX2AT device from the Kickstarter, for the first time. I got no power on the 12V output line, so I investigated and found a fuse to be blown. Looking at the BOM to order a replacement, there are two issues.

1) The component is listed as 'OMNIFUSE 0154005', while the real name is 'Littlefuse OMNI-BLOK 154005.0'. Goes for both F3 and F4 (154010.0). 2) The values for F3 and F4 are switched. The F4 is connected to 12V and should have the 5A fuse.

If you like, I can send a pull request for these changes, if they look correct to you as well. Alternatively, you make the changes :)

x86fr commented 2 years ago

Hi there,

That’s correct (except that it’s “LITTELFUSE” not “LITTLEFUSE”).

Yes, you can send a pull request. 😊

154005.0 is the P/N for fuse holder w/ fuse.

If you need it, the fuse alone is :

5A: Littelfuse NANO2 0451005.MRL

10A: Littelfuse NANO2 0451010.MRL

Thank you !

Sam.

De : Per Christian Henden @.> Envoyé : 30 October, 2021 14:31 À : x86fr/ATX2AT-Smart-Converter @.> Cc : Subscribed @.***> Objet : [x86fr/ATX2AT-Smart-Converter] BOM error or assemble error? (Issue #5)

Trying out my ATX2AT device from the Kickstarter, for the first time. I got no power on the 12V output line, so I investigated and found a fuse to be blown. Looking at the BOM to order a replacement, there are two issues.

  1. The component is listed as 'OMNIFUSE 0154005', while the real name is 'Littlefuse OMNI-BLOK 154005.0'. Goes for both F3 and F4.
  2. The values for F3 and F4 are switched. The F4 is connected to 12V and should have the 5A fuse.

If you like, I can send a pull request for these changes, if they look correct to you as well. Alternatively, you make the changes :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/x86fr/ATX2AT-Smart-Converter/issues/5 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AJCXGHRCBDPW5WJK4E3EAMDUJPXSBANCNFSM5HBBFO6A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

perchrh commented 2 years ago

Yes, using a replacement fuse of that type made it work. Nice! :)