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.
 
 
 
Eggert Jung d95e123f7b publish default values on startup 4 years ago
Ethernet move dirs 4 years ago
Internet/MQTT suppress warnings 4 years ago
avrIOhelper move dirs 4 years ago
.gitignore Add 03_m1284p_WIZNET_loopback_STATIC_IP project 7 years ago
Makefile move dirs 4 years ago
README.md add README 4 years ago
compile_flags.txt dos2unix 4 years ago
main.c publish default values on startup 4 years ago
millis.c move dirs 4 years ago
millis.h move dirs 4 years ago
mqtt.c suppress warnings 4 years ago
mqtt.h move dirs 4 years ago
spi.c move dirs 4 years ago
spi.h move dirs 4 years ago
uart.c move dirs 4 years ago
uart.h move dirs 4 years ago

README.md

Network Config

Parameter Value
IP Adr. 192.168.4.1
Subnet 255.255.0.0
MAC 00-08-dc-ab-cd-ef

MQTT

Connect to MQTT Host 192.168.5.2

Publish
Topic Values Unit
/Filamentanlage/04_Messmodul/state/Luefter ein/aus
/Filamentanlage/04_Messmodul/state/Speed 5 - 40
/Filamentanlage/04_Messmodul/state/Zumbach ein/aus
/Filamentanlage/04_Messmodul/state/uptime 32-bit unsigned milliseconds
Subscribe
Topic Values Unit
/Filamentanlage/04_Messmodul/set/#

Hardware usage

Timers

Timer Type Usage Mode used ISRs Output connected
0 8 bit Millis Tick Timer (1kHz) 2 (CTC) COMPA -
3 16 bit PWM Signal Fan 9 (PWM, Phase & Freq.) - OC3B / PE4

UART

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