-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e07cdd
commit 441b854
Showing
3 changed files
with
168 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
#CRANK 680k UP | ||
R226, | ||
|
||
#CAM 4.7k NC | ||
R220, | ||
R224, | ||
|
||
#VSS 4.7k NC | ||
R219, | ||
R223, | ||
|
||
#TPS 680k DOWN | ||
R204, | ||
|
||
#TPS2 680k DOWN | ||
R202, | ||
|
||
#PPS 680k DOWN | ||
R203, | ||
|
||
#PPS2 680k DOWN | ||
R201, | ||
|
||
#IAT 4.7k NC | ||
R213, | ||
R217, | ||
|
||
#AT1 4.7k UP | ||
R216, | ||
|
||
#CLT 4.7k NC | ||
R211, | ||
R215, | ||
|
||
#AT2 4.7k UP | ||
R214, | ||
|
||
#O2S 680k UP | ||
R242, | ||
|
||
#O2S2 680k DOWN | ||
R239, | ||
|
||
#RES1 680k DOWN | ||
R237, | ||
|
||
#RES2 680k DOWN | ||
R240, | ||
|
||
#RES3 10k NC | ||
R231, | ||
R235, | ||
C215, | ||
|
||
#MAP1 10k DOWN | ||
R228, | ||
|
||
#MAP2 10k DOWN | ||
R229, | ||
|
||
#MAP3 10k DOWN | ||
R230, | ||
|
||
#AUX1 10k DOWN | ||
R246, | ||
|
||
#AUX2 10k DOWN | ||
R247, | ||
|
||
#AUX3 10k DOWN | ||
R248, | ||
|
||
#AUX4 10k DOWN | ||
R249, | ||
|
||
#SENS1 680k DOWN | ||
R259, | ||
|
||
#SENS2 680k DOWN | ||
R260, | ||
|
||
#SENS3 680k DOWN | ||
R261, | ||
|
||
#SENS4 680k DOWN | ||
R262, | ||
|
||
#KNOCK 680k DOWN | ||
R221, | ||
|
||
#DINPUT SERIES 0 | ||
R140,"RTA03-4D000JTP","R0603-4","C102642" | ||
|
||
#D1 NC | ||
R124, | ||
R136, | ||
C135, | ||
|
||
#D2 UP | ||
R137, | ||
|
||
#D3 NC | ||
R132, | ||
R138, | ||
C141, | ||
|
||
#D4 UP 10k | ||
R139, | ||
|
||
#CAN WAKEUP (disable O2S input) | ||
R143, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# remove +5V pull-ups from SPI1, because we use it with +3.3v accelerometer | ||
R103, | ||
R105, | ||
|
||
# remove jumper resistor connecting BOOT1 with A22 input line, because we use STM32F4 | ||
R131, | ||
|
||
# STM32 whatever is cheapest would go, right? | ||
U105,"STM32F407ZGT7","LQFP144","C19156" | ||
|
||
# Alpha2Ch: We don't use SENS1-SENS4, so we don't need these OpAmp | ||
U170, | ||
|
||
# second CAN channel is a bit of an Easter egg, do not populate by default | ||
U430, | ||
|
||
# 20MHz crystal | ||
Y102,"TXM20M0002503LFBEO00T","SMD5032-2P","C362485" | ||
|
||
#SD Card | ||
J100,"TF-014-H16","SMD","C2874208" | ||
|
||
# DC-DC Inductor | ||
L421,"MWSA0503S-100MT","MWSA0503","C408412" | ||
#L420,"LBC3225T2R2MR","L1210","C223413" | ||
|
||
# LMR14020->LMR14030 (more power, no problem) | ||
#U420,"LMR14030","SOP8","C182078" | ||
|
||
#fuses | ||
F5,"Fuse-5A-1206","F1206","C553924" | ||
F410,"nSMD050-24V","SMD1206","C70076" | ||
|
||
# JLC-BOM stock shortages... | ||
U411,"TLS115B0EJXUMA1","PG-DSO-8","C3743696" | ||
|
||
# no Cortex 5x2 header | ||
J2,"Cortex_Debug","PinHeader_2x05_P1.27mm_Vertical_SMD","" | ||
# no MAP sensor | ||
U3,"MPXH6400A","MPXH6400A-SSOP8","" | ||
# smart MOSFETs | ||
Q6,"VND10N06TR-E","DPAK","C2149912" | ||
Q7,"VND10N06TR-E","DPAK","C2149912" | ||
Q8,"VND10N06TR-E","DPAK","C2149912" | ||
Q9,"VND10N06TR-E","DPAK","C2149912" | ||
Q11,"VND10N06TR-E","DPAK","C2149912" | ||
Q20,"VND10N06TR-E","DPAK","C2149912" | ||
|
||
# no software for accelerometer | ||
U106, | ||
|
||
# analog switches for VR-discrete | ||
#"U755, U756","WAS3157B-6","SOT-363","C213161" | ||
|
||
#include hellen-one/board_id/generated/board_id_alpha2ch-g.csv | ||
#include bom_pullups_alphax_2ch-g.csv |
Submodule hellen-one
updated
3 files
+1 −0 | board_id/board_ids.csv | |
+3 −0 | board_id/generated/board_id_alpha2ch-g.csv | |
+5 −4 | board_id/test.sh |