For a school project I Have to make an IoT solution in the retail. We were thinking of a smart clothing hanger. We want to make the hanger smart enough to recognize what clothing is hanging on it. In order to do so the clothing has to be able to send some sort of ID to the hanger.
first thing we thought of was RFID but the hanger next to an one hanger would pick up the signal from the other hanger so that wouldn’t be an option.
Does anyone have any other ideas on what we could try to let the piece of clothing talk to the hanger?
-
1if it's not too late, i would re-roll the dice on a topic (if it has to be practical)dandavis– dandavis2017年02月21日 17:48:22 +00:00Commented Feb 21, 2017 at 17:48
-
What about manikins that move when a LDR detects movement nearby.sa_leinad– sa_leinad2017年02月24日 04:13:15 +00:00Commented Feb 24, 2017 at 4:13
-
@sa_leinad Interesting idea but I think people will be scared if a manikin suddenly moves.job vink– job vink2017年02月27日 11:32:10 +00:00Commented Feb 27, 2017 at 11:32
1 Answer 1
Well I guess the signal strength could be measured but clothes hanged in wardrobe are too close to each other to distinguish them. Maybe close range NFC?
I have other solution to be considered.
Maybe you look at the wrong touchpoint of that interaction. What if the desired action occurs not while it's already hanged but when user put the clothes on hanger? During that, it's not with other clothes (as you grab the hanger in your hand to put the clothes on it).
There are a few things to consider. I guess people put things only on one hanger at once while having clothes in second hand. How many % of users puts clothes on hanger by grabbing it outside of wardrobe (as mundane event/behavior)?
Why it's important?
During that interaction there is a moment when user tries to pair single cloth with single hanger separated from the rest.
The hanger could have additional sensor to know when it happens:
- Magnetic field sensor and small magnet in collar?
- Capacitive sensor?
- Accelerometer?
...so the device will know when that interaction occurs and then activate the reading from single rfid tag.
I guess my answer is more about user experience and the aesthetics of interaction but it can give you some clues to finish your project.
-
Your answer is great. It opend my mind a little bit. Thank you!job vink– job vink2017年02月21日 19:25:19 +00:00Commented Feb 21, 2017 at 19:25