Search results

  1. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Hey guys, it's me! I've sort of moved the conversation to www.yieldbuddy.com and plan on working on this project again pretty quick. It's been a busy 8 months!
  2. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Right now it's made to update the database in separate tables; 'yieldbuddy-0' 'yieldbuddy-1' 'yieldbuddy-2' etc... (ie. for three yieldbuddy's) Nothing has been made to monitor all 'three' on one page, but you could generate graphs from the database comparing values from all 'three'...
  3. A

    Arduino Controlled Grow and PC Program - Work In Progress

    lol No problem. 300 posts... woohoo
  4. A

    Arduino Controlled Grow and PC Program - Work In Progress

    He shouldn't be doing it like this... lol Really, it should be like so: This way, you could pass x and y directly to any myGLCD sub-function without having to convert the values each time within the function call itself.
  5. A

    Arduino Controlled Grow and PC Program - Work In Progress

    No worries, I'm on it. Just had to get the new update out and now it's time for the touchscreen interface.
  6. A

    Arduino Controlled Grow and PC Program - Work In Progress

    The Raspberry Pi only controls the web interface, the Arduino is what the sensors connect to. I use a DHT11 and a LM35 along with a simple LDR <--- all three under $3
  7. A

    Arduino Controlled Grow and PC Program - Work In Progress

    lol... It might seem that way, but I'm just hoping you find a bucket full of Raspberries! Now that it's all split up it might be considered 'art', but before? Maybe a Picasso?
  8. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Never fun. :cry: Updated screenshots - now you can see what you're missing... lol ;)
  9. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Nice scaling formulas. I was doing something similar, but that looks like it'd be more exact. If you were experimenting with the old envirocontrol on your Pi your SD card is probably dead! lol. Good thing they're like $2/GB now. And yeaaaas, I hope you enjoy the new easier to understand...
  10. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Reference? I'm only using the information found on the UTFT library site at: http://www.henningkarlsen.com/electronics/library.php?id=51 Oh and I posted yieldbuddy v1.16 yesterday.
  11. A

    Arduino Controlled Grow and PC Program - Work In Progress

    I got your email (with attachments)... I'll take a look soon.
  12. A

    Arduino Controlled Grow and PC Program - Work In Progress

    I'm implementing email alerts right now, I'll be working on the LCD soon.
  13. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Looks like he has most of the features for the interface figured out.
  14. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Use the DHT library and code found here: http://playground.arduino.cc/Main/DHTLib
  15. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Looks awesome in that case. By 'coordinates' do you mean the pinout? I know, right? lol... Working on bring back the touchscreen and email alerts right now! Thinking I'll post what I've done already first though, as sort of a 'checkpoint'.
  16. A

    Arduino Controlled Grow and PC Program - Work In Progress

    Disregard this post. :P Didn't notice the TRIAC in the circuit.
  17. A

    Arduino Controlled Grow and PC Program - Work In Progress

    I have the same CO2 Sensor, but on a 5v breakout board with an adjustable pot. I wanted to incorporate a fan speed controller, that circuit looks like it might just do the trick with the diac. Those openreef BNC boards look pretty good as well. On the to-do list is the following: -Third...
Top