A microcontroller board, programmable and debuggable out of the box in an on-board web-based IDE, combining JavaScript ES 6 and the Node.JS API with Internet directly on the board via WiFi or Ethernet and with all the other interfaces a microcontroller board usually provides.
... in only 5 minutes! Just enter the following code into your index.js file
You now have your web server serving your static pages up and running!
We give you many pins to connect your electronics, and thanks to the LPC822 switch matrix, you can choose the pins quite freely.
neonious one provides the Node.JS API which brings its event-driven, non blocking I/O model to the embedded world. You can now write large embedded projects without having to think about realtime operating systems, synchronisation issues and deadlocks.
Use ES 6 modules, let, async/await, classes, typed array, you name it. ES 6 features are supported seamlesssly.
neonious one allows you to install modules from the largest software library in the world, the npm repository. For this the IDE also has an on-board graphical package manager. Just type in the package name, press install and then use it in your code via require() or import