1
0
Fork
You've already forked zelkova
0
Solar-powered data logger for soil temperature/humidity sensors
  • C 76.1%
  • C++ 22.8%
  • Makefile 1.1%
2023年09月23日 16:17:23 +02:00
fw-logger release 1.2 with dht22 sub-zero fix 2019年04月01日 09:26:26 +02:00
fw-recover minor cleanups 2018年05月30日 00:53:38 +02:00
fw-server release 1.2 with dht22 sub-zero fix 2019年04月01日 09:26:26 +02:00
hw-pcb add readme's 2018年05月28日 16:42:26 +02:00
img switch to PNG iso SVG logo 2018年08月03日 11:43:51 +02:00
reference started writing tech docs 2018年05月29日 14:00:35 +02:00
.gitignore Ignore KiCAD backup files 2018年05月04日 14:49:37 +02:00
manual.md fix table formatting 2019年01月27日 01:24:14 +01:00
README.md fix formatting 2018年10月31日 22:40:05 +01:00
techref.md fix table formatting 2019年01月27日 01:22:18 +01:00
UNLICENSE fix url 2023年09月23日 16:17:23 +02:00

Zelkova Sensor Logger

See the manual for usage details.
The technical reference is called techref.

  • fw-logger/ is the firmware for the STM32F103 μC
  • fw-recover/ is a special build for the STM32F103 in ESP-recovery mode
  • fw-server/ is the firmware for the ESP8266 module
  • hw-pcb/ contains the design files for the custom PCB
  • img/ has some images for use in several documents
  • reference/ 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.