Hi everyone,
I have two dLAN PHY eval board useful for powerline communication and I'd like to understand better how to programm this board based on LPC1758.
If someone have a detailed documentation (more that the datasheed and manual on the website of Devolo which are very poor writed) or some examples about this board could be great.
I'd like, just to start, to send a paket via PLC e and turn on the LED to the other board.
Thanks
Andrea
Dear Andrea,
devolo provides a new SDK, which is available on github.
GitHub - devolo/dlan-greenphy-sdk: The devolo dLAN Green PHY module is ideal for installation in all IoT-devices. Inclu…
This SDK is under development and there is no MQTT included yet, but it should be easy to start with this software, because it is more structured and FreeRTOS 9 is included. Please checkout the 'devolop' branch for the moment.
Best regards, Tobias.