For background. I’ve been fiddling with electronics since high school, some 30+ years ago. I’m used to designing simple/single sided PCB boards (chemical etching and later CNC tracing). Very long time the “E” Cad program user but a fully converted KiCad user. Recently, with the advent of all the PCB ordering services, I started getting more complex projects done but using mostly off-the-shelf “break out boards” and through-hole mounting them on these PCBs.
The problem with this approach is that the end result is far from compact. I then started looking into just building the whole circuit myself. In other words, I know enough about electronics to know I don’t know what I am doing when things get tough.
What I’m looking is for someone to help design (sch/pcb) for a project so I can have a basis to work from (learning by example). I’ve searched a zillion KiCad projects on GitHub but it seems the noise to signal ratio is way too high. There is a great deal of stuff that simply cannot work, which makes me believe they know even less than I do (which says something). The final goal is to have the board built and assembled by one of the services I mentioned above (JLCPCB, PCBway, etc.)
This diagram shows something I would like to “shrink”. I have it done using the process above, using all off-the-shelf boards but it uses a full 100x100mm board (plus an additional USB Hub board). The part that kills me is the USB hub. I can’t seem to find the parts for the example circuits I’ve found online and the parts that places like JLCPCB have in stock don’t seem to appear in any project I’ve found. For the board I’ve built, I used a 7x USB board I found on eBay. I simply desoldered one of the USB-A jacks and soldered a JST PH socket for the MCU (I used a Teensy. Way overkill but A) I had it, B) I could solder pins on the D-/D+ pads on its bottom.) This all can easily be handled by a much simpler MCU. An ATmega328P would handle it just fine, even at 8MHz (I’d rather keep everything at 3.3V). This is a telescope controller by the way. I haven’t pushed the firmware to GitHub yet because it needs a Windows driver (Ascom) and I suck at Windows (30 years Unix engineer).
By the way, the posted loads are the absolute max. I’ve rarely see it go beyond 4A total on the 12V input.
I figured, for someone with the proper expertise, this should be a piece of cake. For me, more like a bad enchilada.
Anybody?
TIA