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

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: 2 months 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!