Good evening all!
I have been a long time lurker and have found this forum a wealth of knowledge, so to start off a big thanks to all who contribute!
The project I need some pointers on if anyone would be so nice to comment is one I like to call "Auto coop 5000". We recently got some chickens so I took this opportunity to add a "Wallace and Grommit" touch. I had a hunt on the net and found a guy who had done exactly (well nearly) what I was looking for. http://filear.com/?p=181
I soon set to work and now the chicken coop is now fully automated after a few tweaks of the code and once I had added my engineers touch but this was not enough. My lady then started looking at holidays and the thought of leaving the chickens unattended gave me the idea of getting Auto coop 5000 online!
Right now for the "please help me bit"... I have the coop running an Uno R3 board which I have connected to a APC220 RF module where I can keep a track on using the serial monitor on the IDE from inside the house on Pc no problems but I am now looking to connect this to an Ethernet shield so I can view the code (just to start with) from a webpage and check that all is ok from a far. I know I need to set static IP and port forward but that's not the issue as I want to get this working locally first.
I have done much googling and not found anything about connecting an APC220 RF module to an Ethernet shield, I have hooked it up using the sample sketch 'WebServer' and I can read the sample on my local network but I want to be able to read what's going on in the coop on the other board via the RF module using digital pin 0 (RX) and 1 (TX).
First off is this feasible, Coop via (Uno R3, APC220 to Uno R3, APC220, Ethernet, Online) and if so any idea what sort of code I need to run in the latter Uno to read the serial monitor as I am only using the RX and TX pins?
Sorry if this seems a bunch of dribble and a potentially pointless project but I have not seen anyone connect APC to Ethernet in this way, sure It has been done but I cannot find any pointers.
Many thanks in advance and keep up the good work!