Tag: Raspberry Pi

  • Nest Thermostat data logging with Raspberry Pi and Node.js

    First problem: Node version The version of Node installed from Raspbian repo is very old, and wouldn’t work with one of the required NPM modules. Second attempt was to install Node using the official script from node.js, but this resulted in segmentation faults whenever you try to do anything. I assume it must have installed…