项目作者: guywilson

项目描述 :
AVR weather controller
高级语言: C
项目地址: git://github.com/guywilson/AVRWeather.git
创建时间: 2018-10-21T22:17:22Z
项目社区:https://github.com/guywilson/AVRWeather

开源协议:

下载


AVRWeather

The Arduino AVR code for the weather station. Runs on an Arduino Uno (Atmega328p), written in C and built using the avr-gcc toolset. This uses the real-time scheduler from my RTScheduler repo. I split these out to make it easier for people to use RTScheduler for their own projects.

The code responds to the following commands sent over the serial port (from weatherctl running on a Raspberry Pi):

  • Get current TPH (Temperature, Pressure & Humidity)
  • Get minimum TPH
  • Get maximum TPH
  • Reset min/max values
  • Disable WDT reset (for Arduino watchdog testing) - will reset the Arduino device
  • Ping