Activity › Forums › Questions & Troubleshooting › Software & Firmware › Problems setting up the Ethernet module › Reply To: Problems setting up the Ethernet module
-
Hello, we do not provide any Ethernet example sketches because with the latest
it should be fully compatible with the standard Arduino Ethernet stuff. But, you have to select the Board properly!BSP packageJust 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