LED control with flask web server hosted on Raspberry pi

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • НаукаНаука

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

  • @kawur1
    @kawur1 26 дней назад +1

    nice tutorial sir

  • @Rahul_Singh20
    @Rahul_Singh20 10 месяцев назад +1

    Sir can you make a video about streaming live video from raspberry pi camera with help of flask server

    • @learningsoftwareskills
      @learningsoftwareskills  10 месяцев назад +1

      Hi, i will try to make it. Thanks for your feedback and support 👍

  • @ireallydkwhatimdoing
    @ireallydkwhatimdoing 6 месяцев назад +1

    Hello! thank you so much for the informative video. I am trying to make a website that contains buttons to control appliances, but I will select these button based on the eye gaze estimation. So the cursor moves with the movement of my eyegaze that is taken by the laptop camera and when i look at a button for 3 seconds it selects it and I was it to turn on the LED, so I need live data to always be taken. How can I implement the live data based on what you did? I need some help in this please. Thank you again!

    • @learningsoftwareskills
      @learningsoftwareskills  6 месяцев назад

      Hi, the scenario you explained can be implemented using javascript in the browser

    • @ireallydkwhatimdoing
      @ireallydkwhatimdoing 6 месяцев назад

      @@learningsoftwareskills so do i run the website on the laptop instead of transferring it to the raspberry pi? Will the raspberry pi still be able to receive the commands?

  • @michaelhinterndorfer4942
    @michaelhinterndorfer4942 8 месяцев назад +1

    Is it possible to control a rgb-stripe with this method?
    And what do I have to do differently?
    Like to control the three channels seperatly

    • @learningsoftwareskills
      @learningsoftwareskills  8 месяцев назад

      Hi, i think you should use 3 output pins. Please refer the page dordnung.de/raspberrypi-ledstrip/
      Hope this helps, cheers 👍

  • @dels1601
    @dels1601 9 месяцев назад +1

    sir,piUtils not defined as library ,why?

    • @learningsoftwareskills
      @learningsoftwareskills  9 месяцев назад

      Hi, piUtils.py is a python file which i have created to segregate the functions in a separate file. So you need to create the piUtils.py file as shown in the blog and import in your main code
      Hope this helps, cheers👍