Skip to content
  • MySensors
  • 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. OpenHardware.io
  3. 💬 Roller Shutter Node

💬 Roller Shutter Node

Scheduled Pinned Locked Moved OpenHardware.io
rollershuttercurrent sensorrelayblinds
107 Posts 25 Posters 38.2k Views 27 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.
  • scalzS Offline
    scalzS Offline
    scalz
    Hardware Contributor
    wrote on last edited by
    #38

    nrf24 smd version is uploaded. Have fun

    1 Reply Last reply
    2
    • fetsF Offline
      fetsF Offline
      fets
      wrote on last edited by
      #39

      @scalz I'm another one from France and very interessing in pcba version with rfm69 cause sma is not my cut of tea :).
      Anyway thank for your work and ideas,

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

        @fets cool. About PCBA, for the moment; it's on fabhouse hand, I'm waiting for the quotation, and if everything goes well, this board may become a part of Mysensors project, meaning supporting Mysensors, I'm very glad :)

        1 Reply Last reply
        3
        • coxifredC Offline
          coxifredC Offline
          coxifred
          wrote on last edited by
          #41

          @Scalz : Hello, what a great job ! it's exactly the thing i'm trying to do since few months. But severe issues with relay and my 220v rolling shutters. Actually, the relays freeze sometimes and stay glue to a position. I read a lot about the inductive load and snubber, but i'm a newbie with electronics. I tried differents relays : from blue one classic to APF30205, but always fails.
          Did you encounter problem with your OMRON G5Q ? Is the varistor the solution or it's only for other purpose (security,...). Here is my project https://github.com/coxifred/PimpMyCeliane/wiki
          Thanks for you response, and congratulations (twice).

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

            @coxifred
            Hello. sorry for delay..busy time..
            I already did my design when I saw your build. But I preferred to not use wifi for rollershutter..

            If you're newbie in electronics, be careful with AC and your motors ;)

            • I don't see any safety on your build..
            • seems your relays are in //, so not interlocked. Better in serie, so you can't do UP & DOWN at same time. Not a problem in software, but if parasitic problems, then it could happen.

            I have no problem with my relays but I have only tried on a somfy motor, and another old blind motor.

            Relay can stay glued because of multiple reasons, not easy to debug at distance ;)

            • EMI parasites etc... esp8266, especially nodemcu module could be sensitive. And lot of wire etc near AC lines etc is a nasty combo. this would not pass EMI tests!
            • So, at relay input : EMI for instance or, I don't know if your relay module has this, but that's better to use relay driver or at least some diode. . It can avoid improves false things on relay input.
            • If you're sure you have no problem on relay driver/transistor side, then it can be at output. It can be stayed glue in inductive overload for instance. If bad quality relay. If relay is good quality. Perhaps you need an additional snubber. Which is why I have oversized my relays (10Amp).

            Maybe I have missed few others points, but I hope that will help you :)

            1 Reply Last reply
            0
            • coxifredC Offline
              coxifredC Offline
              coxifred
              wrote on last edited by
              #43

              @scalz : Thanks for your response. For me all eletronic/software before output is ok. I tried with simple bulbs, works every time, no glue. The problem appears only with rolling shutter motors (wich are not somfy, but 220v). I think i need a snubber (for inductive overload ) but don't know how to wire it at the output, and wich model. I'll buy your relay model and test again. Perhaps i was not lucky with my relay. I even buyed a Chacon/DIO (433) rolling shutter module to see what kind of relay are they using. I have to take a voltage measure on the (chacon) input's relay, not node, too much time:)
              Thanks 4 your response.

              1 Reply Last reply
              0
              • tonnerre33T Offline
                tonnerre33T Offline
                tonnerre33
                Hardware Contributor
                wrote on last edited by tonnerre33
                #44

                Hello,

                The PCB order link is for nrf24 or RFM69 version ?

                Edit :

                omg, i see the answer in the first page ^^ it's for RFM69 version .

                When will you give the link for order PCB with nrf 24 ?

                1 Reply Last reply
                0
                • tonnerre33T Offline
                  tonnerre33T Offline
                  tonnerre33
                  Hardware Contributor
                  wrote on last edited by tonnerre33
                  #45

                  Hello,

                  Where can we found the program (.ino) for this board ?

                  Thx

                  1 Reply Last reply
                  0
                  • TakeroT Offline
                    TakeroT Offline
                    Takero
                    Hardware Contributor
                    wrote on last edited by
                    #46

                    Where can i find the example sketch?

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

                      There is no official sketch avaiable at this moment. And @scalz is working hard on RFM69 ... I began yesterday to write a new sketch, I will publish in few days (weeks ?).

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

                        Why do you want an example sketch ?
                        hmm..my precious sketch :stuck_out_tongue:
                        @Fabien is right that's quite busy days :)
                        I didn't published it yet because i prefer release when it's polished as i like..
                        Well, as Fabien is a betatester ;)
                        i've published a pre beta version! on my git https://github.com/scalz/MySensors-HW/tree/development/RollerShutterNode/FW/MyRollershutter

                        BUT i'm actually busy so i won't have time for support on setup. i think it's enough documented for the moment.
                        I prefer to tell this than giving hope..better like this. I learnt this from a smart guy recently :pray:

                        That said i hope you will have fun! and i will try to update as i can..you've not seen the new version of this board :yum:

                        1 Reply Last reply
                        3
                        • TakeroT Offline
                          TakeroT Offline
                          Takero
                          Hardware Contributor
                          wrote on last edited by
                          #49

                          Hey, no Problem :-)

                          I just ask for it, as you write it is in the examples folder ;-)

                          Thanks for the pre Beta, i will work on it :+1:

                          1 Reply Last reply
                          0
                          • tonnerre33T Offline
                            tonnerre33T Offline
                            tonnerre33
                            Hardware Contributor
                            wrote on last edited by
                            #50

                            @scalz Thanks for the pre beta sketch.
                            i have searched the sketch many times in the example folder too :) But no examples folder find ;)
                            I have posted some pictures of the pcb here i fyou want to see:

                            http://www.photorapide.com/albums/jordan/khjept/circuit-pcb-roller-shutter-node.html

                            1 Reply Last reply
                            0
                            • TakeroT Offline
                              TakeroT Offline
                              Takero
                              Hardware Contributor
                              wrote on last edited by
                              #51

                              Hey Scalz, u have forgotten to connect the CSN - Pin in your PCB file for NRF24 ;-) I just solder a bridge between NRF Pin 4 and R14

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

                                @takero
                                thx for reporting!
                                i'm using rfm69, argh. i will take a look asap.

                                1 Reply Last reply
                                0
                                • TakeroT Offline
                                  TakeroT Offline
                                  Takero
                                  Hardware Contributor
                                  wrote on last edited by Takero
                                  #53

                                  Yah, i know, take it easy this is an minor bug :-)
                                  Your misstake is in the schematic, your wire on the NRF24 CSN-PIN is unnamed.

                                  For feature Update, it is advisable to plug an ELKO ~400-500uF near the NRF24 Power, i have reciving problems whith "RF24_PA_HIGH" but i need hight for the distance.

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

                                    @Takero

                                    But it was named! or the pullup resistor would not be wired, and it was also present on atmel.. and no airwire, weird!
                                    well, i think it happened during converstion to nrf24.
                                    Hopefully the pullup resistor is just near the radio!

                                    Is RF24_PA_HIGH available for nrf24 smd, i thought this was for High power nrf. i'm certainly wrong..I've no problem with rfm though.

                                    I don't think i will do more, unfortunately, I mean in this case, it's sort of double job, and i'm using rfm69.
                                    but when i can, i put rfm69 and nrf footprint (i have a pcb not released like this, not a shutter node).

                                    Now it's updated :) rev=1.3a for nrf
                                    See you soon

                                    TakeroT 1 Reply Last reply
                                    1
                                    • TakeroT Offline
                                      TakeroT Offline
                                      Takero
                                      Hardware Contributor
                                      wrote on last edited by
                                      #55

                                      One question: what are your fuses settings for Optiboot? Dit u use the external 8MHz Clock?
                                      Can you confirm:

                                      L: 0xEE
                                      H: 0xDA
                                      E: 0x06

                                      1 Reply Last reply
                                      0
                                      • scalzS scalz

                                        @Takero

                                        But it was named! or the pullup resistor would not be wired, and it was also present on atmel.. and no airwire, weird!
                                        well, i think it happened during converstion to nrf24.
                                        Hopefully the pullup resistor is just near the radio!

                                        Is RF24_PA_HIGH available for nrf24 smd, i thought this was for High power nrf. i'm certainly wrong..I've no problem with rfm though.

                                        I don't think i will do more, unfortunately, I mean in this case, it's sort of double job, and i'm using rfm69.
                                        but when i can, i put rfm69 and nrf footprint (i have a pcb not released like this, not a shutter node).

                                        Now it's updated :) rev=1.3a for nrf
                                        See you soon

                                        TakeroT Offline
                                        TakeroT Offline
                                        Takero
                                        Hardware Contributor
                                        wrote on last edited by
                                        #56

                                        @scalz Yes, the resistor is very close :-)

                                        In my .sch the wire is not named ;-) But anyway it works :+1:

                                        alt text

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

                                          @Takero

                                          What the ??
                                          Are you using Eagle 7x ?? I'm still using 6.5..when it works i don't change if no need ;)
                                          but dooo! In my version i see the signal..i think this is sort of very exotic bug case and i got in my face lol
                                          0_1476951269074_2016-10-20_10-13-29.jpg
                                          Weird, hein !
                                          no matter thx for reporting, good to know i'll remember or update, we learn from our errors as we say :)

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


                                          27

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 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
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular