Saturday, August 29, 2015

Updating code

After talking his friend about simplifying my code he gave some suggestions I am now implementing this is the link to my new code. It is still a work in progress and later on will be more simplified.

Wednesday, August 5, 2015

Table of analog water level sensor

I have been having an unforeseen problem. When my analog water level sensor isn't connected I get sporadic readings. 
Anything over 100 sends me an alert that there is water in the pressure hull. I think this can be salved by adding a 1 mega ohm between data and ground pin.

Tuesday, August 4, 2015

Arduino code update

I have made some updates to the Arduino code. I changed the water sensor from digital to an analog pin 7. I also changed my relay to a solid state relay with that changing some of the pins. It may have been unnecessary to change some pens, for there was a mistake in my code which led me to believe I burnt a pan out. Whenever the code is updated I change the date to the most current update on the first line of the code just for your information. Here is the link to my code.