ionpak-thermostat/firmware
Astro 5c58c4370d command_parser: switch from logos to nom 2019-09-14 19:03:52 +02:00
..
.cargo Update for latest nightly. 2018-08-28 19:57:17 +00:00
src command_parser: switch from logos to nom 2019-09-14 19:03:52 +02:00
Cargo.lock command_parser: switch from logos to nom 2019-09-14 19:03:52 +02:00
Cargo.toml command_parser: switch from logos to nom 2019-09-14 19:03:52 +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