Top 5 Embedded Real time application using python
We know that most of the real time application supported python languages so in this article we will see some real time embedded projects. But why we use python with…
We know that most of the real time application supported python languages so in this article we will see some real time embedded projects. But why we use python with…
In the previous article we saw basic communication protocol for embedded c so this time to implement real time projects on i2c protocol let's see: Follow below simple steps for…
In this article we will see which is basic communication protocol in embedded c because most of the interviewers ask this questions in 99%. so student must need to prepare…
In this article we will see Top 10 RTOS interview questions with answers in 2021 so Let's see: 1) Explain in detailed what is embedded system ? An embedded system…
We know that Liquid Crystal Display (LCD) is a mostly used electronic display module and having a wide range of applications such as Timer, mobile phones, calculators, laptops, etc. 16×2…
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 -…
Hello everyone, we know that most of the embedded developer use 8051 microcontroller to create simple to complex project. Keil software provide user friendly interface and update all support file…
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…
Switch Matrix in embedded c A keyboard matrix is a circuit used in most electronic computer keyboards in which the key switches are connected by a grid of wires. Without…