Really good and easy to understand presentation, especially for a beginner like myself. The real world examples were a nice addition!
@BinaBhatt2 жыл бұрын
Glad it was of help!
@nerduser10007 ай бұрын
You madam helped me understand this for a semester exam easily! This question is actually asked in most of previous year papers! Thank you subbed easy explanations keep them coming!
@sumitsoin69152 жыл бұрын
Our mind's innate inquisitivenss has made things possible once even unimaginable. Keep up the good work by putting up such information which can ignite brighter tomorrow.
@BinaBhatt2 жыл бұрын
Thank you!!
@ahundley81 Жыл бұрын
Thank you for this video. Very clear explanation of watchdog. Now I will check the link because I want more information about types of watchdogs
@cester165 Жыл бұрын
Thank you very much for your microcontroller basics playlist! It was invaluably helpful to me.
@krizz58252 ай бұрын
Underrated channel found
@aniketudeshi28382 жыл бұрын
Superbly explained.. great work!!
@BinaBhatt2 жыл бұрын
Thank you !!
@samruddhijamdade4743 Жыл бұрын
best introduction to watchdog timer, very grateful🙏
@electrowashyelect97157 ай бұрын
My LCD do display corrupted characters upon several transition probably bcs of length of cable to LCD or electrical interference. So most times I does manual reset or switch the circuit off and on to restart. Pls how do I use WDT to restart the MCU when it goes into another mode.
@AmitSinha2492 жыл бұрын
Love your work, Simple and easy to understand.
@mythilim1823 Жыл бұрын
Mam is it possible to trigger (whenever any pin connected to the controller, that pin used as a feeding signal to the watchdog) the watchdog timer externally.
@mythilim1823 Жыл бұрын
Like Manual hardware trigger.
@BinaBhatt Жыл бұрын
how do you intend to use it? Also, check the datasheet!
@vinayaksrimal31112 жыл бұрын
Thank you for explaining with real world examples. One question, if the code can be uploaded/ updated remotely, what are the safeguards to ensure that only authorised code is uploaded to the controller?
@BinaBhatt2 жыл бұрын
That's an interesting question and as far as I know it is possible to break into the system but the question is will it be worth it given the cost and effort needed to accomplish the same...
@shrikantnikam24262 жыл бұрын
wow nice combination Realtime examples with concepts.
@kalpavrukshg88532 жыл бұрын
Are there any software implementations of watch dog timer ? Or it is always at hardware level ( considering the example provided in the video)
@BinaBhatt2 жыл бұрын
Software-based wdt can be implemented. It all depends on the system under consideration!