Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 709 Bytes

File metadata and controls

28 lines (17 loc) · 709 Bytes

dev

1. Sense Hat temperature reading in JS

node sensorReadings.js

Description:

The script will output in the console the temperature returned by Sense Hat's temperature sensor.

Prerequisites

  • Raspberry Pi 2 with Raspbian
  • Sense_HAT board

2. Store the temperature returned by an IOT device in an Ethereum Smart Contract

node sendTrxToContract.js

Description:

This script is a proof of concept of how to interact with ethereum blockchain based on senzor data provided by RaspPi.

Prerequisites

  • Raspberry Pi 2 with Raspbian
  • Sense_HAT board
Authors