Virtual Maker

Results 25 comments of Virtual Maker

@WhiskyDelta, @Tico06, @mfalkvidd, @KooLru, Your extensions for the new STM32 architecture look promising. Thank you for sharing. Unfortunately, @KooLru's commits are a bit outdated and the branch with @WhiskyDelta's commits...

Hello chey, unfortunately I'm not able to reproduce your issue. With my passive node (according to the PassiveNode.ino example) I get: ``` __ __ ____ | \/ |_ _/ ___|...

@chey Yes, I see. In passive mode the config request from node to controller does not reach the gateway. Unfortunately we have no MY_DEBUG log from your passive node. But...

Yes, at 337 your passive node sends the request for configuration (to get metric/imperial). But this telegram not reaches the gateway according your log from above. Then your node waits...

@Yveaux Good finding and nice workaround! Yes since core 3.0.2 the MySensors dev lib is buildable again (no PRIu8 and PSTR errors anymore), but unfortunately it hangs at startup now....

@Yveaux I completely agree with this copy/paste maintenance nightmare. I assume that preinit() is way to early for a call of _begin(). Unfortunately I have no experience with ESP tasks...

@Yveaux Remove of the MySensors magic would be a clean solution, especially for newcomers. But this would break all sketches floating around in the web. So I would keep the...

Hi Kaspars, > I've tested the #1513 fix and it appears to fix the issue, see [#1513 (comment)](https://github.com/mysensors/MySensors/pull/1513#issuecomment-974786824) When I follow the link to your test project from the issue...

@kasparsd Thanks, now the link works. I see, you use the ESP as a node which only sends messages. This seems to work. But I think you need to extend...

Hi @nekromant, great topic! I assume you should replace space char by a tab in keywords.txt. Additional I would rename RF24_SET_ARD and RF24_SET_ARC to be more like MySensors style. May...