verlab/hero_common

Materials: Bultin Battery Charger Resistors

hauff opened this issue · 2 comments

hauff commented

Hello, I have a question regarding the assembly materials hero_resources/assembly_materials.pdf.

There are 3 resistors (R12, R13, R14) listed in the section Bultin Battery Charger.
Are the descriptions (1K Ohm, 100 Ohm, 120 Ohm) correct?
I am asking because I thought the code 103 for example means 10 kOhm? (and 102 := 1 kOhm, 122 := 1.2 kOhm)

Part Name Device Description
R12 Resistor 103 SMD Resistor 1K Ohm
R13 Resistor 102 SMD Resistor 100 Ohm
R14 Resistor 122 SMD Resistor 120 Ohm

Hi, @hauff,

You are absolutely right! Thanks for pointing this one out.
I have already updated the website and document with this information.
The correct is:

Part Name Device Description
R12 Resistor 102 SMD Resistor 1K Ohm
R13 Resistor 101 SMD Resistor 100 Ohm
R14 Resistor 121 SMD Resistor 120 Ohm

I have also checked all the other descriptions, and they seem correct. If you find another issue, please let me know.
Regards,
Rezeck

hauff commented

Hi @rezeck,

Thank you for answering my question. 🙂