How to 12 volt dc motor interfacing with 8051 using L293D
We know that in engineering life we used DC motor with 8051 microcontroller so For the beginner one question is Commonly ask How to connect DC motor to controller ?or…
We know that in engineering life we used DC motor with 8051 microcontroller so For the beginner one question is Commonly ask How to connect DC motor to controller ?or…
Introduction to serial communication in embedded : In Embedded Systems, Communication means the exchange of data in theform of bits by some set of defined rules between two micro -…
Introduction to Watchdog timer in embedded c Watchdog timers are hardware count down timers, which when enabled in microcontrollers will generate a microcontroller reset (or) interrupt if the program running…
A macro is a name given to a block of C statements as a preprocessor directive. Being a pre-processor, the block of code is communicated to the compiler before entering…
Sensing devices also known as sensors is widely used in almost all applications of embedded systems whether it be Rain sensing wipers in cars or sensing an upcoming missile from…
We know that All programming languages are used there own IDE or compiler for there programming purposed So They are develop there compiler in both mode i.e. In online platform…