Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eamars committed Sep 6, 2023
1 parent 36956b6 commit 78771bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,20 @@ A 3D printable enclosure is also supplied in [enclosure](enclosure) directory.
* v0.3: Fix issues found on v0.2 design. See details at [release](https://github.com/eamars/RaspberryPi-Pico-Motor-Expansion-Board/releases/tag/v0.3) page.
Noted the NEOPIXEL output is moved from GP26 to GP13 from this revision.
* v1.0: Add missing ground PIN for RS232 female connector. First release.
* v1.0.1: Fix the LCSC part number for on-board DB9 male connector. Note there is no board silkscreen update.

# Errata

## v1.0 -> v1.0.1

In v1.0 the incorrect LCSC part number for DB9 male connector was recorded. If you've ordered the PCBA from JLCPCB by building the v1.0 release, the DB9 connector is likely incorrect.

**How to tell?**

If you have DB9 female connector assembled, you will have the incorrect part.

**How to fix?**

You can de-solder the DB9 female connector and replace with the DB9 male connector. If you would like to order from LCSC, the part number is [C426221](https://www.lcsc.com/product-detail/_FOXCONN-_C426221.html).

The v1.0.1 already includes the fix.
2 changes: 1 addition & 1 deletion production/BOM-pico_expansion_board.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TMC2209 Motor 1,"J2,J3",Conn_StepStick_smaller_hole,C27438
100uF,"C8,C9",CP_Elec_6.3x7.7,C2836442
SW_Push,SW1,SW_Push_1P1T_NO_6x6mm_H9.5mm,C2837532
EXP1,"J8,J9",IDC-Header_2x05_P2.54mm_Vertical,C2977596
~,J6,DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm,C305942
~,J6,DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm,C426221
Pico,U2,RPi_Pico_SMD_TH,C429947
15uH,L1,Power Inductor 10x11,C439295
DC12V/24V,J1,TerminalBlock_bornier-2_P5.08mm,C474952
Expand Down
2 changes: 1 addition & 1 deletion production/LCSC_Bom.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Quantity,Manufacture Part Number,Manufacturer(optional),Description(optional),LC
2,100uF,,"C8,C9",C2836442,CP_Elec_6.3x7.7,
1,SW_Push,,SW1,C2837532,SW_Push_1P1T_NO_6x6mm_H9.5mm,
2,EXP1,,"J8,J9",C2977596,IDC-Header_2x05_P2.54mm_Vertical,
1,~,,J6,C305942,DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm,
1,~,,J6,C426221,DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm,
1,Pico,,U2,C429947,RPi_Pico_SMD_TH,
1,15uH,,L1,C439295,Power Inductor 10x11,
1,DC12V/24V,,J1,C474952,TerminalBlock_bornier-2_P5.08mm,
Expand Down

0 comments on commit 78771bb

Please sign in to comment.