Arnaud Durand

Results 46 comments of Arnaud Durand

Thank you for the *very* detailed answer. I'm also interested in building an Internet-connected counter out of it!

Thanks @AndrewLinden for sharing this!

I have the same issue. Sometimes it works and sometimes it doesn't. The UART bridge of my board is a [HT42B534](https://www.holtek.com/documents/10179/116711/HT42B534-xv110.pdf) but the CTS/RTS pins are left unconnected. ![lgt328p](https://user-images.githubusercontent.com/3709037/108886859-c497d480-7609-11eb-957a-f6e0ed5263a1.png)

To implement this, we need to find how the header and footer are constructed. See https://stackoverflow.com/questions/55948189/how-to-generate-the-header-and-footer-for-whatsapps-crypt12-format

I created a [Xiaomi Zigbee adapter add-on](https://github.com/DurandA/xiaomi-zigbee-adapter) for the [Things Gateway by Mozilla](https://github.com/mozilla-iot/gateway) if you guys are interested. Unfortunately, only the *WSDCGQ01LM* Mijia Smart Home Temperature and Humidity Sensor is...

@btx000 It works with latest OpenOCD from Nuclei (for me _nuclei-openocd-0.10.0-13-linux-x64_) from [nucleisys.com](http://nucleisys.com/). Using the _sipeed-rv-debugger_ there are a few `Error: Can't run cJTAG reset escape sequences: TCK signal is...

Thanks for the extensive answer, this is appreciated. May I ask what is the reference of the display of the v1, v2 and v3 red version? If I understand correctly,...

@sipeed comment on [Twitter](https://twitter.com/SipeedIO/status/1321103925542490113?s=20): > only 3 lib: libblecontroller.a, libatcmd.a, libbl602_wifi.a and they are un-obfuscated, you can easily disassembling it

Thanks for your feedback. > What do you mean by binary payloads? Send them as binary over MQTT? Exactly > That being said, we could always add a `CHAR_TYPE_RAW` which...

Thanks for your time. I gave your patch a try. It does not have an off-by-one error but unfortunately this is not enough as there are further string operations in...