Hi All,
New to the forum, been using Arduinos for small projects for years now, though may have finally got in over my head.
I just started my first Ethernet project and I'm having some problems I am hoping somebody wants to help me with.
Currently my project consists of: Uno R3, 2 analog T-stats (analog inputs), Ethernet shield using SD for html page server and an AD2302.
I want eventually to control 9 relays and an LCD as well in this project, so I am going to upgrade to a mega when it arrives tomorrow.
I have been modifying code from others and implementing parts that test okay for what I'm trying to do with success until yesterday.
The core code for my web page is mostly from this tutorial:
I have successfully ran their code and expanded it to include +3 more analog readouts on the web page and works great.
I tried adding temp/humidity from the AD2302 and can't figure out where I am going wrong.
Without the added code for the AD2302 it runs great, with it I get "SD card initialization failed!" And I can't even ping the ip.
It can be compared to the tutorial linked above, both the html page and sketch.
I was able to run multiple other examples for the AD2302, like this one.
Code attached, if anyone has the time to check it out I'll be very grateful!
I know I'm very low on memory and that may some or all of my troubles, any thoughts are appreciated.
xmlajax2DHT.ino (9.18 KB)