Skip to content
Snippets Groups Projects
Commit 3645640d authored by Henrik Alsér's avatar Henrik Alsér
Browse files

Cleanup

parent 01b75060
Branches
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ Now add a reset button. Suitable value for capacitor is found in the MCU data sh ...@@ -161,7 +161,7 @@ Now add a reset button. Suitable value for capacitor is found in the MCU data sh
In order to see that your system is correctly powered, it is recommended to add test points for easy probing, in the form of exposed pads on the board. It is recommended to use a pin header footprint for GND test points so you can easily clip the scope probe's GND alligator clip to it. Place at least one GND clip for each subcircuit block on your boards. You don't need to stuff them with pins by default during assembly, but it is nice to have the option to add those in when troubleshooting. In order to see that your system is correctly powered, it is recommended to add test points for easy probing, in the form of exposed pads on the board. It is recommended to use a pin header footprint for GND test points so you can easily clip the scope probe's GND alligator clip to it. Place at least one GND clip for each subcircuit block on your boards. You don't need to stuff them with pins by default during assembly, but it is nice to have the option to add those in when troubleshooting.
It is also recommended you add LEDs to your power rails so you can see they're powered up correctly. You can use an LED such as [this red one](https://www.elfa.se/en/smd-led-645nm-0805-65cd-30ma-kingbright-kptd-2012surck/p/30118951), together with a suitable current limiting resistor. Aim for a forward current of about 2mA. You can use this [LED calculator](https://ohmslawcalculator.com/led-resistor-calculator) to calculate suitable resistor values for your LEDs. Use resistor values from the E12 series. It is also recommended you add LEDs to your power rails so you can see they're powered up correctly. You can use an LED such as [this red one](https://www.elfa.se/en/smd-led-645nm-0805-65cd-30ma-kingbright-kptd-2012surck/p/30118951), together with a suitable current limiting resistor. The forward voltage drop of a red LED is around 1.8V, aim for a forward current of about 2mA. You can use this [LED calculator](https://ohmslawcalculator.com/led-resistor-calculator) to calculate suitable resistor values for your LEDs. Use resistor values from the E12 series.
### 14) SPI ### 14) SPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment