Skip to content

Solution for watering plants with Arduino.... Started out as a simple project but has become more complex over time =)

Notifications You must be signed in to change notification settings

htilly/arduinowatering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduinowatering

Solution for watering plants with Arduino.... Started out as a simple project but has become more complex over time =)

There are quite some trix to get the ESP8266-01 working correctly. I won´t cover this in details here. Howerver, the files included in this project assume that the ESP8266 is communicating at 9600 baud.

The following HW is beeing used:

NOTE:

Libraries in both original Arduino and WiFi has been modified in order to get this to work.

You will need to modify the next 3 lines to match you WiFi network and you ThingSpeak account. NOTE - For EPS8266 to work you NEED to modify SoftwareSerial.h.

Make sure it is: #define _SS_MAX_RX_BUFF 256 // RX buffer size For OSX, this is the file:

/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.h

Problem right now: Moisture Sensor get broken within a week. Problem is that it´s constantly getting 5V causing corrosion. To solve the problem I will power the sensor only when needed thru a relay.

TODO:

  • Pull setting from external source.

DONE

  • Power Moisture Sensor thru relay. Minimize corrosion...

More informarion and original libraries for ESP8266-01, see: http://www.zeptobit.com/8266wing/

About

Solution for watering plants with Arduino.... Started out as a simple project but has become more complex over time =)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages