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
- Host: GitHub
- URL: https://github.com/mkapal/remote-temperature-arduino
- Owner: mkapal
- License: mit
- Created: 2018-10-28T15:02:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T08:45:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T13:21:24.018Z (over 1 year ago)
- Topics: arduino, arduino-uno, onewire, temperature-monitoring, temperature-sensor, websocket, websocket-client
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!