Tag: Espruino
Developing an open-source air quality monitor and a sensor network for the community
The OpenAirMonitor is an outdoor air quality monitor that is powered by solar energy and sends data over LoRaWAN and Bluetooth LE. It measures the amount of dust (PM1, PM2.5, and PM10), as well as the temperature and humidity. The monitor has a STEMMA QT connector, which means that it...
Continue ReadingAVR8js – Open Source Arduino Simulator Based on JavaScript
One of the things I love about JavaScritpt is the fact it keeps finding applications in different domains. One such use is in Arduino, with Espruino (open-source JavaScript interpreter for microcontrollers), and an interesting new one is the AVR8js. AVR8js is an open-source Arduino...
Continue ReadingBangle.js: the hackable Smart Watch
While Python currently sits atop the throne of the most popular programming language in the world, languages like javascript have been creeping around the throne with different frameworks and APIs that have taken the language beyond use of web development. This was evident in Espruino as...
Continue ReadingPixl.js – The Latest Addition to the Espruino Family
Espruino is a small computer that anyone can use to control things around it. Its JavaScript interpreter gives you instant feedback so that you can experiment and develop whatever your level of experience. Even if you can’t program, you can still get started quickly with the web-based...
Continue ReadingPuck.js – The Ground-Breaking Bluetooth Low Energy Beacon
Puck.js is a Bluetooth Low Energy Beacon which can be programmed and debugged wirelessly with JavaScript. It is both multi-functional and easy to use. This beacon uses a custom circuit board with the latest Nordic chip, Bluetooth LE, Infrared transmitter, NFC, magnetometer, temperature...
Continue ReadingEspruino: JavaScript for Things
Espruino is the world's first JavaScript microcontroller. With it you are able to develop intelligent devices quickly and easily. Espruino is a small computer that anyone can use to control things around them. Its JavaScript interpreter gives you instant feedback so that you can...
Continue ReadingTime-based One-time Password fob for Google Authenticator
conoroneill.net has coded an Espruino Pico to work like a HID device. Now that the Espruino Pico has (beta) HID support, it can pretend to be a keyboard or mouse (or other HID compatible device). This makes it possible to send characters to the active window on your...
Continue Reading