Andrei 2021-10-21 13:29:53 +03:00
parent e8885da7f3
commit dff277d0a8
5 changed files with 495 additions and 471 deletions

50
bom_replace_64_NB1-b.csv Normal file
View File

@ -0,0 +1,50 @@
# remove the jumper connection from VCC_PP1 to +5V: we need +12v power supply for push-pull outputs.
R309,
# 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
U105,"STM32F407ZGT7","LQFP144","C1337111"
# DC-DC Inductor
L421,"MWSA0503S-100MT","SMD-5.2x5.4x2.8","C408412"
L420,"LBC3225T2R2MR","1210","C223413"
# LMR14020->LMR14030 (more power, no problem)
U420,"LMR14030","SOP8","C182078"
#fuses
F410,"nSMD050-24V","F1206","C70076"
F300,"nSMD050-24V","F1206","C70076"
F1,"Fuse-5A-1206","F1206","C553924"
F2,"Fuse-5A-1206","F1206","C553924"
F3,"Fuse-5A-1206","F1206","C553924"
#INJ low-side
Q305,"ZXMS6005SGTA","SOT-223","C174042"
Q306,"ZXMS6005SGTA","SOT-223","C174042"
Q307,"ZXMS6005SGTA","SOT-223","C174042"
Q308,"ZXMS6005SGTA","SOT-223","C174042"
Q309,"ZXMS6005SGTA","SOT-223","C174042"
Q310,"ZXMS6005SGTA","SOT-223","C174042"
Q311,"ZXMS6005SGTA","SOT-223","C174042"
Q312,"ZXMS6005SGTA","SOT-223","C174042"
#power distribution
U103,"AP2331W-7","SOT-23","C460346"
U480,"AP2331W-7","SOT-23","C460346"
#non-JLC componentts
#WBO low-side
Q600,
Q600_2,
#WBO STM32
U602,
U602_2,
#pressure sensor
U4,
Can't render this file because it has a wrong number of fields in line 2.

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
(title_block
(title "hellen64 NB1")
(date "2021-06-30")
(rev "A")
(rev "B")
(company "rusEFI")
(comment 7 "http://rusefi.com/s/hellenNB1")
)

View File

@ -1,6 +1,6 @@
#!/bin/bash
cd hellen-one
python2.7 ./bin/copy_from_Kicad.py "frames" "../.." "../../gerber" "64_NB1" "a"
python2.7 ./bin/copy_from_Kicad.py "frames" "../.." "../../gerber" "64_NB1" "b"
echo "Done!"

View File

@ -1,4 +1,4 @@
#!/bin/bash
cd hellen-one
sh bin/create_board.sh ".." "64_NB1" "a" "bom_replace_64_NB1-a.csv" "580,330"
sh bin/create_board.sh ".." "64_NB1" "b" "bom_replace_64_NB1-b.csv" "580,330"