Automating Ikea Tupplur Roller Blinds with ESP8266 and 28BYJ-48 Motor - Baba Awesam

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video, I discuss the process of Automating Ikea Tupplar Roller Blinds and the various considerations. This Project is inspired from PGOTE from Thingiverse as linked below (3D models included)
    www.thingivers...
    Also, inspired from the instructable as linked below
    www.instructab...
    The Code for the Project is as below
    github.com/sam...
    Link for Ball Bearing
    www.aliexpress...

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

  • @8DH
    @8DH 5 лет назад

    Tupplur is Swedish for nap. Thanks for great video!

    • @SamirSogay
      @SamirSogay  5 лет назад

      Thanks for the information. I always wondered what their naming scheme was.

  • @RikWebb
    @RikWebb 5 лет назад

    Convert the stepper motor to bipolar and use a A4988 driver to get around 3 times the torque :) you will need to change your code to suit the new driver but its easy - google it and see how easy it is

    • @SamirSogay
      @SamirSogay  5 лет назад +1

      Coincidentally I have made a recent video about bipolar with A4988 for torque testing.

  • @CoyoteFPV
    @CoyoteFPV 4 года назад

    Thanks for the video
    I am using this to move my Ikea lamp shade, I wonder if you can help, I would like to add the function of an input from my light switch commands the motor to travel to its max, then if the input is low it revrerts back to 0.
    Can you tell me what code I would need to add this fetaure please ?

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

      If you are using this same motor, the same code should work. You may just need to tweak the steps required to open or close the shade.

    • @coyote_drift3540
      @coyote_drift3540 4 года назад

      @@SamirSogay excellent thank you

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

    what pins are the in 1-4 wires connected to on the nodemcu?

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

      The are 4 control pins for controlling motor driver

  • @user-bu5uw7bd4f
    @user-bu5uw7bd4f 5 лет назад

    Отличная работа, но рекомендую в начале видео показать, как все работает наглядно

  • @gonzalocpj
    @gonzalocpj 4 года назад

    Hey man, thank you for your video.
    I also saw that instructables post, and im looking forward to automate my blinds. My tuppler model es the longest (2m), so do you think the 12v version will work, modified to bipolar if neccesary? Or should I buy another motor like a nema 17.
    I would like to use the 28byj because is smaller and its housing is more discrete

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

      I think it should work but nothing can confirm until you try it.

    • @gonzalocpj
      @gonzalocpj 4 года назад

      okey thanks

  • @facundotaborda2744
    @facundotaborda2744 4 года назад

    Hey thank you for your video.
    its possible do it for google assistant?

    • @SamirSogay
      @SamirSogay  4 года назад

      I have openhab which integrates with alexa as well as Google assistant. So yes.

  • @mandeepmails
    @mandeepmails 5 лет назад

    sir, could you please make one quick video on MQTT with Armtronix WIFI 8-channel relay

    • @SamirSogay
      @SamirSogay  5 лет назад

      There should be code for it on Armtronix github.

    • @mandeepmails
      @mandeepmails 5 лет назад

      Samir Sogay I was thinking for sometime that you must have explored the mqtt and Armtronix both together. Is there any mqtt supporting code or any ‘how to’ you can point me towards so that I can get it to work. Armtronix on github I explored already

    • @SamirSogay
      @SamirSogay  5 лет назад

      @@mandeepmails Armtronix code supports both http and MQTT. When you connect the circuit, access it via web and then you can set the MQTT details.

    • @mandeepmails
      @mandeepmails 5 лет назад

      Samir Sogay sir I totally agree with you. However i’m still stuck with the basic question “on the browser after you’ve chosen relay to do mqtt, what is the “topic” for example its coded to listen. By default, is it R_5 or Relay5 or what ?
      I may not ask you the above question if there’s a simple custom code available for modification. Hope you understand.
      Watching your video I guess you only showed http for the same. Around 2 years ago, I thought you must’ve done wonders by now.
      Please help. I’ll be thankful to you

    • @SamirSogay
      @SamirSogay  5 лет назад

      @@mandeepmails If you read the code then you will easily come to know. It is R1_ON, R1_OFF and so on.