Hi!
So I bought the Automatic Smart Plant Watering Kit 2.0 from Elecrow.
I have a script I can use with no errors but I cant upload the program to the actual Arduino board because it might be the wrong type of Arduino board selected.
So does anyone know which type of arduino board this is?
I have a script I can use with no errors
Where did you get the program from ?
The board appears to have a Mega32u4 processor
Try setting the board type to Leonardo
I got the program from a tutorial website that uses the version 1.0 and not the 2.0. Elecrow changed the Arduino type in the 2nd version.
I will try uploading the program to to the Arduino board using the setting as Leonardo as the Board Type!
Thank you!!!
The Elecrow web page for the product mentions code being available from a Wiki but there seems to be no link to it on the page
https://www.elecrow.com/download/watering_kit.zip maybe?
That's what's down on their page at the version 2 kit.
Bringamosa:
https://www.elecrow.com/download/watering_kit.zip maybe?
That's what's down on their page at the version 2 kit.
That looks like it
I note that on Watering Kit it says
The smart watering kit is based on Arduino Lenardo which has integrated into the main board.
Then later on it says
Integrated Arduino UNO into the main board, program it easily.
Confused ?
I certainly am
I got this recently as well and took me a bit to figure out how to get the script on to it as the preloaded one does not work correctly. not too sure if your question has been answered
the board is Arduino Leonardo (Tools->Get Board info once you plug it in and set it up)

after that set the board type and put it to the correct port I had to find mine in the device manager it should be listed as USB Serial Device (was for me) under Ports (COM & LPT)
The sample code link on Elecrow webpage is the one that I got mine to work on. in order to upload this script tho, you will need RTClib and U8glib libraries which you can manually download or include them va Sketch -> included library. and in the manager just search and install them
https://www.elecrow.com/download/watering_kit.zip
hopefully, this helps
Hi, is this board include Wifi? How can I modify parameter apart from the code?