Table of Contents
JUN
There is always different ways to achieve the same goal. This is very true in programming, so is in life. Most times we like to think there is only one way – our way.
This is a good tutorial for this subject and Arduino Experimenter’s Guide for NodeJS.
upload ...
Posted by: mistan
In the process of developing a device, we come across a situation that we needed a responsive way to abort the device; However Arduino will be stuck in the middle of loop and only response after that, esp when the only communication to Arduino is via a serial port. We have adapted a very wasteful way of putting the whole ...