iotsaSensor - web server to record time series from a sensor

build-platformio build-arduino

IotsaSensor is work in progress. It reads an analog sensor repeatedly at a settable interval and records these readings in a buffer. The buffer can then be read over the web as JSON data.

Home page is https://github.com/cwi-dis/iotsaSensor.

Software requirements

Hardware requirements

  • an esp8266 board, such as an ESP-12, ESP-201 or iotsa board.
  • An analog sensor.

Building the software

To be provided.

Operation

To be provided.