Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkapal/remote-temperature-arduino
- Owner: mkapal
- License: mit
- Created: 2018-10-28T15:02:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T08:45:12.000Z (4 months ago)
- Last Synced: 2024-07-29T11:56:22.445Z (4 months 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!