Skip to content

Commit 0dfb7b6

Browse files
committed
Fix RTS/DTR and increase LEDs resistors
- RTS/DTR has been inverted and RTS assertin doesn't reset the board. - Increase the LED resistors to decrease brightness - Change JLCPCB order number position
1 parent c7b5838 commit 0dfb7b6

29 files changed

+1960
-2099
lines changed

bom.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ L202,2.5n,1,Inductor_SMD:L_0402_1005Metric,C237342,LQW15AN2N5B00D,Murata Electro
2020
"R103, R108, R109, R112, R113",10k,5,Resistor_SMD:R_0402_1005Metric,C25744,0402WGF1002TCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2206010100_UNI-ROYAL-Uniroyal-Elec-0402WGF1002TCE_C25744.pdf
2121
"R105, R107",4.7k,2,Resistor_SMD:R_0402_1005Metric,C25900,0402WGF4701TCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2206010045_UNI-ROYAL-Uniroyal-Elec-0402WGF4701TCE_C25900.pdf
2222
"R110, R111",5.1k,2,Resistor_SMD:R_0402_1005Metric,C25905,0402WGF5101TCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2206010045_UNI-ROYAL-Uniroyal-Elec-0402WGF5101TCE_C25905.pdf
23-
R114,100,1,Resistor_SMD:R_0402_1005Metric,C25076,0402WGF1000TCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2205311900_UNI-ROYAL-Uniroyal-Elec-0402WGF1000TCE_C25076.pdf
24-
R115,10,1,Resistor_SMD:R_0402_1005Metric,C25077,0402WGF100JTCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2205311900_UNI-ROYAL-Uniroyal-Elec-0402WGF100JTCE_C25077.pdf
23+
R114,200,1,Resistor_SMD:R_0402_1005Metric,C25087,0402WGF2000TCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2205311900_UNI-ROYAL-Uniroyal-Elec-0402WGF2000TCE_C25087.pdf
24+
R115,22,1,Resistor_SMD:R_0402_1005Metric,C25092,0402WGF220JTCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2205311900_UNI-ROYAL-Uniroyal-Elec-0402WGF220JTCE_C25092.pdf
2525
R201,470,1,Resistor_SMD:R_0402_1005Metric,C25117,0402WGF4700TCE,UNI-ROYAL(Uniroyal Elec),https://datasheet.lcsc.com/lcsc/2205311900_UNI-ROYAL-Uniroyal-Elec-0402WGF4700TCE_C25117.pdf
2626
"SW101, SW102",TS-1187A-B-A-B,2,Button_Switch_SMD:SW_Push_1P1T_XKB_TS-1187A,C318884,TS-1187A-B-A-B,XKB Connectivity,https://datasheet.lcsc.com/lcsc/2304140030_XKB-Connectivity-TS-1187A-B-A-B_C318884.pdf
2727
U102,LD1117S33CTR,1,Package_TO_SOT_SMD:SOT-223-3_TabPin2,C35879,LD1117S33CTR,STMicroelectronics,http://www.st.com/content/ccc/resource/technical/document/datasheet/99/3b/7d/91/91/51/4b/be/CD00000544.pdf/files/CD00000544.pdf/jcr:content/translations/en.CD00000544.pdf

esphome.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ esphome:
33
comment: ATX Power controller
44
project:
55
name: valletw.esp-atx-power
6-
version: 1.0.0
6+
version: 1.0.1
77

88
esp32:
99
board: um_tinys2

0 commit comments

Comments
 (0)