Search results for query: *

  • Users: snik3
  • Order by date
  1. snik3

    Starting an Arduino DIY incubator project

    I use a dht11 and I would also like to see the temperature in Celcius.I don't know wether the changes I made are the right ones #include <LiquidCrystal.h> #include "DHT.h" #define DHTPIN 2 // Define the temp sensor data pin #define DHTTYPE DHT11...
  2. snik3

    Starting an Arduino DIY incubator project

    thank you very much for your help. my only issue now is that whatever commands i choose at the end of your code, i keep getting counter-clockwise movement from the stepper
  3. snik3

    Starting an Arduino DIY incubator project

    I have made the stepper motor connections (1-3-4-2 to 6-7-8-9) and uploaded the code however nothing happens.No movement on the stepper or leds on the driver. After "Hatch Them" in LCD do you have any button or something to start the process?I think that probably this is where I am stuck
Back
Top Bottom