Evothings Studio 2.1 alpha with support for Web Bluetooth and ECMAScript 6

Mikael KindborgBlogs, Tutorials

bluetooth
Tweet about this on TwitterShare on FacebookShare on LinkedInShare on Google+

Writing mobile apps that communicate with IoT devices using Bluetooth Low Energy (BLE) can be quite an undertaking. Web Bluetooth is a new API that makes it easier to develop BLE enabled applications in JavaScript. In this post we present an overview of Web Bluetooth and invite you to download a brand new release of Evothings Studio for early testers.

How to use an Arduino Ethernet Shield with the Nordic Semiconductor nRF51-DK

Aaron ArdiriBlogs, Tutorials

Tweet about this on TwitterShare on FacebookShare on LinkedInShare on Google+

The Nordic Semiconductor nRF51 Developer Kit, an mbed.org enabled micro-controller, is the first of its kind from Nordic Semiconductor that is compatible with the Arduino UNO rev3 hardware standard – however it lacks any form of on-board Ethernet connectivity. It was obvious for us and our hands-on tendencies to figure out exactly how to utilise the Arduino Ethernet Shield and … Read More

Getting started with mbed – ARMs new IoT platform and the Nordic Semiconductor nRF51-DK

Aaron ArdiriBlogs, Tutorials

Tweet about this on TwitterShare on FacebookShare on LinkedInShare on Google+

ARM has been quite active recently with various announcements in the IoT space so we decided was time to pull out the various mbed enabled devices we had access to in our office and take the mbed development environment for a spin. This tutorial will walk you through compiling your first mbed application and deploying it to mbed enabled micro-controller. … Read More

Making a mobile app in JavaScript for the Nordic Semiconductor nRF51822 Evaluation Kit

Patrik Dai JavadBlogs, Tutorials

Tweet about this on TwitterShare on FacebookShare on LinkedInShare on Google+

We have looked into the Nordic Semiconductor’s nRF51822-EK Evaluation Kit by making a simple mobile JavaScript app for Android and iOS mobile devices where we control an LED on the board over BLE. The example can be easily modified, serving as a template or starting point for other IoT applications. This tutorial assumes that you are already somewhat familiar with … Read More