ionpak-thermostat/firmware
Astro d4428b7fdc ad7172: rename reg bit bi_unipolar to bipolar 2019-09-16 23:28:28 +02:00
..
.cargo Update for latest nightly. 2018-08-28 19:57:17 +00:00
src ad7172: rename reg bit bi_unipolar to bipolar 2019-09-16 23:28:28 +02:00
Cargo.lock main: remove allocator 2019-09-14 19:09:38 +02:00
Cargo.toml main: remove allocator 2019-09-14 19:09:38 +02:00
README.md README: init 2019-09-14 16:59:21 +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 Report mode: once
report mode Show current report mode
report mode <off or once or continuous> Set report mode
pwm <width> <total> Set PWM duty cycle to width / total