Thank you for the feedback!
trophosphere:
Long traces are more likely to conduct noise but considering your output and your intention for this project… it wouldn’t be significant. I would shorten them anyway for practice and to save money in terms of board real-estate.
Right, so I forgot to mention that the board will fit in a 10cm x 10cm box, so that's why I chose the rather big PCB. The thermistor will also be at the end of some rather long wires anyways (for measuring outside temperature), so I figured the length of the PCB traces won't matter much anyways...
trophosphere:
Move the bypass capacitors as close to the Vcc pin of the ATtiny as possible. You can insert another capacitor in front of your LDO if it is needed for stability.
Actually I have omitted the bypass cap altogether (on pin 4 of the LDO). The MIC5205 datasheet states that an output capacitor of at least 1.0uF is recommended, but doesn't say if it should sit close to the LDO. Should I move the output caps closer to the ATtiny and add another cap to the LDO output?
trophosphere:
The angle that your traces meet is a little weird so you may want to make them meet at right angles of one another.
Hmm, which traces are you referring to?
trophosphere:
For the pads of your RGB LED, you can try to line the traces up with them so that the traces don’t look like they are hitting their respective pads off-center.
Good idea, will do :-)
n1ist:
- Atmel recommends a 4k7 - 10k pullup resistor on ~RESET
Ah, good catch! I totally forgot :)
n1ist:
- Traces should not connect at acute angles; that can form acid traps
Learning a lot here! So as a general rule of thumb, avoid 90 degree turns? What about the angles for trace branches?
n1ist:
- I’d place a footprint for a 470p cap from byp to ground on the regulator, just in case you need it
Good idea, that should reduce output noise. Can I use a 0.1uF cap instead? I've already ordered parts, but didn't include any 470p caps...
n1ist:
- I would use a more direct and wider (lower impedance) Vcc trace
In general or just to the ATtiny? It's currently 24mil, but I guess I could ramp it up a bit.
n1ist:
- Can you change the LED pads to oval instead of round? That may gain some clearance between them
Thanks for the tip - I'll see if that helps.
I’ll make adjustments based on your feedback. Thanks again