Это видео недоступно.
Сожалеем об этом.

Simple Arduino PID Control System with a Photocell

Поделиться
HTML-код
  • Опубликовано: 20 сен 2019
  • In this tutorial we will build a really basic PID system and cover coding and tuning the arduino. Thanks for watching!

Комментарии • 24

  • @amr.a-m8350
    @amr.a-m8350 3 года назад +1

    Vey good example for simple PID control system with arduino

  • @allanminers1662
    @allanminers1662 3 года назад

    Nice presentation. It is a nice simple sketch. Well explained
    Tank you

  • @tareqwaleedabukhalaf4300
    @tareqwaleedabukhalaf4300 4 года назад +3

    I think you just need to implement a digital filter aka "kalman filter " to that analogread sensor and use estimation value instead of actual value to calculate pid . that make reading of the sensor more accurate and stable reading . thank u , it is a simple example of how control pid work .. Good work !

    • @PretEnGineering
      @PretEnGineering  4 года назад +3

      ooh I didn't know about that, I'll research it a bit! thanks for the tip and for watching :)

    • @RESC_Eng
      @RESC_Eng 3 года назад

      could you please direct me to a resources to learn about kalman filter especially how to deal with it using arduino c

  • @RESC_Eng
    @RESC_Eng 3 года назад

    Thank you so much , perfect project for beginners , it worked for me and gave me the concept of PID.

  • @mahmudmohammed7155
    @mahmudmohammed7155 3 года назад +2

    What is the purpose of PID in this project because I see just the output signal of photocell?
    Thank you

  • @LUCKY007725
    @LUCKY007725 3 года назад

    Nice work,
    Please make a tutorial temperature control PID with Triac....arduino and any temperature sensor like ds18b20, lm35, dht22 etc...
    Regards

  • @AcesOfAverage
    @AcesOfAverage 3 года назад

    Great video

  • @ikehsamuelifeanyi4925
    @ikehsamuelifeanyi4925 2 года назад

    How can I model the system mathematically. I would like to test the stability of the eignvalue/poles in complex plane using root locus technique.

  • @darel_dvno4876
    @darel_dvno4876 3 года назад

    Is it possible to use the distance output of the ultrasonic sensor, but this sensor uses digital inputs, as the input of my PID?

  • @BigPontheDot
    @BigPontheDot 3 года назад

    I may be a bit confused, what is being controlled here? the brightness of the LED?

  • @metronom_81
    @metronom_81 2 года назад

    I dıdnt understand ,it seems you change the photosensor values but the led wasnt effected from that ...the case is that ? so no need to built up system like that you could set them seperate and it would work more beautıful ...the example you chosed wasnt good for PID

  • @marcelodossantoscoutinho4955
    @marcelodossantoscoutinho4955 3 года назад +3

    Hey friend, I improved your code adding a moving-average filter. The filter works well but I'm not sure if I added the filtered signal into the PID controller. Could you give me some help to understand the PID library ?

    • @marcelodossantoscoutinho4955
      @marcelodossantoscoutinho4955 3 года назад

      No need anymore.

    • @jagdishroy1206
      @jagdishroy1206 3 года назад

      Sir can you please send me tha code of this project !

    • @marcelodossantoscoutinho4955
      @marcelodossantoscoutinho4955 3 года назад

      @@jagdishroy1206 Yes, send me your email.

    • @robertotorres4455
      @robertotorres4455 3 года назад

      @@marcelodossantoscoutinho4955 can you please send me the code of this project ? torres2305.rt@gmail.com

    • @dongling5966
      @dongling5966 3 года назад

      @@marcelodossantoscoutinho4955 Please send me your project code , thank your very much! we.dongling@gmail.com

  • @AdnanKhans
    @AdnanKhans 2 года назад

    can you provide the code ?

  • @optix3100
    @optix3100 2 года назад

    no code??

  • @jagdishroy1206
    @jagdishroy1206 3 года назад

    Program of this project !

  • @aitabdallahmouaad2506
    @aitabdallahmouaad2506 4 года назад +1

    Vey good example for simple PID control system with arduino