Modern smartphones have eliminated the need for a number of devices.  Often I use my smartphone as a scanner (CamScanner), car GPS, voice recorder, security token, pedometer, light controller, and oh yeah, a phone.   My electronics bench is currently home to a Bench Power Supply, an Oscilloscope, and a Function Generator.  While good instruments, they should worried because they’re going to get replaced with one device: National Instrument’s VirtualBench.

You might also be interested in my Full Video Review of the VirtualBench!

The Arduino IDE is great in that with a single download on any PC platform, new users can start writing code and see immediate results.   The same simplicity though, limits some of the more “advanced” features found in modern editors.  Also one of the IDE’s greatest strengths is cross-platform through Java.  This is also one of its weaknesses.  Java is outdated and it’s time to move on.

There’s a slew of other Arduino development environments out there, but most of them are limited to 1 or 2 platforms.  Electron is a novel idea because it is based on Node.js, meaning it runs in Google’s Chrome.

The initial implementation even includes a Serial monitor!