Stefan S

Results 43 comments of Stefan S

Those values are defined here: https://github.com/pilight/pilight/blob/cbd9a35536a10eb705fbd9f1b9b1c028f0f22a01/libs/pilight/hardware/raspyrfm.c#L84

> > That's what I said. At the hardware side not at the unit test side. Also, the new implementation will be in lua so the c defined struct of...

I'm back after a busy period. I checked out the raspyrfm branch and was able to compile. Should the daemon run in this branch? Or is it only for the...

One purpose is to have the possibility to install the hardware at a remote place (e. g. a second rasperry) and connect to it via network. Another purpose is writing...

Thank you for the links! The 1st project seems to work with http calls and only in receive-direction. The second project looks interessting, but it seems pimatic does not support...

Hi @dabbinavo & thanks for your report. 1. The "raspyrfm" integration was written by Markus Ressel: https://github.com/markusressel/raspyrfm-client It is working in a very different way: It is generating UDP messages...

I had this problem on ESP32 with higher network traffic (see image from logicanalyzer below), so I changed the TX routine using timer IRQs. I bit dirty though, suggestions welcome:...

> [@ssharks](https://github.com/ssharks) can you test [this](https://github.com/Laxilef/opentherm_library/tree/esp32_timer)? I did a quick try but was not able to compile in platformio. The gptimer is not found, maybe because I'm using arduino framework.

I change my platformio.ini to: platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.13/platform-espressif32.zip board = esp32-c3-devkitm-1 framework = arduino before platform was "espressiv32" But it seems that SOC_GPTIMER is not used: ![Image](https://github.com/user-attachments/assets/92a00f1f-41a9-40f6-b780-95de86cd1385) What am I...

Update: Meanwhile I'm able to compile with laxilefs esp32 branch. I had to run a full clean before. But when I upload to my hardware I receive this via serial:...