Germain Masse

Results 6 comments of Germain Masse

The one I used is not available anymore (https://www.amazon.fr/dp/B06Y2XHSMW/). You can search: MAX485 Arduino Regards, Germain

Hi @xjustbmw, It should work in theory. The source code provided by LyliGO rely on the same Modbus library. Let's try with the following parameters in your `platformio.ini` file: ```...

WT32-ETH01 does not provide RS-485 interface. You need a UART to RS-485 converter. Modbus write mode would definitively be a great improvement for this project. Unfortunately, I do not have...

I suggest adding a configuration variable, something like that: https://github.com/gmasse/hexo-theme-minos/commit/71b17e2c80082c4b785ac2d102120a41dd2d155b I am not very satisfied with passing the text as raw html, but I don't see any other option if...

Hi @skajer, In `lib_deps_external` section of your `platformio.ini` file, can you replace the following line: >` https://github.com/tzapu/WiFiManager.git#4a98ba0e29606c684e66fa80e53f1293a269540b` by >` https://github.com/tzapu/WiFiManager.git` I have not tested the behaviour but the code would...