-
Notifications
You must be signed in to change notification settings - Fork 13
Pcb improvement #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Felixre7
wants to merge
11
commits into
makerstorage:main
Choose a base branch
from
Felixre7:pcb-improvement
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
…tor parts updated capacitor parts with part numbers
added part numbers for capacitors, resistors, ic's and the main 12v connector. cleaned up the board layout a little, mainly just straightening traces. fixed the through hole 100uf cap footprint to reflect the bom part, 2mm leads 5mm body made both leds the same part number. removed the polarized caps from the sd card and replaced with smd 0805 ceramic caps. cleaned up the schematic a little and added a frame
little more silk screen shuffling and clearing DRC errors
added bypass caps to the atmega328 and the 3v3 ldo per the datasheet. on the board relocated the 5v ldo bypass caps to be near the device itself.
changed motor connectors to .1" pitch 4 pos headers. the stepper motor stock connectors press nicely onto these. so if one wanted to they could just pins instead of soldering wires directly to the board. if soldering directly to the board the new larger pads should be more robust too.
moved the led next to the screw terminals. I have found people seem to like being able to see if a specific connection is getting power or not rather than having to look around on the board for an indicator and figuring out what it means.
finishing up this round of board improvements by cleaning up some traces
updated board name while retaining the original board design files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
these are functional changes to the board and include:
new 16mhz crystal that doesn't require external caps and is much smaller.
bypass capacitor work:
brought the total number to 3 for the atmega328, one per vcc pin
moved the 5v bypass caps next to the ldo on the board for direct routing
added bypass caps for the 3v3 ldo
moved the sd card bypass caps as close as possible to the sd card
the sd card slot is now closer to the side of the board
replaced the old motor connectors with .1" pitch headers, this allows for direct wire to board as well as using headers to connect to a motor.
moved 12v led next to power connection.
more trace simplification
I have this version of the board on order to verify functionality, wouldn't recommend merging until that board is in and tested. in the mean time i would like feedback on some of the arbitrary choices like changing the motor connectors and moving the 12v led indicator.