Loading...
Pages: 1 2 3 [4]   Go Down
Author Topic: Billie's Hydroponic Controller  (Read 13490 times)
0 Members and 2 Guests are viewing this topic.
Offline Offline
Newbie
*
Karma: 0
Posts: 2
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Excellent. Thanks. Have found all the right bits. Now just need to find some time to put it all together. smiley
Logged

Belgium
Offline Offline
Jr. Member
**
Karma: 4
Posts: 63
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Cool! smiley
My setup is currently running...












« Last Edit: May 16, 2013, 04:24:48 am by BillieBricks » Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 2
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Hi Billie, I have been following for a while and love your work.It's taken me a while but i am starting to get all the pieces but i am a little stuck on the code side and was wondering if you could help me out?? I tried searching but i cant make seance of it.

Quote
In file included from sketch_may23a.cpp:43:
C:\Users\Ashley Harwood\Desktop\arduino-1.0\libraries\EEPROMEx/EEPROMEx.h:23:20: error: EEPROM.h: No such file or directory
sketch_may23a:45: error: no matching function for call to 'ITDB02::ITDB02(int, int, int, int, int)'
C:\Users\Ashley Harwood\Desktop\arduino-1.0\libraries\ITDB02/ITDB02.h:18: note: candidates are: ITDB02::ITDB02(int, int, int, int, int, int, int, int, int, int, int, int)
C:\Users\Ashley Harwood\Desktop\arduino-1.0\libraries\ITDB02/ITDB02.h:15: note:                 ITDB02::ITDB02(const ITDB02&)
sketch_may23a.cpp: In function 'void graphSetup()':
sketch_may23a:157: error: no matching function for call to 'ITDB02::TouchInitial(int)'
C:\Users\Ashley Harwood\Desktop\arduino-1.0\libraries\ITDB02/ITDB02.h:30: note: candidates are: void ITDB02::TouchInitial()
sketch_may23a:158: error: 'class ITDB02' has no member named 'setPrecision'
sketch_may23a:158: error: 'PREC_HI' was not declared in this scope
sketch_may23a.cpp: In function 'void graphLoop()':
sketch_may23a:487: error: 'class ITDB02' has no member named 'dataAvailable'

Quote
Logged

Belgium
Offline Offline
Jr. Member
**
Karma: 4
Posts: 63
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Hello,

You are missing the EEPROMEx library...
« Last Edit: June 07, 2013, 01:10:57 am by BillieBricks » Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 2
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

Hi again, All fixed now after learning how to read the code it was easier to fix my mistakes smiley
Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 43
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

I am having a devil of a time finding the EEPROM library. Also I can't get the sketch to compile as it says EEPROM not declared in this scope. Using 1.05 IDE.

Andrew
Logged

Belgium
Offline Offline
Jr. Member
**
Karma: 4
Posts: 63
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

I am having a devil of a time finding the EEPROM library. Also I can't get the sketch to compile as it says EEPROM not declared in this scope. Using 1.05 IDE.

Andrew
Hi Andrew,

I haven't tested the code with the 1.05 IDE. I already mentioned that it will work with IDE version 1.0
Also the error you get would be the same one as other people here on this thread are having trouble with...Namely the EEPROMEx should also be installed. This is an extension to the EEPROM library which is already there... So please read the entire thread, because then you'll find the link to the EEPROMEx library...It's not that far away!... smiley-wink
Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 43
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

I have the EEPROMex library installed. I will have to check to make sure it's in the right place or that it's named properly. Thanks.

So I found that the name of the library is EEPROMEx and as downloaded it was EEPROMex. So I changed the name in the code to the proper one but it still doesn't work. It says 'class EEPROMClass' has no member named 'readFloat'. This must be a library issue but unsure how to fix.
EDIT***
So I copied the files from github EEPROMBackupVar.h and EEPROMVar.h into the EEPROMEx folder and it worked after that. I had tried to add the EEPROM.h but I had to remove it to make it work.

So it seems to be functioning so far.

Andrew
« Last Edit: June 07, 2013, 10:02:41 am by Antennas » Logged

Pages: 1 2 3 [4]   Go Up
Print
 
Jump to: