I want to make a custom pcb to control four stepers with an Esp32. I've been looking at the chip datasheet and I'm not sure if I'm doing it right. My idea is to use the motors in Dir/Step mode, I don't need to use uart.
Then it is much to soon to make a custom PCB. You only do that when your prototype has been working well for some time and you don't have any other changes to make.
Well, but that's what forums are for, right? If someone has already done something similar and can confirm that it is correct, I don't need to make a prototype. In any case, thank you.
I generally prototype unknown circuits first to be sure I understand them. Many times I just make a PCB without a prototype but I have had lots of design experience and know the circuits in building. Be prepared to remake the board a few times. Yes I even have to do that once in a while.
Make a prototype, and measure it. Or, study the DC and Timing Characteristics section of the data sheet.
It would be an excellent idea to carefully study the example application circuit in the datasheet, as you seem to be skimping on very important components.
The problem is that I do not have tools to solder and test SMD components, in addition to not having much experience in this field, that is why I ask for help in the forums and thus order the pcb with the soldered components.
I did it, but I got a value that was too low to be real 4,83 mA
I also looked at the data sheet, but I don't really understand what it says there. My English is very limited in addition to not having much knowledge of electronics. I want to skimp on components because I want to make a pcb as small as possible. Right now in the scheme that I have designed, I use a 1A 12v to 5v regulator for each driver and another for the esp32 module with its corresponding capacitors, but if I can use a single regulator I save a lot of wiring on the pcb. That's why I also wanted to use just the tmc2209 chip, but it seems like that's out of my reach.