Dominik Berse

Results 12 comments of Dominik Berse

I encountered a similar problem, but it was probably just misusage from my side. For me the request kept hanging as pending because I had a request argument that depended...

I see, thanks for the info. Maybe I can support you to bring this forward? I would probably bump the version number locally and see if I can make the...

@zvonka For me it was simply the changes I stated above: - Change the platform version number in `ini/stm32-common.ini` under the `[common_stm32]` section as required (i.e. `platform = ststm32@~15.4`) -...

It seems that the Arduino SoftwareSerial libraries for STM32/LPC1768 behave a little different. The serial is in TX mode by default, calling `listen()` will automatically put it into RX mode...

> Is there a way to publish a message when the light is Power ON. I am not sure if that is possible, probably depends on the light itself. >...

That is for sure some long term goal if I am able to achieve a stable setup process with everything that's neccessary there :+1: But at the moment I am...

Not sure about this one. It looks like the error occurs at the BlueZ layer. If that is the case, then I think there is little I can do about...

Okay, that is interesting. Not sure what is different when using `meshctl`. I just had a quick look, the error message is coming from here: https://github.com/bluez/bluez/blob/1270afa5aa1cfa19927c3bce1b8f84dbe9f35a2f/mesh/prov-initiator.c#L646 The docker container currently...

I see. So can you provision with `mesh-cfgclient` then? I must admit, my knowledge of the bluetooth mesh stack is quite limited. Given that this gateway is build upon a...

Sorry for the late reply, I did not have the time to look into this project lately. Just for anyone ending up here, I think that with every relay you...