-
Notifications
You must be signed in to change notification settings - Fork 0
RFID Badges for team members #8
Comments
There is a wifi shield available for spark fun that might be good to add also discussed using another one of these as a gimmick in the pit during competition hand out rfid enabled business cards |
I will figure out by next tuesday if the wifi sheild is what we want |
Re assigned issue to Steve because I'm trying to figure-out how to use GitHub better. I'll copy the meat of the original issue to Steve via email. |
After I started to use the arduino DateTime library I found that the best way to set it up for our purpose would be to use a wifi shield. To be more specific it would be tremendously helpful for syncing the time on the arduino which is essential for the RFid tags. I found a shield from adafruit that includes a library. Also to make this work we would also need stacking pins also from adafruit. Shield: Stacking pins: |
Ok, I'll plan to start the order process early next week. There are several On Saturday, May 14, 2016, Daniel-Thalman notifications@github.com wrote:
|
What is the status of the RFID cards from Amazon? Are they compatible and On Saturday, May 14, 2016, Raj Gandhi raj.gandhi4@gmail.com wrote:
|
Yew they will work |
Ordering issues... the request was for an Arduino WiFi shield and stacking Raj The preferred Wifi Shield (1491) is out of stock. (A note on the site
I'm inclined to go with the cheap SparkFun offering. SparkFun has the CAN shield but Adafruit does not. On Sun, May 15, 2016 at 6:22 AM, Daniel-Thalman notifications@github.com
|
The board seems to be fine since it is a redesigned board not a knock off also the wifi sheild dosn't seem to have a library for it. Tell me if im wrong_ |
WiFi Shield https://www.sparkfun.com/products/13287 GitHub library On Tue, May 17, 2016 at 11:32 AM, Daniel-Thalman notifications@github.com
|
Thanks sounds good |
one option for data streaming - will be public. Pros: anyone, anywhere, from any device with internet access and correct URL can see who is logged into the system Cons: anyone, anywhere, from any device with internet access and correct URL can see who is logged into the system |
How to install Arduino library for SparkFun WiFi shield: |
I was reading a page about programming Bluetooth on Android and I found a comment at the bottom. Team 4488 uses a tablet and everyone has a QR code assigned to them and they scan it as a way to track attendance. Probably cheaper than RFID and all you need is a camera App. I believe they shared their code. Thought you all might be interested. Here's the post text: "Also, another thought – it just so happens that I am a volunteer engineering mentor for a FIRST Robotics team (#4488). One of the students is implementing an attendance app in App Inventor. Here's the page: http://appinventor.pevest.com/?p=520 |
It sounds like Daniel has the RFID to Arduino communication functional. There are a myriad of outputs possible. A challenge will be constraining the many possibilities down to something that can be implemented.
The process can be an informal combination of sketching what the output should look like and requirements. It probably isn't value-added to write formal requirements. Here's a smattering of ideas:
Output (initially pick just one):
Possible requirements:
Don't worry about:
Basically, for next meeting (Thursday) identify plan and obstacles (e.g. learn to retrieve time with Ethernet shield, use Records, use a Linked List, etc.) so that we can continue making forward progress. Update this GitHub thread to document progress; archive code (snippets) on GitHub. Try to do it in a way that someone with similar skills could follow and replicate.
The text was updated successfully, but these errors were encountered: