microflo-example-arduino icon indicating copy to clipboard operation
microflo-example-arduino copied to clipboard

Quick start for MicroFlo on Arduino - clone and go!

Results 3 microflo-example-arduino issues
Sort by recently updated
recently updated
newest added

I installed arduino IDE, node.js, and cloned the arduino example. When running npm install, I get the following error: PS D:\microflo\microflo-example-arduino> npm install npm WARN deprecated [email protected]: request has been...

I've tried a number of combinations, including using quotes around COM10, using one hyphen, using serial instead of port, etc. Never works. Always reverts to COM5. npm start --port COM10...

I get the following output when I run `npm install`: https://gist.github.com/SirWindfield/d48bb632d69c2d6a7a8f6ea35edbfd7f **Edit:** Looks like I had to use an older Node Version because the ABI wasn't compatible. I switched to...