You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
agsler ce8a75ce44 make temp setpoint adjustable 3 years ago
Ethernet initial commit 3 years ago
Internet/MQTT initial commit 3 years ago
avrIOhelper make temp setpoint adjustable 3 years ago
Makefile add send_value function 3 years ago
README.md initial commit 3 years ago
compile_flags.txt initial commit 3 years ago
gefran_gtf.c add temperature regulator 3 years ago
gefran_gtf.h add temperature regulator 3 years ago
heizung.c make temp setpoint adjustable 3 years ago
heizung.h make temp setpoint adjustable 3 years ago
main.c make temp setpoint adjustable 3 years ago
millis.c initial commit 3 years ago
millis.h initial commit 3 years ago
modbus-master.c more gefran code 3 years ago
modbus-master.h more gefran code 3 years ago
modbus.c gefran files 3 years ago
modbus.h gefran files 3 years ago
mqtt.c mute mqtt prints 3 years ago
mqtt.h add send_value function 3 years ago
pumpe.c switch valves 3 years ago
pumpe.h add pump control 3 years ago
spi.c initial commit 3 years ago
spi.h initial commit 3 years ago
temperature.c add temperature reading on adc channels 3 years ago
temperature.h add temperature reading on adc channels 3 years ago
uart.c change baudrate 3 years ago
uart.h change baudrate 3 years ago

README.md

Network Config

Parameter Value
IP Adr. 192.168.2.1
Subnet 255.255.0.0
MAC 00-08-dc-ab-cd-f1

MQTT

Connect to MQTT Host 192.168.5.2

Publish
Topic Values Unit
TODO
Subscribe
Topic Values Unit
TODO

Hardware usage

Timers

Timer Type Usage Mode used ISRs Output connected
0 8 bit Millis Tick Timer (1kHz) 2 (CTC) COMPA -

UART

UART Usage
0 Debug Prints (connected to USB)
1
2
3