No description
Find a file
Jeena 4dc9e79f28 Add GPL license, better readme and flash-tool
Setting it up so it's a propper project which can be released. It's
still not showing any temperature and there is no description of
how to set up the hardware yet.
2017-05-14 06:31:58 +02:00
luatool@28ff7a18c8 Add GPL license, better readme and flash-tool 2017-05-14 06:31:58 +02:00
.gitignore Initial commit 2016-11-20 05:15:49 +01:00
.gitmodules Add GPL license, better readme and flash-tool 2017-05-14 06:31:58 +02:00
application.lua Initial commit 2016-11-20 05:15:49 +01:00
COPYING Add GPL license, better readme and flash-tool 2017-05-14 06:31:58 +02:00
credentials.lua.example Refactoring of the code into files 2017-05-14 05:35:40 +02:00
dallas.lua Refactoring of the code into files 2017-05-14 05:35:40 +02:00
ds18b20.lua Add GPL license, better readme and flash-tool 2017-05-14 06:31:58 +02:00
flash.sh Add GPL license, better readme and flash-tool 2017-05-14 06:31:58 +02:00
init.lua Initial commit 2016-11-20 05:15:49 +01:00
README.md Add GPL license, better readme and flash-tool 2017-05-14 06:31:58 +02:00
server.lua Refactoring of the code into files 2017-05-14 05:35:40 +02:00

esp8266-temperature

This is my first stab at a wireless termometer.

Getting the code

git clone https://github.com/jeena/esp8266-temperature.git
cd esp8266-temperature
git submodule init
git submodule update

Setup

It expects a credentials.lua file with content like this:

SSID = "myssid"
PASSWORD = "mypasswd"

Copy the credentials.lua.example file into credentials.lua and change it so et matches your wifi credentials.

Flashing

To put the code onto the ESP8266 you need the luatool which is included as a git submodule.

Use flash.sh to flash it via /dev/ttyUSB0

License

This file is part of esp8266-temperature.

Copyright 2017 Jeena

esp8266-temperature is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

esp8266-temperature is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with esp8266-temperature. If not, see http://www.gnu.org/licenses/.