Search results for query: *

  1. abqchicken

    Starting an Arduino DIY incubator project

    dht.readTemperature(true) reads the temperature in degrees F. So you need to make it dht.readTemperature(). Then just use t instead of f in the print statement as you have it. The code will turn the stepper every minute. So it is normal that you see the stepper continue to turn every minute...
  2. abqchicken

    Starting an Arduino DIY incubator project

    can you post your code? no sure what to tell you without going over the logic in your code.
  3. abqchicken

    Starting an Arduino DIY incubator project

    The code is set to turn every 15 minutes by this line: ic= im % 15; so nothing will happen for 15 minutes. you can try to set the line to ic= im % 1; and it should turn every minute. there is no button to get the process going.
  4. abqchicken

    Starting an Arduino DIY incubator project

    this is the code with the stepper: // Incubator code // --------------------------------------------- #include <LiquidCrystal.h> #include "DHT.h" #define DHTPIN 2 // Define the temp sensor data pin #define DHTTYPE DHT22 // define the...
  5. abqchicken

    Starting an Arduino DIY incubator project

    float t = dht.readTemperature(); // Read temperature in C float f = dht.readTemperature(true); // Read temperature in F Notice all you have to do is delete "true" when you read the temperature from the sensor. Then just change the "F" to a "C" when you print it on the...
  6. abqchicken

    Starting an Arduino DIY incubator project

    That is pretty cool that you cast your own aluminum and made the parts. That takes some skill.
  7. abqchicken

    Starting an Arduino DIY incubator project

    I tried to do one with a servo motor I had laying around from an RC project but the servo did not have enough torque. I looked to buy a motor used for an egg turner, but they are about $19 plus other parts I would have to buy put me up around $35 . Easier to buy one already built for $40. I...
  8. abqchicken

    Ended Contest #8 Natural Egg Photo Contest - 7th Annual BYC Easter Hatch-a-long!

    This is not an entry. My two earlier ones are my entries. This one is just neat for you to enjoy. Where is the Egg?
  9. abqchicken

    Ended Contest #8 Natural Egg Photo Contest - 7th Annual BYC Easter Hatch-a-long!

    Thank you. I had fun taking them. One of my Vizsla dogs, Suki (see my avatar picture), had to help! Needless to say, I used a couple of stand-ins for the pictures since the original egg was an afternoon snack for the pooch! She thought I was putting the egg out for her to find and eat! :)
  10. abqchicken

    Ended Contest #8 Natural Egg Photo Contest - 7th Annual BYC Easter Hatch-a-long!

    Have a few more in my profile - take a look. Unfortunately I can only enter two.
  11. abqchicken

    Ended Contest #8 Natural Egg Photo Contest - 7th Annual BYC Easter Hatch-a-long!

    EGG IN A PEAR TREE (New Christmas Song?) FLOWER EGG
  12. Top View

    Top View

  13. Heavenly Egg

    Heavenly Egg

  14. Roof Egg

    Roof Egg

  15. Pear Tree Egg

    Pear Tree Egg

  16. Flower Egg

    Flower Egg

  17. Hidden Egg

    Hidden Egg

  18. Clay Pot

    Clay Pot

  19. Bark Egg

    Bark Egg

Back
Top Bottom