Nigel Frank’s Azure industry whitepaper

I was recently asked to contribute to Nigel Frank’s Azure industry whitepaper, alongside a number of other influential Microsoft professionals. This whitepaper provides important advice to those businesses and individuals struggling with the COVID-19 crisis. It covers five particular challenges they may be facing at this moment; cost saving, data security, remote working, growing at [...]

By |2020-04-29T16:16:31+01:00April 28th, 2020|Uncategorized|0 Comments

IoT with nothing but your Laptop links…

Workshop Handoutshttp://bit.ly/iotlaptop-handouts Microsoft Make Code (Micro:bit):https://makecode.microbit.org/ TinkerCAD Circuits (Arduino Uno):https://www.tinkercad.com/#/?type=circuits Arduino IDEhttps://www.arduino.cc/en/Main/Software Sense Hat Emulator (Raspberry Pi):https://trinket.io/sense-hat Microsoft IoT DevKit Simulator (MXChip):https://azure-samples.github.io/iot-devkit-web-simulator/ Microsoft Azure Simulator (Raspberry Pi):https://azure-samples.github.io/raspberry-pi-web-simulator/

By |2019-05-13T17:59:39+01:00May 13th, 2019|Uncategorized|0 Comments

Azure IoT Hubs with Raspberry Pi and Node.js – Circuit

Azure IoT Hubs with Raspberry Pi and Node.js - Circuit This post will walk you through building the circuit necessary to follow along with the Azure IoT Hubs with Raspberry Pi and Node.js talk. You can find more information on the talk itself right here: Azure IoT Hubs with Raspberry Pi and Node.js The completed [...]

By |2018-03-02T09:42:30+00:00February 28th, 2018|Azure, Blog, Development, Hardware, IoT, Javascript, Node.js, Raspberry Pi, Web|0 Comments

Using the Raspberry Pi with Azure IoT Hubs and Node.js – Initial Setup

What's this blog post all about? As part of my workshop on using the Raspberry Pi with Azure IoT Hubs using Node.js, we'll spend some time getting your Raspberry Pi setup ready for the Workshop. There are several steps involved in this process and the whole process can take roughly an hour and a [...]

By |2018-03-02T09:51:32+00:00January 16th, 2018|Azure, Development, Git, IoT, Javascript, Node.js, Raspberry Pi, Scripts, Web|0 Comments

Graphics in Assembler for the SAM Coupé

Introduction The Next Step Continuing my series on Assembler for the SAM Coupé, where in the first post we introduced the various principles required to get started with Assembly Language Programming. We'll now be looking at Graphics and Sprites and how to start showing Graphics on the screen. If you haven't caught up on [...]