Activity Forums Questions & Troubleshooting Software & Firmware Problems setting up the Ethernet module Reply To: Problems setting up the Ethernet module

  • Lukas

    Member
    August 10, 2020 at 11:27 am

    Hello,

    we do not provide any Ethernet example sketches because with the latest BSP package it should be fully compatible with the standard Arduino Ethernet stuff. But, you have to select the Board properly!

    Just to be sure that the chip select pin for the RTC is handled properly call

    Controllino_RTC_init();

    prior to the Ethernet library initialization.

    Best regards,

    Lukas