09-24-2013 02:40 AM
I have a project regarding to a train station here and I'm trying to create a VI that will cater to this specifications:
a.) The user will send a SMS to the system regarding on what station he/she is.
b.) The system will check the nearest train the the sender (Using RFID) and send a SMS to the user (Using GSM module) the ETA of the Train and whether the train is FULL,SKIP or can be ride onto.
My question is this:
a.)Where to start?
b.)What Labview modules i can use to interface with RFID and GSM.
c.) Does VISA work here?
Thanks! 🙂
09-24-2013 02:49 AM
You goona need requirement and interfacing details. Instead of GSM you need AT commands
09-25-2013 12:23 PM
Instead of Using GSM Module i just need AT commands? So i will not buy GSM module(hardware). Thanks for your Reply! 🙂
09-25-2013 01:01 PM
10-03-2013 06:08 AM
I'm done with my sms 🙂 thanks! my new problem is that, how can i connect my rfid to arduino to labview. any manuals,instruction, link to that ?
10-03-2013 06:10 AM
You need to buy GSM module for sending AT commands. It will not do any magic for sending SMS
10-03-2013 06:12 AM
@homer07 wrote:
I'm done with my sms 🙂 thanks! my new problem is that, how can i connect my rfid to arduino to labview. any manuals,instruction, link to that ?
You gonna need this
1. RFID --> Arduino --> Labview
2. RFID --> Labview
Arduino - Labview.
Anyhow you need to communicate to arduino using LV. Hence you can either go for interfacing RFID and Arduino to LV or RFID to arduino and arduino to LV