Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkapal/remote-temperature-arduino


https://github.com/mkapal/remote-temperature-arduino

arduino arduino-uno onewire temperature-monitoring temperature-sensor websocket websocket-client

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Arduino Remote Temperature

## Hardware

- Arduino UNO Rev3
- Arduino Ethernet Shield W5100 R3
- DS18B20 Waterproof Temperature Sensor

## 3rd party libraries

- DallasTemperature
- OneWire
- WebSocketClient ()

## Configuration

- Do `cp config.h.example config.h` and edit the WebSocket server name and port.
- Compile
- Upload
- ...
- Profit!