Looks like, in the original scheme the bases of PNPs on the top must operate at the voltage range from VCC to VCC-0.6 volt. The VCC is 12 Volts. If you give 12 volts to the 3V pin, then the pin will be blown.
@TecSanento7 күн бұрын
i was waiting for the part where you talk about audio and how to connect a dial (for a phone) - but this project is about phoning home - not phoning at home :D
@krakkus7 күн бұрын
I totally get that!
@nuteronix57998 күн бұрын
Excellent work!
@krakkus8 күн бұрын
Thank you! Thats nice to hear.
@SpencerHHO12 күн бұрын
This is the perfect solution for hobbyists with this problem who dont want to just buy a special IC mosfet driver.
@unit-1613 күн бұрын
It would be nice to have a link to the code so we can make the project. There's nothing on your github link
@willwright806615 күн бұрын
Thank you!
@krakkus15 күн бұрын
You're welcome!
@v.k_16 күн бұрын
You could use mdns to find the devices. And then you shoud have authentication system. Especially if you are using it for doors etc. Esp should allways ask for password/key from the server.
@krakkus16 күн бұрын
Thank you very much, I now have some reading to do on MDNS :)
@dkhundeboll17 күн бұрын
Great content - thanks !
@krakkus17 күн бұрын
That's nice to hear :)
@qt1qg23 күн бұрын
Hello! I know that n-channel mosfet leakage current decrease if you apply negative voltage to the gate. Does it decrease enough to be of use? For example when driving T12 cartriges, where thermocouple is in series with the heater, some transistors have several microvolts to several hundred microvolts of Idss depending on voltage and transistor temperature, and i don't know how it would impact thermocouple measurements
@AlfonsoFiorentino23 күн бұрын
Be careful because at minute 7:48 of the video, everyone can clearly see the SSID and password of your WiFi network.
@krakkus19 күн бұрын
Thanks for the heads-up :) I now have a separate WiFi for doing videos so that wont be a problem anymore, thanks!
@michaelobag228724 күн бұрын
Could you share me the code?
@SplarkszterАй бұрын
Awesome video. Thank you!!!!
@arduinoguru7233Ай бұрын
Great video and nice idea, but could you lower bg music next video, since it lose me ficus.
@krakkusАй бұрын
Thank you for your feedback! I need that :)
@MaxintRDАй бұрын
Nice to see in detail how other people work their ways to make their own devices. Thank you for sharing! I saw you use the solder braid. I'm not too fond of it. Personally I prefer to use the solder sucker, but maybe that's because I don't have such a handy rotating board holder. (Most often I just clamp the board with fingers and the iron as my third hand for soldering doesn't always do what I want it to do...) In the past I've let some magic smoke out of things by reversing positive and negative. Now I always make sure to clearly mark the connector block by making the negative half black and sometimes include a diode, just to be safe. I saw you use a buck converter instead of the 7805. What buck converter is that? The solar charger that I'm currently making uses a Mini-360 board featuring the MP2307DN chip. Very nice little converter, but it's not very efficient at low power usage and gets slightly hot. Another question: what ESP32 app were you using? In most of my ESP projects I included a webserver to control things, but that app seems quite handy for prototyping things.
@krakkusАй бұрын
Thank you for commenting! Marking the terminal block, yes, I should do that. I don't know the specific converters name, but "7805 drop in replacement" will get you those types of devices. That's how I found this one. The ESP app is a personal project of mine, the sketch/code is in the description. I made it for quick testing en some remote control.
@MaxintRDАй бұрын
@@krakkus - Okay, looking at your code I now see you also use a webserver with pages to control the device. Your neat UI fooled me into thinking you used a native Android app for controlling the ESP... Very nice! In past projects I mostly used WiFiManager for easy configuration of the local WiFi connection. Perhaps I went a bit overboard in an ESP8266 based project to control a large 16x8 Christmas fairy light LED matrix, It also included mDNS, a file editor, FTP server and even a JavaScript interpreter. All just for fun and too messy to share, but still nice when it worked...
@Slickrock722 ай бұрын
Hey boys and girls, you should never allow a MOSFET gate to float! Always have some sort of high resistance pulldown resistance between gate and source.
@andyh82393 ай бұрын
Does no one sell a DC buck converter that you can use an Arduino to control the output with?
@santhoshs38223 ай бұрын
How to get a .tflite file
@GermanMythbuster3 ай бұрын
You missed direct drive with diode across the resistor to get faster off switching :)
@Zestybwoi3 ай бұрын
Hi great video! how would you make this work as an always off method?
@yavuzmertovguer37893 ай бұрын
its a great explanation video for ir2210. which kHz do you prefer to run with?
@lordavros3 ай бұрын
I was going to give up on making tflite model for my project before I found your video. Still have to download some .dll files from cudnn but this works like a charm. Thank you so much
@chinturaj68904 ай бұрын
can you provide the dowload link please
@bastiat6914 ай бұрын
I recommend taking a look at ESPHOME and Home Assistant, very good combination for things like this.
@Sugarpasa4 ай бұрын
Well done putting in efforts to make such a beautiful video however some of your circuit plans won't work according to the scheme you have shown.You can check them.Good luck
@Sweetw4ter4 ай бұрын
You installed version 0.3.4. How do you install the most recent version 0.4.3?
@kennmossman87015 ай бұрын
dont drink and drive a mosfet as the CHIPs will get you California Highway Patrol
@kennmossman87015 ай бұрын
it is a DRAIN to drive a mosfet
@kennmossman87015 ай бұрын
i can ride a bike, fly an airplane, sail a boat but can not drive a mosfet
@soupflood5 ай бұрын
The 555 can also work as MOSFET driver. Search MOSFET driver that time forgot on KZbin. The big downside that I found with this setup is that the 555 timer outputs high on pin 3 whenever pin 4 is disconnected, and that is not desirable
@twr46415 ай бұрын
There are many things that almost any mc project needs: UI, OTA, logging, library management, remote access, you name it. Previously I implemented all this on a per-project basis, and I love your idea to create modular solutions that can be recycled. But there is a „but“: Once I started playing with Home Assistant and ESPHome recently, all of the above (and more) was suddenly automagically solved for all of my projects. It‘s so simple with Home Assistant to add a UI dashboard which then can be used from a smartphone app or viewed in a browser, at home or from the other side of the globe. I found that my many isolated projects and experimental devices suddenly became centrally manageable, updateable via OTA, organized, got awesome logging and graphs, and best: could now be used in combination for many different use cases via simple automation scripts. In short: all the stuff that is so often needed but takes lots of effort to implement (like UI, but not limited to UI) is added automatically. Today, I even implement pure lab tools like i.e. current sensors as ESPHome devices (and get UI, smartphone app, and extensive logging for free). „Programming“ via ESPHome *configurations* is another benefit in this package: an almost revolutionary new way of programming firmware: so simple it often cuts down my previous c++ coding time by factor 10. ESPHome/Home Assistant is much bigger than just „Home Automation“, and among other things includes the solution for creating UIs. Your project seems awesome for people not wanting to run Home Assistant (or not knowing how HA and ESPHome can team up). If you haven’t done so, I’d encourage you to take a look at ESPHome/Home Assistant just so you are aware of what’s in it, and you don’t accidentally reinvent the wheel. And no, I am not affiliated with them in any way 😂 I was just very surprised to see what this package can actually do, and had never expected it to be such a powerful solution for DIY makers and microcontroller enthusiasts like you and me.
@krakkus5 ай бұрын
Thank you for writing. I have seen names like ESPHome but never really taken a look at them. I think it's about time to do so. You certainly made a good sales pitch :)
@desruccursed67985 ай бұрын
Definitely interested. Been trying to create something similar with small database but been having trouble. Thanks for sharing.
@krakkus5 ай бұрын
Thank you for your interest :) I created a public repository on Github. github.com/krakkus/ESPGUI
@nissaarwz46455 ай бұрын
If i have a build a "driver circuit" to turn on or off an automotive coil (use 5v pwm signal to turn on) , which method would you rather use?
@krakkus5 ай бұрын
Hi, I would either go direct drive on the low side if acceptable, or dedicated high side driver IC. In both cases I would want a low component count for a project that doesn't live on my workbench.
@nissaarwz46454 ай бұрын
@@krakkus Thanks Sir ! The coil is activated with + 5v , it means i need a low side mofset so that i can a positive signal , right?
@andrew2004sydney5 ай бұрын
Number 6 and Number 7 will not work. Both sides of the lamp are connected to ground. There is no possibility of a voltage across the lamp.
@RixtronixLAB5 ай бұрын
Creative video, keep it up , thanks :)
@krakkus5 ай бұрын
Thank you, will do!
@toma.3d5 ай бұрын
wrong schematics for floating gate driver and opto-coupler , sources connected to ground shorting the mosfet when on.
@khimroy39585 ай бұрын
If two switches press it will short circuit the power supply ! Be careful !
@Dazzwidd5 ай бұрын
Boom 💥
@LeeOwen-g9h2 ай бұрын
Letting the MOSFET Gate float will also go BOOM 💥
@JackBarakitis5 ай бұрын
Excellent video, thank you!
@foogod42375 ай бұрын
There are high-side driver ICs which can be "always on" (and manual control) just fine. That's just a limitation of that particular chip, not of the category in general. (and actually that chip can be controlled by manual signals too, if you wire it up correctly. It has nothing to do with being a "safety feature") Also, the optocoupler design can do PWM just fine, if you choose optocouplers with appropriate switching characteristics. A better approach would just be to use one of the other driver circuits and isolate the input using a single optocoupler instead, though.
@AlanAshton5 ай бұрын
I really like how you made this video. Simple and to the point.
@krakkus5 ай бұрын
Glad you enjoyed it!
@thedave77605 ай бұрын
You can make a really high torque actuator from an old scissor car jack and a windscreen wiper motor.
@krakkus5 ай бұрын
That sound surprisingly simple, I like it.
@braiesteanu5 ай бұрын
great presentation format, i dig the countdown on the top right as well, keep it up!
@krakkus5 ай бұрын
That's nice to hear, thank you!
@danwooller61015 ай бұрын
Interesting project, clear explanation, thanks
@krakkus5 ай бұрын
Thank you!
@wintersoldier95955 ай бұрын
Thanks my dude, it worked. Cheers life saver <3
@swedensy6 ай бұрын
Its Ground and not Grounds
@petaks016 ай бұрын
Aah, the good old Covox Speech Thing in "low res mode". Used to have one back in the 80's as soundcards were rare and expensive, only 8 bits but still very usable at the time.