Curious about iterations #34
Replies: 1 comment 5 replies
-
Thank you :)
It didn't make a difference in the final price and was easier to route but yea in general its possible to have it on 2-layers only.
The first manufactured revision was actually working just fine and didnt need any further changes, however there were some changes recently to remove some noise in the indoor station audio while still allowing to power the device directly via 2 bus wires. It all started on a breadboard here: peteh/doorman#17
I tried to make the device as versatile as possible to also support some older systems in case people move to a new place. It would be a useless device if you move to a new place which doesn't have a TCS/Koch or similar intercom.
At first I tried something with the CP21xx but I discarded that in favor of the ESP32-S3's USB support. If you have any suggestions for improving the design, I would be very interested ofc :) |
Beta Was this translation helpful? Give feedback.
-
Nice, clean design. I appreciate you sharing all your KiCad files. Not that many good examples out there of something we can all take and build on. Questions:
why 4 layers? Seems like you could do it w/ 2?
How many board iterations did you go through before you finished it?
Nice idea on the solid state relay! folks often forget about those.
Have any other designs that have USB support chips like CP21xx? I have a design that uses 3 full UARTs and only the ESP32 original WROOM style chips (not S2/S3/C2/C3 etc variations) support that.
Beta Was this translation helpful? Give feedback.
All reactions