Hello,
I just started using arduino and I need to connect Arduino Uno with dSpace. I want to pass the values read from analogread() to dSpace. Has anyone done this before and can give an idea?
Thanks for your help.
Help us help you. What is dSpace, and what do you expect it to do for you?
C
Why would you need to do that, if you are just beginning with Arduino? Most people start by learning to blink an LED, measure a voltage, etc. following the examples provided with the software development package (the Arduino IDE).
Hint: if it has been done before, it is pretty likely that someone has written up the process and posted on the web. Use your favorite search engine with the phrase "arduino connect dspace" to find it.
The dSpace boards :[http://www.dspace.com/en/inc/home/products/hw.cfm ]are PCI/ISA interface boards for plugging into a computer. I am referring to the connector panels to communicate with the processor board.
Please answer the questions from post #3
I am doing a simple operation on the arduino. What I need is to be able to transfer the analog value I read to dSpace.
I searched for "arduino connect dspace" in the search engine but couldn't find anything that might help.
Is a dSpace the only option to transfer data? Where you need to send it? To the global net or simply to your PC?
Why not use simpler options like MQTT or just a Serial?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.