Hello! I'm new to electronics and KiCad. I just started my very first KiCad Project for fun in order to try a complete pipeline from modelizing a PCB board and program it. My goal is to create a PCB which allows me to control the speed of a fan and it's rotation and displays the information on an OLED display via I2C.
To do so, I will use a PWM fan and a small motor to make the rotation using an external H-Bridge. I am using a RP2040 (which is overkill, but I intend to extend the board and add some more complex stuff in the future without having to change a lot in my C code). The input voltage is around 12V, the fan and rotation motors also 12V.
I've never done something like this, so I would love to get some review on my schematics. Do you see any problem on the schematic? Do you have any recommendation or good practice tips? Thanks in advance!