ionpak-thermostat/firmware
Astro 393c276bda document commands 2019-09-17 01:46:29 +02:00
..
.cargo Update for latest nightly. 2018-08-28 19:57:17 +00:00
src document commands 2019-09-17 01:46:29 +02:00
Cargo.lock command_parser: swap btoi for lexical-core to parse floats too 2019-09-16 23:41:22 +02:00
Cargo.toml command_parser: swap btoi for lexical-core to parse floats too 2019-09-16 23:41:22 +02:00
README.md document commands 2019-09-17 01:46:29 +02:00
build.rs Update for Rust 1.32, and upgrade dependencies. 2019-02-06 09:19:28 +00:00
memory.x Move firmware to firmware/. 2017-05-05 09:23:08 +00:00
openocd.cfg adapt OpenOCD script 2019-08-21 17:00:13 +08:00

README.md

Network

Setup

Ethernet, IP: 192.168.1.26/24

Use telnet or netcat to connect to port 23/tcp (telnet)

Reading ADC input

Set report mode to once to obtain the single next value. Report mode will turn itself off after the next reading.

Set report mode to continuous for a continuous stream of input data.

The scope of this setting is per TCP session.

Commands

Syntax Function
report Show current input
report mode Show current report mode
report mode <off or on> Set report mode
pwm <width> <total> Set PWM duty cycle to width / total
pid target <value>
pid kp <value>
pid ki <value>
pid kd <value>
pid output_min <value>
pid output_max <value>
pid integral_min <value>
pid integral_max <value>