AC load interfacing with pic microcontroller
In this tutorial, you will learn how to interface AC load with pic microcontroller or any other microcontroller. Why we need a optocoupler to interface AC load with microcontroller? Why …
In this tutorial, you will learn how to interface AC load with pic microcontroller or any other microcontroller. Why we need a optocoupler to interface AC load with microcontroller? Why …
hi everybody Difference Between 8 bit 16 bit and 32 bit Microcontroller. Today we’re,talking about some tech trivia and I’m,not going to go super deep into the technology behind this …
Microcontroller interfacing to relays using ULN2003, In this article, you will learn how to interface microcontroller to relays using ULN2003 relay driver circuit. If you want to know more about …
magnetic field strength measurement using pic microcontroller, In this tutorial, you will learn about magnetic field strength measurement using pic microcontroller. magnetic strength measurement has many applications in physics and …
magnetic field detection with pic microcontroller and reed switch, In this tutorial, you will learn to make magnetic field detection circuit using pic microcontroller and reed switch. I will using …
Joystick module interfacing with pic microcontroller, In this tutorial you will learn how to interface Joystick module with pic microcontroller. Do you want to add three dimensional control in your project? …
Mercury tilt switch interfacing with pic microcontroller, In this tutorial we will see how to interface tilt switch or mercury tilt switch with pic microcontroller. If you are new to …
Least Laxity First (LLF) is a job level dynamic priority scheduling algorithm. It means that every instant is a scheduling event because laxity of each task changes on every instant …
Earliest deadline first (EDF) is dynamic priority scheduling algorithm for real time embedded systems. Earliest deadline first selects a task according to its deadline such that a task with earliest deadline …
Rate-Monotonic (RM) is a well-known real-time scheduling algorithm used in real-time operating systems (RTOS) to schedule tasks with fixed or periodic deadlines. RM is a priority-based scheduling algorithm, where each …