Please help all experienced XODers.
I want
A) to display the Real time ON&Off (Button) on LCD20x04 using RTC
B) and Log in the SDcard on the W5100 Shield.
first part (A) done successfully worked flawlessly.
when i add W5500 & SDlog the LCD and The buttons,LCD everything do not work.
SDcard CS set to D4, LCD i2c Address 27, RTC i2c 68…
Main purpose is to log the ON & Off time of a machine to see its downtime in the ethernet or internet thats all including a local display on the LCD & saved in the SD as well.
My buttons and RTC 1307 time displayed OK on the LCD works fine before I put in the SDLog node & the W5100.
Tested before using VR & Pot & LDR as A0 input display all ok.
When load the SDlog node n Ethernet the whole thing hang there…No respond
Unfortunatelly Ethernet + SD + I2C LCD + RTC do not fit into 2 KB of Arduino Uno SRAM. I doubt you will succeed with raw Arduino C++ (using the stock libraries). A more powerful board will do the trick. Consider Mega 2560 (easiest migration) or M0.