Skip to content
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. Roller Shutter
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

Roller Shutter

Scheduled Pinned Locked Moved Hardware
87 Posts 23 Posters 57.5k Views 32 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jserfaty
    wrote on last edited by jserfaty
    #58

    @scalz said:

    Last note, the 0-100% opening depends on the ACS712. I have not tested yet on this new rev, nor Fabien. It's in a very good progress

    How are you doing on the 0-100% code function?
    Im doing the same thing for a greenhouse sides opening controller using 2 relays and V_PERCENTAGE.

    Im not having great luck at the part of passing the value from the controller to the function to execute running for X number of milliseconds (will add the current sense you suggest later it is a great idea but trying hardcoded travel time for now)

    Just wondering if you had any code to share that could shed light on my current project.

    thanks

    1 Reply Last reply
    0
    • scalzS Offline
      scalzS Offline
      scalz
      Hardware Contributor
      wrote on last edited by scalz
      #59

      @jserfaty I will try to share some code as soon as possible, sorry being late on this. Bzzz, bzzz I'm like a bee sometimes :laughing:
      In sketch, I will have two options:

      • automatic calibration with current sense..
      • or a fixed calibration, a time travel set in sketch.

      So I will try to look if I have nothing ugly in my sketch asap (there is already someone waiting for this ;))
      And a note, for others, about the board, I'm thinking to reduce size if possible to fit better in wallbox but I would like to keep hilink.

      1 Reply Last reply
      1
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #60

        Maybe look at this one: Arduino shutters

        I am using this one with my 8ch relay board. Working fine here!

        1 Reply Last reply
        0
        • scalzS Offline
          scalzS Offline
          scalz
          Hardware Contributor
          wrote on last edited by
          #61

          @kenci yep I am using this one ;) it's time based in the sketch. and nice class.
          I just need to add an auto calibration if using current sensor

          1 Reply Last reply
          0
          • A Offline
            A Offline
            anarro
            wrote on last edited by
            #62

            @scalz, I love this project. I am waiting your last changes (in a code), then I wold test it in my home!, thank you very much for share it.

            Antoni.

            1 Reply Last reply
            0
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #63

              @scalz are you going to sell this on openhardware.io as a complete module?

              1 Reply Last reply
              0
              • scalzS Offline
                scalzS Offline
                scalz
                Hardware Contributor
                wrote on last edited by
                #64

                @kenci I think so...this is a very nice new feature on openhardware, not only for commission (sure that could help a little bit for dev cost..) but, more interesting is to have competitive price for some device and make these available for others, that's excellent :) I can't wait to test this, to see what will be the quotation..I will try to do my best ;)

                1 Reply Last reply
                0
                • ddosD Offline
                  ddosD Offline
                  ddos
                  wrote on last edited by
                  #65

                  Hi @scalz great work i am working a project like yours but i do not understand teh principle of MDC3105. The shematic i made like yours is below, search a little but don't find anything about it. Is it correct without any resistor, diode etc.?
                  alt text

                  The normal schematic is below with diode, resistor, transistor etc.

                  alt text

                  Thanks for share it.

                  jbjallingJ 1 Reply Last reply
                  0
                  • ddosD ddos

                    Hi @scalz great work i am working a project like yours but i do not understand teh principle of MDC3105. The shematic i made like yours is below, search a little but don't find anything about it. Is it correct without any resistor, diode etc.?
                    alt text

                    The normal schematic is below with diode, resistor, transistor etc.

                    alt text

                    Thanks for share it.

                    jbjallingJ Offline
                    jbjallingJ Offline
                    jbjalling
                    Hardware Contributor
                    wrote on last edited by
                    #66

                    @ddos Yes, that would work - if VIN1 is pin 5, VOUT1 is pin 6, VIN2 is pin 2 and VOUT2 is pin 3, that is.

                    It's a bad habbit to have "double pins" in the schematic. You should really make a pin for each ground connection - just my 2 bits.

                    BR Jonas

                    1 Reply Last reply
                    0
                    • ddosD Offline
                      ddosD Offline
                      ddos
                      wrote on last edited by
                      #67

                      @jbjalling thanks for your quick reply. If this is gonna works without any additional parts my board has more space. I copy the device @scalz schematic i am going to do new library with two GND for it thanks again.

                      A 1 Reply Last reply
                      0
                      • scalzS Offline
                        scalzS Offline
                        scalz
                        Hardware Contributor
                        wrote on last edited by scalz
                        #68

                        @ddos
                        jballing is right. the relay driver already handle this. it's integrated, less footprint. be careful playing with AC, you need to know what you do ;)

                        btw I am a bit cheap on pics and late I know :blush: a bit busy too but few pics of what it looks..
                        0_1465407734791_roller_2.jpg
                        0_1465407764538_roller_1.jpg

                        45x44mm seems to fit ok. millings for additional distance etc...

                        1 Reply Last reply
                        2
                        • ddosD ddos

                          @jbjalling thanks for your quick reply. If this is gonna works without any additional parts my board has more space. I copy the device @scalz schematic i am going to do new library with two GND for it thanks again.

                          A Offline
                          A Offline
                          anarro
                          wrote on last edited by
                          #69

                          @ddos, Hi Srs., at first moment.. thank you very match to share this project, I like to try this project in my home but I don't know where are the library/code to try to use in my system., someone know where I can found it? :wink:

                          Thank you.
                          Antoni.

                          1 Reply Last reply
                          0
                          • ddosD Offline
                            ddosD Offline
                            ddos
                            wrote on last edited by
                            #70

                            @anarro sparkfun libraries is good you can find them on github and of course adafruit library. If the device you are looking for is not in the libraries you can find them on google 80% chance. If you can not find them on net you should do your own devices.

                            1 Reply Last reply
                            0
                            • ddosD Offline
                              ddosD Offline
                              ddos
                              wrote on last edited by
                              #71

                              @scalz your pcb and cutouts look very good for voltage protection but i think you need a case for 230V AC pins which are touchable right now.

                              1 Reply Last reply
                              0
                              • scalzS Offline
                                scalzS Offline
                                scalz
                                Hardware Contributor
                                wrote on last edited by
                                #72

                                @ddos
                                thx. of course! i will print an insulating box with some air vents. and i will add some liquid tape for isloating the pads ;)

                                for software, i need some time to clean and test it. and i am playing with others things+ etc.. I already shared the sketch with only one beta tester here, for the moment. but of course i will share it asap :)

                                A 1 Reply Last reply
                                0
                                • F Offline
                                  F Offline
                                  Fabien
                                  wrote on last edited by
                                  #73

                                  Made my first test tonight. Only a proof of concept with the first board and without auto-calibration. Yes I know, I have only blue wire near me ...
                                  0_1465769942109_IMG_20160613_000909.jpg

                                  1 Reply Last reply
                                  1
                                  • scalzS scalz

                                    @ddos
                                    thx. of course! i will print an insulating box with some air vents. and i will add some liquid tape for isloating the pads ;)

                                    for software, i need some time to clean and test it. and i am playing with others things+ etc.. I already shared the sketch with only one beta tester here, for the moment. but of course i will share it asap :)

                                    A Offline
                                    A Offline
                                    anarro
                                    wrote on last edited by
                                    #74

                                    @scalz Hi, I know that you work (I readed your another posts) with code to use with this board, with sensor current and auto calibrate options... so if you need..I can help you.. or I can try it...(-;

                                    Thank you.

                                    1 Reply Last reply
                                    0
                                    • scalzS Offline
                                      scalzS Offline
                                      scalz
                                      Hardware Contributor
                                      wrote on last edited by scalz
                                      #75

                                      @Fabien great :+1: .did you try the sketch too? I will improve it a bit ;)
                                      @anarro : thx. I will install one board at the end of the week and will try to make a small video of the thing actuated by another cool thing I am finishing :)

                                      A 2 Replies Last reply
                                      0
                                      • scalzS scalz

                                        @Fabien great :+1: .did you try the sketch too? I will improve it a bit ;)
                                        @anarro : thx. I will install one board at the end of the week and will try to make a small video of the thing actuated by another cool thing I am finishing :)

                                        A Offline
                                        A Offline
                                        anarro
                                        wrote on last edited by
                                        #76

                                        @scalz ok, I m waiting you news... good news!! :wink:

                                        1 Reply Last reply
                                        0
                                        • ddosD Offline
                                          ddosD Offline
                                          ddos
                                          wrote on last edited by
                                          #77

                                          @Fabien Great demo with blue wire :)
                                          It seems the board will not fit in the wall case behind the switch because of the height, did you try to fit it?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          17

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular