LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RFID,GSM MODULE, ARDUINO

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! 🙂

0 Kudos
Message 1 of 7
(4,031 Views)

You goona need requirement and interfacing details. Instead of GSM you need AT commands

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
Message 2 of 7
(4,029 Views)

Instead of Using GSM Module i just need AT commands? So i will not buy GSM module(hardware). Thanks for your Reply! 🙂

0 Kudos
Message 3 of 7
(3,981 Views)
Ignore the previous response. To send and SMS, you would need a GSM modem and the software would be AT commands sent/read with VISA.
0 Kudos
Message 4 of 7
(3,976 Views)

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 ?

0 Kudos
Message 5 of 7
(3,945 Views)

You need to buy GSM module for sending AT commands. It will not do any magic for sending SMS

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 6 of 7
(3,943 Views)

@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

 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 7 of 7
(3,942 Views)