These are the PCB design files and source code for my ESP8266 based temperature and humidity monitor.
The board directory contains the KiCAD schematic and PCB layout files together with the gerber files. While the firmware directory, contains the Arduino source code for the ESP8266. The server directory contains the server side script that logs the received data, as well as an SQL file for creating the database tables. Finally, the design files for the enclosure can be found on Thingiverse.
For more information and detailed instructions on making your own, checkout my project on Instructables.
The firmware can be compiled and burned to an ESP8266 microcontroller using the Arduino IDE. To compile the project code you'll also need to install the SimpleDHT library package using the Library Manager of the Arduino IDE. Additionally, for programming the ESP8266 using the Arduino IDE, the ESP8266 Community core package needs to be installed using the Board Manager.
The design files for the PCB and the enclosure are all distributed under the Attribution-ShareAlike 4.0 International license. The source code for the firmware and the server are distributed under the MIT license.