03-22-2019 12:59 AM
Hi, I need help in developing labview code. I am new to labview and will appreciate if someone can help me in this matter.i need to display a sine wave in arduino serial monitor. for that i need to generate sine wave siganal and sent to arduino. is it possible?. how can i do that.Any help on this would be greatly appreciated.
03-22-2019 01:07 AM
Hi, I need help in developing labview code. I am new to labview and will appreciate if someone can help me in this matter.i need to display a sine wave in arduino serial monitor. for that i need to generate sine wave siganal and sent to arduino. is it possible?. how can i do that.Any help on this would be greatly appreciated.
03-22-2019 02:41 AM
Hi sobiga,
I need help in developing labview code. I am new to labview
Then I suggest to take all the links in the "Training" section in the header of this LabVIEW board.
This way you can easily learn LabVIEW!
i need to display a sine wave in arduino serial monitor.
You want to display a "sine wave" in the "serial monitor"? Do you want to display just some numeric values or do you want a real sine plot in a graph?
for that i need to generate sine wave siganal and sent to arduino. is it possible?.
Yes.
how can i do that.
Learn LabVIEW.
Install LINX.
Examine the examples coming with LINX.
Then create your VI…
03-22-2019 05:30 AM
Hi GerdW,
Then I suggest to take all the links in the "Training" section in the header of this LabVIEW board.
This way you can easily learn LabVIEW!
thanks a lot.but i need to submit my project within a week.so i need to do it quickly.
You want to display a "sine wave" in the "serial monitor"? Do you want to display just some numeric values or do you want a real sine plot in a graph?
yes, i want. to display a real sine plot in a graph.
Learn LabVIEW.
Install LINX.
Examine the examples coming with LINX.
Then create your VI…
can you please suggest any links to do that.please i need to do this part quickly as much as possible.
03-22-2019 05:33 AM
Hi sobiga,
can you please suggest any links to do that.please i need to do this part quickly as much as possible.
See that Training section in the header of the LabVIEW board to get you started.
For LINX…
03-22-2019 09:18 AM - edited 03-22-2019 09:18 AM
@sobiga wrote:
i need to display a sine wave in arduino serial monitor. for that i need to generate sine wave siganal and sent to arduino. is it possible?.
On top of the training suggestions, I have a question about your assignment
Do you need to generate a sine wave send it to the Arduino and then have the Arduino send it back? (to display in the serial monitor)
Can you just have the Arduino do the math to generate a sine wave and send the values out through the serial monitor?
03-22-2019 11:35 AM
@RTSLVU,
thank you.
Do you need to generate a sine wave send it to the Arduino and then have the Arduino send it back? (to display in the serial monitor)
i need to generate a sine wave in labview. and send the numerial values which are representing the sine wave to arduino and plot a graph using serial plotter in arduino.
Can you just have the Arduino do the math to generate a sine wave and send the values out through the serial monitor?
No actually. I need to display a ecg graph in my mobile app .for that i need to send signal via bluetooth from arduino. for the earlier step i planned to do this.
But yet i don't have any idea. how to do that.can you help me please or can you suggest any links how to do this.please .
Again.thanks a lot.
03-22-2019 12:31 PM
Break your project down into steps. First, learn how to generate a sine wave. Then learn how to send random values via Serial (there are good examples in the NI Example Finder on using Serial). Then combine the two.