Bangle.js is an Hackable, Open Source JavaScript and TensorFlow-driven Smartwatch (Crowdfunding)

Espruino brought JavasScript to the Microcontroller, now Bangle.js is bringing Javascript plus TensorFlow Lite to your smartwatch. There has been some movement by some developers that says that JavaScript should be used for everything, even though I find that idea ridiculous, I still find JavaScript a fascinating language. The NeaForm Research team and Gordon Williams (the brain behind Espruino) have all teamed up in launching Bangle.js Smartwatch. Bangle.js isn’t your ordinary smartwatch, at the heart of it is the open-source ecosystem. JavaScript plus TensorFlow Lite and of course, a cool looking Smartwatch is what Bangle.js is offering. Bangle.js was launched at the recently concluded NodeConf EU conference, and the goal is to bootstrap an Open Health Platform hopefully. NodeWatch is the specific implementation of Bangle.js for NodeConf EU 2019, co-developed by Espruino and NearForm Research. This project has the potential to bootstrap a community-driven open health platform where anyone can […]

Espruino Pixl.js is a Bluetooth LE Display Programmable with JavaScript, Compatible with Arduino Shields

Espruino is an open source firmware that allows you to control micro-controllers board with JavaScript, and used in hardware such as Wio LTE GPS tracker,  some STM32 Cellular IoT Discovery Kits, and other platforms. I have actually tried Espruino and JavaScript programming in an ESP32 board myself, and it worked reasonably well. But Espruino developers also provide hardware platforms for Espruino, which – as one should expect – are normally better supported than other third-party board. One of their latest platforms is Espruino Pixl.js a Bluetooth smart display powered by Nordic Semi nRF52832 WiSoC. Espruino Pixl.js specifications: WiSoC – Nordic Semi nRF52832 Arm Cortex-M4 @ 64MHz with 64kB RAM, 512kB Flash,  Bluetooth Low Energy connectivity (via a Raytac Corportation module) Display – 54mm diagonal, 128 x 64 sunlight readable monochrome display with white backlight Connectivity – Bluetooth LE and NFC tag I/Os 20x GPIO in Arduino footprint with PWM, SPI, […]

FOSDEM 2018 Open Source Developers Meeting Schedule

FOSDEM (Free and Open Source Software Developers’ European Meeting) occurs every year on the first week-end of February, where developers meet for two days discussing about open source software projects. FOSDEM 2018 will take place on February 3-4 this year with  652 speakers, 684 events, and 57 tracks, an increase over  last year 608 speakers, 653 events, and 54 tracks. There will be 8 main tracks namely: Community, History, Miscellaneous, Performance, Python, Security and Encryption, Space, and Global Diversity CFP Day. There will also be 33 developer rooms, and since the full schedule is now available, I’ll make a virtual schedule mostly based on sessions from the Embedded, mobile, and automotive, Hardware Enablement, and Internet of Things devrooms. Saturday 3, 2018 09:50 – 10:15 – Turning On the Lights with Home Assistant and MQTT by Leon Anavi In this presentation you will learn the exact steps for using MQTT JSON […]

Obniz ESP32 Board is Programmable in JavaScript from the Cloud (Crowdfunding)

ESP32 WiFi / Bluetooth boards are now commonly supported by the Arduino IDE, and alternative firmwares are also available to program them using JavaScript (e.g. Espruino), or MicroPython. But if are familiar with JavaScript / Node.js, and don’t want to flash your own firmware, Obniz board could be an option. The board exposes 12 I/Os programmable from the company’s Cloud service, and features a OLED display used to show your program information, or a QR code to easily program the board from your smartphone’s browse once a WiFi connection has been setup. Obniz hardware specifications: Wireless Module – ESP-WROOM-ESP32 based on  ESP32 dual core 802.11 b/n/g WiFi + Bluetooth LE WiSoC Display – 128×64 OLED display I/Os 12x I/O pins each configurable as GPIO, ADC, UART, SPI or I2C (no specialized pin, each can handle those functions) Up to 1A drive per I/O to control motors 3.3 or 5V selectable […]

Google’s Teachable Machine is a Simple and Fun Way to Understand How Machine Learning Works

Artificial intelligence, machine learning, deep learning, neural networks… are all words we hear more and more today, as machines get the ability to recognize objects, answer voice requests / commands, and so on. But many people may not know at all the basics of how machine learning works, and with that in mind, Google launched Teachable Machine website to let people experiment and understand the basics behind machine learning without having to install an SDK or even code. So I quickly tried it with Google Chrome, as it did not seem to work with Mozilla Firefox. It’s best to have audio on, as a voice explains how to use it. Basically you connect your webcam, authorize Chrome too use it, and you should see the image in the input section on the left. After you’re being to train the machine in the learning section in the middle with three difference […]

Getting Started with Espruino & JavaScript on ESP32 with ESPino32 Board

Venus Supply Co., Ltd, better known as ThaiEasyElec, is a company based in Thailand, selling embedded systems and development board, as well as providing development services based in Thailand. The company sent me their latest board called ESPino32 powered by Espressif ESP-WROOM-32 WiFi and Bluetooth module for evaluation. While the board is supported in Arduino-esp32, I’ve already tested Arduino with ESP32-Bit module & ESP32-T board, so after checking out the hardware, I’ll load it with something different: Espruino, a firmware allowing for JavaScript programming over the serial console, or a Web based IDE. ESPino32 Unboxing and Soldering The board shipped with four female headers, and I/O stickers. The board includes ESP-WROOM-32, exposes I/Os through four 10-pin headers, features CP2104 chip for serial to USB debugging via micro USB port, two buttons (reset and program), a user LED connected to IO16, and a jumper to select between regulated power supply (micro […]

Wio LTE GPS Tracker Board Comes with a 4G Modem, Supports Espruino Firmware (JavaScript Programming)

Seeed Studio launched Wio GPS tracker with a 2G GSM module a few months ago, and while it should work in some countries, others are phasing out 2G networks, and only support 3G or 4G. The company has now launched an update with Wio LTE board with the same form factor, and most of the same features except they replaced the 2G/Bluetooth/GNSS module with a 4G LTE/GNSS module, and Atmel SAMD21 ARM Cortex M0+ microcontroller by an STMicro STM32 ARM Cortex-M4F MCU. Wio LTE board specifications: MCU – STMicro STM32F405RG ARM Cortex M4F MCU @ 168 MHz with 1MB flash, 192+4KB SRAM Storage – micro SD slot Connectivity via Quectel EC21-A (America) module LTE Cat.1 modem: FDD LTE: B2/B4/B12 WCDMA: B2/B4/B5 AT Command: 3GPP TS27.007 and enhanced AT Commands Data – LTE-FDD Max 10Mbps(DL) Max 5Mbps (UL) NanoSIM card 2x u.FL antenna connectors GNSS – GPS/BeiDou/GLONASS/Galileo/QZSS with 1x u.FL GNSS […]

WebAssembly is a Cross-Platform, Cross-Browser Solution for High Performance Code in Web Browsers

Most code running in a web browser runs much slower than native code (C/C++/ assembly), and it’s fine for many applications, but some others requiring higher performance like software video decoding would have to relies on native code, initially provided via browser plugins, but then Google introduced PNaCL (Portable Native Client) allowing to run native code on multiple targets (ARM, Intel, etc..) but in Chrome browser only, and now one of Chrome developers has explained that the community has moved to WebAssembly. WebAssembly works just as well as PNaCl, and is already natively supported by Chrome and Firefox, with support added to preview versions of Microsoft Edge and Apple Safari browsers.Since it works just as well as PNaCL, and adoption of the later is low enough, Google decided to drop support for PNaCl in the Chrome browser in Q1 2018, except inside Chrome Apps and Extensions. To get a feel […]

EDATEC Raspberry Pi 5 fanless case