Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/23/2019 in all areas

  1. Aloe works very well (see pic) Remember clonex has PGR in it. But who cares if it works, such a little is being used. Tell you the truth I find anything work with some GA in it. Even plain water with aeration works. Sent from my ANE-LX1 using Tapatalk
    2 points
  2. You’re not going to get white pistols, you’ve got a rogue male or a hermie somewhere pollinating the crap out of her.
    1 point
  3. Couple of pic updates. lod shedding driving me insane. Above: Bubblegum extra auto Above: Auto AK Above: Royal Gorilla Fem Above: C99 Fem Above: Super Lemon Haze Fem Above: Girl Scout Cookies All of them :)
    1 point
  4. It happens Here is the code: Only change is the connection between relay and Arduino plugs into D13, not into 7. void setup() { pinMode(LED_BUILTIN, OUTPUT); } void loop() { digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level) delay(43200000); // wait for a second digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW delay(43200000); // wait for a second }
    1 point
  5. Allright, I'll give this a try tonight or tomorrow, my thinking is as per rough diagram for those who can make sence of it. Code should be something like the following for 12/12: digitalWrite(RELAY1,LOW); delay(43200000); digitalWrite(RELAY1,HIGH) delay(43200000) Sent from my EVA-L09 using Tapatalk
    1 point
  6. So I set up the back bone for support
    1 point
This leaderboard is set to Johannesburg/GMT+02:00
×
×
  • Create New...