Anthony Elder

Results 41 comments of Anthony Elder

Yes its a shame isn't it. If anyone has a couple of lora boards to test with they could have a go? What happened on my end is I changed...

@flyinprogrammer if you're serious about having a go you'd need to get two lora modules so that you can test sending and receiving to each other. You can use the...

Thanks. Thinking about it properly though it would be better to not have a topic prefix but to have a whole seperate instance per sub-domain. So foo.myserver.com and bar.myserver.com are...

We ended up implementing our own TLS listener which managed a collection of Mochi MQTT Servers and our listener called the Server EstablishConnection function on the appropriate Server. Seems to...

> Support MQTT 5 protocol And Cluster. May refer to https://github.com/wind-c/comqtt . would be great for us users if a way could be found to have those updates in comqtt...

For sure, all good for me and thats why we use your project.

Hello, would this PR fix the problem here https://github.com/rhasspy/piper/issues/384, and if so how would i go about using this PR with a Python app using Piper?

I can't get the MKRNB1500 to connect to AWS IoT, so this is curious. What's the story of that commit @sandeepmistry ?

I found [this](https://github.com/platformio/platformio-core/issues/3980) and [this](https://community.platformio.org/t/cannot-build-tests/22066/2) and trying the suggestion in there: ``` C:\Users\tornt\.platformio\packages\framework-arduino-mbed\variants\NANO_RP2040_CONNECT\libs>..\..\..\..\..\..\.platformio\packages\toolchain-gccarmnoneeabi\bin\arm-none-eabi-ar.exe dv libmbed.a unity.o unity_handler.o ..\..\..\..\..\..\.platformio\packages\toolchain-gccarmnoneeabi\bin\arm-none-eabi-ar.exe: creating libmbed.a No member named `unity.o' No member named `unity_handler.o' ``` and...

Actually, previously I think I must have messed up the ```arm-none-eabi-ar.exe dv libmbed.a unity.o unity_handler.o``` command, trying that now and the suggestion from https://community.platformio.org/t/cannot-build-tests/22066/2 does get the Unity tests working...