Hello,
i'm new on this forum ( so sorry if the question is already answered I try to find a similar one but didn't succeed )
Here is my problem, i'm relatively new on Arduino ( some skill learned at school but electronic was not the main subject , so we made some stuff without really do things nicely, like powered component from GPIO )
But I want to improve my skills and I started a little project : A connected alarm using an ESP32
The components of the project are the followings :
- a Piezzo ( between 4v and 8v to run and need 25mA )
- 2 Led ( one red and one green )
- 2 Switch ( a "normal" one and a magnetic one )
So basically I used the 5v Output of the ESP32 to directly power the led ( with some resistor )
And I want to use it to power the Piezzo but I need to run the piezzo only when the magnetic one is triggered
So for that I think about using a MOSFET N type but Im a really big newbie on that stuff and I learned a lot about it but I think I miss some part
After a long research, and following these informations :
VDSS 24V -> Enough for my 5v supply
RDS(on) 1.2mOhms/1.5mOhms -> low enough not to lose too much
And a VGS(th) between 2v and 4v -> low enough to be triggered by 3.3V GPIO
So here is the question I am doing right or I miss some information ... Im not full confident on my choice or at least on the way I choose it
Like I succeed to read the technicals data sheet ( I think ) : https://asset.conrad.com/media10/add/160267/c1/-/en/000160861DS01/fiche-technique-160861-infineon-technologies-irf1324pbf-mosfet-1-canal-n-300-w-to-220ab.pdf
But definitely failed reading the graphicals part !
Like the Fig 1. Typical Output Characteristics with Tj = 175C is my MOSFET will reach this temperature or is it just the graph showing me how it will react on this temperature ahah ?
Sorry If I made mistake on my question ( missing something ) as I say its my first post here, but let me know how I can improve myself !
Thanks a lot for your help I really want to improve myself on doing thing right and cleanly and not following bad practice just to get quick and bad result in time !