JavaScript Library for Arduino
By Deshan Nawanjana •

Integrating Arduino technology into JavaScript is the main concept of uno.js. This library communicates with the microcontroller that has connected to your PC and reads values from sensors and modules to do any kind of calculation in a web environment.
Key Features
- Connect the Arduino board to the browser.
- Handle logics within JavaScript to control the board.
- Read and write digital and analog values.
- Control Arduino sensors and modules.
- Additional Tools to visualize board readings.
Libraries and Frameworks Used
- avrgirl-arduino - NodeJS library for flashing compiled sketch files to Arduino boards
- uglify-js - JavaScript parser, minifier, compressor and beautifier toolkit
- PrismJS - Syntax highlighting library
- Three.js - JavaScript 3D Library