Hi, I need a C program using smart shelves, how can I read the bottles on the shelf when all who own frequency. Does anyone have an idea! !! Thx
Hi, I need a C program using smart shelves, how can I read the bottles on the shelf when all who own frequency. Does anyone have an idea! !! Thx
Hi Rita Muller
I could not understand your point "when all who own frequency" assuming you are using german use Google translate.
You could put a weight sensor (load bearing) on the bottle rack and connect it to the Arduino - weight of each bottle - x gms total number of bottles on rack - y
So a full rack would be x*y gms initial read or init value set. Give init values to x and y
As bottles are removed the value of x*y would reduce/change to x1*y1 ....... and the number of bottles could be displayed by a counter whose rounded value is computed by
(x1*y1) / x .........
You could also put a infra red xmitter/receiver unit where the bottles are being removed (like a gate) and every time a bottle is removed reduce the counter by 1.
Mahayar
Hi Rita Muller
I could not understand your point "when all who own frequency" assuming you are using german use Google translate.
You could put a weight sensor (load bearing) on the bottle rack and connect it to the Arduino - weight of each bottle - x gms total number of bottles on rack - y
So a full rack would be x*y gms initial read or init value set. Give init values to x and y
As bottles are removed the value of x*y would reduce/change to x1*y1 ....... and the number of bottles could be displayed by a counter whose rounded value is computed by
(x1*y1) / x .........
You could also put a infra red xmitter/receiver unit where the bottles are being removed (like a gate) and every time a bottle is removed reduce the counter by 1.
Mahayar
But what if a bottle is half used and put back on the shelf ???