Skip to main content

Industrial VS Commercial VS Residential Electrical Installation

Hey, in this article we are going to see the comparison between Industrial, Commercial, and Residential Electrical installation. We will make compare with respect to types, procedure, cost, safety, equipment, and many other essential factors. First of all, let's know what is electrical installation. Electrical installation is a procedure to install electrical circuits, wirings, equipment, and machines. The electrical installation can be divided into three major parts - 1. Installing of electrical equipment or device or machine 2. Make electrical connection or wiring for them 3. Provide them proper voltage and power to operate them. These different types of electrical installation required different types of electricians and management. For example, commercial electrical installation requires commercial electricians, industrial electrical installation requires industrial electricians, and residential electrical installation requires residential electricians. We already published an ...

8051 Microcontroller Project Idea

  1. Auto Intensity Control of Street Lights
  2. Auto Metro Train to Shuttle Between Stations
  3. Auto Power Supply Control from 4 Different Sources: Solar, Mains, Generator & Inverter to Ensure No Break Power
  4. Automatic Bell System for Institutions
  5. Automatic Dialing to Any Telephone Using I2C Protocol on Detecting Burglary
  6. Automatic Irrigation System on Sensing Soil Moisture Content
  7. Automatic Surveillance Camera Panning System from PC
  8. Automatic Wireless Health Monitoring System in Hospitals for Patients
  9. Beacon Flasher Using Microcontroller
  10. Bidirectional Rotation of an Induction Motor with a Remote Control Device
  11. BLDC Motor Speed Control with RPM Display
  12. Cell Phone Based DTMF Controlled Garage Door Opening System
  13. Cell Phone Controlled Robotic Vehicle
  14. Closed-Loop Control for a Brushless DC Motor to Run at the Exactly Entered Speed
  15. Cyclo Converter Using Thyristors
  16. Density Based Traffic Signal System
  17. Detecting Power Grid Synchronization Failure on Sensing Frequency or Voltage Beyond Acceptable Range
  18. Discotheque Light Stroboscopic Flasher
  19. Dish Positioning Control by IR Remote
  20. Display of Dialed Telephone Numbers on Seven Segment Displays
  21. Distance Measurement by Ultrasonic Sensor
  22. DTMF Based Load Control System
  23. FACTs (flexible ac transmission) by TSR
  24. FACTs by SVC (flexible ac transmission)
  25. Fire Fighting Robotic Vehicle
  26. Flash Flood Intimation Over GSM Network
  27. Four Quadrant DC Motor Speed Control with Microcontroller
  28. GSM Based Energy Meter Reading with Load Control
  29. GSM Based Monthly Energy Meter Billing via SMS
  30. Industrial Battery Charger by Thyristor Firing Angle Control
  31. Industrial Power Control by Integral Cycle Switching without Generating Harmonics
  32. Integrated Energy Management System Based on GSM Protocol with Acknowledgement Feature
  33. IR Controlled Robotic Vehicle
  34. IR Obstacle Detection to Actuate Load
  35. Lamp Life Extender by ZVS (Zero Voltage Switching)
  36. Life Cycle Testing of Electrical Loads by Down Counter
  37. Line Following Robotic Vehicle Using Microcontroller
  38. Metal Detector Robotic Vehicle
  39. Movement Sensed Automatic Door Opening System
  40. Networking of Multiple Microcontrollers
  41. Non-Contact Tachometer
  42. Object Counter with 7 Segment Display
  43. Object Detection by Ultrasonic Means
  44. Obstacle Avoidance Robotic Vehicle
  45. Optimum Energy Management System
  46. Parallel Telephone Lines with Security System
  47. Password-Based Circuit Breaker
  48. PC Based Electrical Load Control
  49. PC Controlled Scrolling Message Display for Notice Board
  50. Pick N Place with Soft Catching Gripper
  51. Portable Programmable Medication Reminder
  52. Power Saver for Industries & Commercial Establishments
  53. Pre Stampede Monitoring and Alarm System
  54. Precise Digital Temperature Control
  55. Precise Illumination Control of Lamp
  56. Predefined Speed Control of BLDC Motor
  57. Programmable Energy Meter for Electrical Load Survey
  58. Programmable Load Shedding Time Management for Utility Department
  59. Programmable Switching Control for Industrial Automation in Repetitive Nature of Work
  60. Railway Level Crossing Gate Control through SMS by the Station Master or the Driver
  61. Railway Track Security System
  62. Remote Jamming Device
  63. RF Based Home Automation System
  64. RF Controlled Robotic Vehicle With Laser Beam Arrangement
  65. RFID based attendance system
  66. RFID Based Passport Details
  67. RFID security access control system
  68. Scada (Supervisory Control & Data Acquisition) for Remote Industrial Plant
  69. Secret Code Enabled Secure Communication Using RF Technology
  70. Security System Using Smartcard Technology
  71. Security System With User Changeable Password
  72. Sine Pulse Width Modulation (spwm)
  73. Solar Powered Auto Irrigation System
  74. Solar Powered LED Street Light with Auto Intensity Control
  75. Speed Checker to Detect Rash Driving on Highways
  76. Speed Control Unit Designed for a DC Motor
  77. Speed Synchronization of Multiple Motors in Industries
  78. Stamp Value Calculator for Postage Needs
  79. Sun Tracking Solar Panel
  80. SVPWM Space Vector Pulse Width Modulation
  81. Synchronized Traffic Signals
  82. Tampered Energy Meter Information Conveyed to Concerned Authority by Wireless Communication
  83. Theft Intimation of the Vehicle Over SMS to Owner Who Can Stop the Engine Remotely
  84. Three Phase Solid State Relay with ZVS
  85. Thyristor Controlled Power for Induction Motor
  86. Thyristor Power Control by IR Remote
  87. Touch Screen Based Home Automation System
  88. Touch Screen Based Industrial Load Switching
  89. Touch Screen Based Remote Controlled Robotic Vehicle for Stores Management
  90. TV Remote Operated Domestic Appliances Control
  91. Ultra-Fast Acting Electronic Circuit Breaker
  92. Underground Cable Fault Distance Locator
  93. Unique Office Communication System Using RF
  94. Using TV Remote as a Cordless Mouse for the Computer
  95. War Field Spying Robot with Night Vision Wireless Camera
  96. Wireless Electronic Notice Board Using GSM
  97. Wireless message Communication Between Two Computers


Comments

Popular posts from this blog

What is a Positive Temperature Coefficient (PTC) | Positive Temperature Coefficient Thermistor

PTC is an initial for Positive Temperature Coefficient PTC thermistors are resistors with a positive temperature coefficient, meaning their resistance rises as the temperature rises. PTC thermistors are classified into two types depending on the materials used, the structure of the device, and the production method. Solicitors are the earliest type of PTC thermistors, and they employ silicon as the semiconducting material. Because of their linear feature, they are employed as PTC temperature sensors.  The switching type PTC thermistor is the second category. The resistance-temperature curve of a switching type PTC thermistor is very nonlinear. When a switching type PTC thermistor is heated, the resistance initially decreases until a critical temperature is achieved. As the temperature rises above the critical point, the resistance rises substantially. This kind of PTC thermistor is commonly utilized in PTC heaters, sensors, and other applications. This second group includes polyme...

74HC165 Shift Register and your Arduino UNO

Today in this tutorial I'll explain to you how to control the 74HC165 parallel in serial out(PISO) shift register using your ARDUINO board. Here we used 74HC165 for increasing numbers of inputs of your ARDUINO board. Shift registers are often used for the purpose of saving pins on a microcontroller. Every microcontroller has a limited number of pins for general inputs and outputs (GPIO). Sometimes we have required more inputs and our controller does not provide such inputs at that time parallel in serial out(PISO) shift register is used to increase inputs. An 8-bit shift register needs 4 lines of a microcontroller. One pin to clock for data transfer, one for clock enable, one for shifting/loading/latching the bits, and one for serial data transfer. Here we used only 3 pins of microcontrollers. One pin for loading the bits, one pin to clock for data transfer, one pin to serial data transfer. In 74HC165 Clock enable pin is active low so we connect it to the ground. Two 74HC165 can be...

What is the Joule Thief Circuit and how does it work

A joule thief is a compact, low-cost, and easy-to-build self-oscillating voltage booster that is often used to drive small loads(3.3v 5mm LED). Other names for this circuit include blocking oscillator , joule ringer , and vampire torch . The circuit is a blocking oscillator variation that functions as an unregulated voltage boost converter. The output voltage is increased at the price of a larger input current draw, but the output integrated (average) current is reduced and the luminescence brightness is reduced. This joule thief Circuit uses a 1.2 V or 1.5 V single-cell electric battery to power LEDs. However, as the supply voltage reaches 3V, the LED begins to light. The theory of operation of a Joule thief circuit Joule Thief Circuit The joule thief circuit operates on a fairly basic basis. It operates by quickly switching the transistor. When the transistor is first switched off, a tiny amount of current flows via the resistor, primary winding, and base-emitter junction, assistin...