The Engineering Projects
A lot of Engineering projects and tutorials for the students to help them in their final year projects and semester projects.
Pricing
3 Items

Simulating Advanced Logic Gates using Ladder Logic Programming

Simulating advanced logic gate, NAND logic gate, The NANA ladder logic in two ways, NAND ladder logic when both inputs are false, NAND ladder logic when input A is false and input B is true, NAND ladder logic when input A is true and input B is false, NAND ladder logic when both inputs are true, NOR logic gate, XOR logic gate, XNOR logic gate, XNOR ladder logic when input A is true and input B is false, XNOR ladder logic when input A is false and input B is true Hello friends! I hope you are all very well! I am so happy to meet you today to continue learning and practicing PLC ladder logic programming. In an earlier part, we already have gone through the very basic logic gates of “AND”. “OR”, and “NOT”. Today we are going to resume the simulation of logic ...

ESP32 Hall Effect Sensor

What is hall effect, How does hall effect sensors work, Applications of hall effect sensors, Hall Effect sensor in ESP32, Programming ESP32 Hall Effect Sensor using Arduino IDE, Code description, Setup(), Loop(), Testing, Serial plotter, Serial monitor Hello reader, I hope you all are doing great. The ESP32 development board is featured with some inbuilt sensors like a capacitive touch sensor and hall effect sensor. In this tutorial, we are going to discuss one of those inbuilt sensors that is the Hall Effect sensor. Hall Effect sensor is used to ...