Using an Arduino with Python LESSON 9: Temperature and Humidity Visual Using DHT11

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 31

  • @edSabio572
    @edSabio572 2 роки тому +1

    Thanks Paul! The Math behind this project is worth every minute spent here. It is certainly not for those not willing to "...Learn or die trying..."

  • @scottwait3585
    @scottwait3585 2 роки тому +5

    This is really cool, by the way I really appreciate the math background.
    "Math is the solution, not the problem"
    Thanks again!

  • @louistoweill4232
    @louistoweill4232 7 місяців тому

    Another great lesson. I am beginning to understand the vectors and axes better now.

  • @cbrombaugh
    @cbrombaugh 2 роки тому

    I AM LEGEND! Although my label text was off a bit, I made a pretty good looking hygrometer. After I watch Paul's solution I expect to learn to fix the text position problem. I even did the math correctly! Thanks Paul for another most excellent lesson.

  • @pralaymajumdar1206
    @pralaymajumdar1206 2 роки тому

    I am astonished to see your knowledge of recent technology..Great lesson. Thank u.

  • @NikoxPL
    @NikoxPL 2 роки тому

    Great lesson Paul! Things get little complicated but can't wait for another lesson. Enjoy your coffee!

  • @legendarycow3672
    @legendarycow3672 2 роки тому +1

    Sir, thank you for your dedication to passing knowledge on. My 12 yr old son and I have been doing your videos together along with you. It has been a positive, uplifting bonding experience for us. We have been thinking of a project that would apply to our home and was curious if you might do a series on a closed loop stepper motor to tilt horizontal blinds. We are trying to figure out how to retain manual wand control and the motor still know its absolute position so it can execute an automatic routine without going the wrong way. Something that has a LAN api. Thoughts? Again, thank you sir.
    In faith,
    Eric and son

    • @paulmcwhorter
      @paulmcwhorter  2 роки тому +2

      And the best part is the priceless memories you are giving your son, that will last a lifetime. Well done! Might look at doing some home automation work after I finish the Raspberry Pi lessons

  • @mikoajnowacki2788
    @mikoajnowacki2788 2 роки тому

    Mission Completed with No loss of people: ua-cam.com/video/dJd6AwMDNVs/v-deo.html

  • @Sikuq
    @Sikuq 2 роки тому

    Another great lesson. Thanks.

  • @stephennicholson2833
    @stephennicholson2833 2 роки тому

    For the direction of the vector for the arrow, I don't think you need to include the arrow length. Just the directional sine and cosines.

  • @legendarycow3672
    @legendarycow3672 2 роки тому +2

    Thanks!

    • @paulmcwhorter
      @paulmcwhorter  2 роки тому +2

      WOW, thanks! That is a huge encouragement, and greatly appreciated.

  • @pccustom403
    @pccustom403 2 роки тому

    God Bless you Paul.

  • @as-uu6yo
    @as-uu6yo 2 роки тому +1

    Sir,How u have approached for becoming a self learning programmer and developer using different technologies??
    How do u filter the best content for self learning over the web of internet??

  • @xavierbraive4470
    @xavierbraive4470 2 роки тому

    thank you for sharing ! sorry i had to leave the chat early today.

  • @bkairosh8164
    @bkairosh8164 2 роки тому

    Hi Paul. Thank you for this tutorial, very interesting. I'd be keen to learn how to connect the vPython output interface with my website and display the digital readings live. Any sources you could recommend on achieving this?

  • @floridian080
    @floridian080 2 роки тому

    The math for calculating theta was elegant but unnecessary if a for loop is used to define theta in the while True section :
    for i in np.linspace(5/6*np.pi, np.pi/6,100):
    theta=np.pi*(1-hum/100)
    Also, in the temperature script, using a for loop to define cylinder len in the while True section eliminates the need for the math.
    for temp in np.linspace(0,115,100):
    len=4.5*temp/115

    • @paulmcwhorter
      @paulmcwhorter  2 роки тому +3

      I dont understand why you want to use intuition instead of just doing the math. The approach you suggest only works when the y intercept is zero. What I see is many people want to do ratios instead of a linear equation. Then they come up to a problem where y intercept is not zero, and use ratios and then get wrong answers. I show how to do the math, and dont understand why people want to try and solve problems NOT using math.

    • @floridian080
      @floridian080 2 роки тому

      I'm grateful that you showed us the math and will keep viewing your series to learn more! I look forward to your lessons every week.

  • @APBAChatter
    @APBAChatter 2 роки тому +1

    Radians or is that polar coordinates? That is an unpleasant flashback to a math class long long ago in a land far far away.

    • @paulmcwhorter
      @paulmcwhorter  2 роки тому +1

      Two seperate topics. Radians are a measure of rotation. Polar coordinates is a system to locate points in space based on rotation and length.

  • @larryplatzek9017
    @larryplatzek9017 2 роки тому

    what is the new RPI class be named/?