olegnet / arduino-temp-sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two temperature sensors with WiFi

Client for temperature sensors project

Devices

Platformio libraries

pio lib install "adafruit/Adafruit GFX Library"
pio lib install "adafruit/Adafruit BusIO"
pio lib install "stblassitude/Adafruit SSD1306 Wemos Mini OLED"
pio lib install "paulstoffregen/OneWire"
pio lib install "milesburton/DallasTemperature"

wifi-credentials.h content

#define WIFI_SSID "access point name"
#define WIFI_PASS "access point password"

host and port to upload data

#define SERVER_HOST "192.168.1.100" 
#define SERVER_PORT 12345

TODO

  • Better UI for WiFi status
  • Upload temperature data to the server
  • Battery monitoring
  • Soldering and boxing

Development version

About

License:The Unlicense


Languages

Language:C++ 87.0%Language:CMake 13.0%