NodeJS

iPhone and BlueTooth Enabled Device Communication Using NodeJS and iOS7’s ANCS

With iOS7 Apple have allowed access to the Apple Notification Center Service (ANCS) and it has opened up a lot of fun opportunities to develop for connected devices. Essentially the ANCS allows Bluetooth Low Energy (BTLE) devices to listen and respond to your iPhone’s local notifications. With the current proliferation of BTLE enabled devices (Pebble, Continue reading iPhone and BlueTooth Enabled Device Communication Using NodeJS and iOS7’s ANCS

Using Websockets To Stream Real Time Accelerometer Data Between iPhone and a Web Page via NodeJS

Several months ago I worked on an in store retail project for a large international brand. The brief was to allow users of their iPhone app to control screens and interact with kiosks as they entered their stores. It also had to live alongside their existing IT and web infrastructure, and the app needed to Continue reading Using Websockets To Stream Real Time Accelerometer Data Between iPhone and a Web Page via NodeJS