11-16-2024, 08:13 AM
Generally, launching the mysensors library on KC868-A16 is solved. All you need to do is initialize PHY for ESP32 using the ETH.h library from the Espresiff package in the MyHWESP32 files. Then it's a matter of eliminating WiFI initialization which is automatically launched for ESP32. Interestingly, you can use two IP addresses at the same time, one from PHY and the other from Wifi - of course Mysensors responds to both. If anyone is interested in the solution - I invite you to talk. I'm a bit surprised that PHY support for ESP32 has not been professionally added by the Mysensors team, because it is quite simple and does not require major changes to the code - and it would be easier for everyone - KICONY itself could do it - thanks to which their product would be compatible with this library.