My name is Danielle Mae and I'm working with people who are handicapped. I've read an article about Arduino and I immediately got excited about the things you can build with it. I bought a book, did some tutorials and I finally got my self a new hobby.
So I came up with a concept for the people I work with and I want to build a simple prototype to test with the users. I want to make a T-shirt (person 1) which can measure the object someone holds to their body. In my case the object should be different kind of teddybears. If the T-shirt detects is teddybear A it needs to send to another Arduino (person 2) which has vibration motors. The vibration motors needs to vibrate a sort of pattern that person 2 knows that person 1 is holding teddybear A.
I really don't know where to start, it doesn't have to be super high tech, but I really want to test this.
Does anyone have an idea how I can make this as simple as possible? I was thinking about using RFID tags for the teddybears and a reader for the T-shirt.
?
I see that having an RFID reader in the shirt (and hence an embedded RFID fob/card in the Teddy Bears) will tell that person's, who is holding the bear, shirt what bear they are holding/hugging...
but did anyone address sending this info from bear/shirt #1 to wearer/shirt #2?
Well we don't really know the distance of the two people, so that question was left open for now.
Let's let her first get the RFID tags to work, then we can move on to the sending the info between Arduinos.
If she wants a two way connection that is within 30ft, then bluetooth is the way to go, but if person A is in New York and person B is in California, then obviously either WIFI or GSM/SMS will be needed.
I see that having an RFID reader in the shirt (and hence an embedded RFID fob/card in the Teddy Bears) will tell that person's, who is holding the bear, shirt what bear they are holding/hugging...
but did anyone address sending this info from bear/shirt #1 to wearer/shirt #2?
bluetooth? wi-fi?
That's probably my problem. I know how to connect my RFID reader to an Arduino (1/ so RFID tag sends information to the reader, reader send information to arduino 1) so if wearer 1 holds the bear close my arduino knows which bear wearer 1 is holding. But then there's the problem how do I send this information to wearer number 2? It would be perfect if this is wireless, but for testing it's not really necessary
The pillow talk sounds interesting, but it doesn't have to be wireless if I can test it with long wiring that would be good enough. Do I need 2 arduino's for this project?
Thanks for your answer. So now I found a tutorial Arduino RFID Tutorial - YouTube
He connects a RFID reader to an Arduino and connects a LED as well to give feedback wether the RFID reader had recognised a tag. So now I thought that I could replace the LED and connect a vibration motor to it. Is this correct? and can I connect more than one motor to it? Or is this not possible because of the voltage.
Yes, you can have multiple motors, but within your power and size limits.
You might be able to get away with using those tiny cellphone vibrating motors by themselves, without the need for transistors. However being that the Arduino does not take kindly to feedback created by the motors, I insist you do use a transistor and a diode to prevent any damage to the Arduino.
What type of RFID reader do you have? (what communication/protocol?) SPI? Serial?
Using some HC-05 Bluetooth modules are dead simple to set up and use...
and only cost a few bucks a piece really..
that being said.. with the ESP8266 wifi module also only being a few bucks,.. its really up to you.
I have only played with the bluetooth modules a little bit.. (and with my cellphone as the 'other end')..
either route you go, I suggest taking some time to think about how connecting to either the local wifi network or the pairing/connecting of the Arduino/bluetooth modules is going to work for you...
Are these supposed to work 'on the go'? any place?
or be in a permanent location?
if the later.. then I think its much more easy.
you can load the wifi credentials from an SD card if you wanted.. (* guest network)