I'm wondering if there is a way to run a node script and Arduino code on the same machine.
I am working with some tools that I purchased from sparkfun, and these have libraries written in Arduino C.
I am attempting to use the socket.io tools available for node.js development and these breakouts from sparkfun.
Also if possible is there a clean way to communicate between the two separate processes?
Thanks!
Link Copied
Hi,
I'd recommend you to take a look at this document https://software.intel.com/en-us/blogs/2015/05/05/efficient-data-sharing-using-interrupts-on-intel-e... https://software.intel.com/en-us/blogs/2015/05/05/efficient-data-sharing-using-interrupts-on-intel-e... . This guide will help you if you need to develop a project where you want to use multiple programming environments.
Sergio
Hi,
I'd recommend you to take a look at this document https://software.intel.com/en-us/blogs/2015/05/05/efficient-data-sharing-using-interrupts-on-intel-e... https://software.intel.com/en-us/blogs/2015/05/05/efficient-data-sharing-using-interrupts-on-intel-e... . This guide will help you if you need to develop a project where you want to use multiple programming environments.
Sergio
For more complete information about compiler optimizations, see our Optimization Notice.