Question: PROJECT OVERVIEW The Smart Inventory System tracks item count in a storage bin using a load cell ( weight - based counting ) and an
PROJECT OVERVIEW
The Smart Inventory System tracks item count in a storage bin using a load cell weightbased counting and an ultrasonic sensor heightbased fullness detection An Arduino processes the data, updating an LCDOLED display and a website for realtime monitoring. This handsfree system is ideal for keeping tabs on supplies in shared storage areas.
INPUT DEVICES USED FOR THE PROJECT ARE:
Load Cell BCFJCG Weight sensor
Ultrasonic sensor BCDGSJC
OUTPUT DEVICES USED ARE:
RGB Light Indicator
Buzzer
COMPONENTS USED FOR THE CIRCUIT AND THEIR VALUES:
MOSFETBJT Transistor
PROGRAM DESCRIPTION:
Read Sensor Data: The program reads weight data from the load cell and height data from the ultrasonic sensor continuously.
Calculate Item Count: Based on the weight and the known weight per item, the system calculates the number of items in the bin.
Check Bin Status: If the height data indicates the bin is near full capacity, the system sets a "full" status and stops counting additional items.
Update Display: The system displays the current item count, bin status, and alerts on the LCD.
Website Integration: The item count and status are updated on a simple website interface, allowing users to remotely monitor inventory levels. A "low stock" alert can also be sent when the item count drops below a predefined threshold.
I need the correct schematic and the corrct instructions for the coding part how to do it and what components is useful for this project
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
