Solar-powered data logger for soil temperature/humidity sensors
- C 76.1%
- C++ 22.8%
- Makefile 1.1%
| fw-logger | release 1.2 with dht22 sub-zero fix | |
| fw-recover | minor cleanups | |
| fw-server | release 1.2 with dht22 sub-zero fix | |
| hw-pcb | add readme's | |
| img | switch to PNG iso SVG logo | |
| reference | started writing tech docs | |
| .gitignore | Ignore KiCAD backup files | |
| manual.md | fix table formatting | |
| README.md | fix formatting | |
| techref.md | fix table formatting | |
| UNLICENSE | fix url | |
Zelkova Sensor Logger
See the manual for usage details.
The technical reference is called techref.
fw-logger/is the firmware for the STM32F103 μCfw-recover/is a special build for the STM32F103 in ESP-recovery modefw-server/is the firmware for the ESP8266 modulehw-pcb/contains the design files for the custom PCBimg/has some images for use in several documentsreference/has datasheets for the various components
Project design & implementation by JC (firmware) and David (hardware).
Release history
- v1.0 - 2018年05月31日 - First official release.
- v1.1 - 2018年10月16日 - Add support for SHT21 in slot 3, tweak DHT22 timing.