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. 💬 OH MySensors RGBW Controller

💬 OH MySensors RGBW Controller

Scheduled Pinned Locked Moved OpenHardware.io
mysensorspcbrgbwcontroller
106 Posts 18 Posters 29.6k Views 19 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.
  • pepsonP Offline
    pepsonP Offline
    pepson
    wrote on last edited by
    #43

    But on dirtypcb what type file i must upload to give cost ?

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

      A zip with the gerber files. The version 1.3 that I used is already in their store though: http://dirtypcbs.com/store/designer/details/7078/867/mysensors-rgbw-controller-v1-3

      1 Reply Last reply
      1
      • pepsonP Offline
        pepsonP Offline
        pepson
        wrote on last edited by
        #45

        Hmm a littlebig cost same PCB. Can you show me it how it looks in Domoticz ?

        L 1 Reply Last reply
        0
        • pepsonP pepson

          Hmm a littlebig cost same PCB. Can you show me it how it looks in Domoticz ?

          L Offline
          L Offline
          LastSamurai
          Hardware Contributor
          wrote on last edited by
          #46

          @pepson What do you want to know about domoticz? It looks like every other RGB switch in domotizc depending on your used theme, just google it ;)

          1 Reply Last reply
          0
          • pepsonP Offline
            pepsonP Offline
            pepson
            wrote on last edited by
            #47

            But is any chance to implement also button as in fibaro rgbw ?

            L 1 Reply Last reply
            0
            • pepsonP pepson

              But is any chance to implement also button as in fibaro rgbw ?

              L Offline
              L Offline
              LastSamurai
              Hardware Contributor
              wrote on last edited by
              #48

              @pepson I don't understand?!

              1 Reply Last reply
              0
              • pepsonP Offline
                pepsonP Offline
                pepson
                wrote on last edited by
                #49

                Buttons to controlling leds red gren blue and white.

                L 1 Reply Last reply
                0
                • pepsonP pepson

                  Buttons to controlling leds red gren blue and white.

                  L Offline
                  L Offline
                  LastSamurai
                  Hardware Contributor
                  wrote on last edited by
                  #50

                  @pepson Still not sure what you mean. If you want hardware buttons you can add those to the node (I did not). Everything else is part of the controller software which I don't control. You can always use something other than domoticz. But lets not spam this thread with that anymore please :)

                  1 Reply Last reply
                  0
                  • niekN Offline
                    niekN Offline
                    niek
                    wrote on last edited by niek
                    #51

                    Will this board works with an APA102 ledstrip? And, I'm new to custom boards, how can I simply order a couple of this boards?
                    EDIT: i'm too fast, found this link: http://dirtypcbs.com/store/designer/details/7078/867/mysensors-rgbw-controller-v1-3
                    so my second question is already be answered!

                    L AWIA 2 Replies Last reply
                    0
                    • niekN niek

                      Will this board works with an APA102 ledstrip? And, I'm new to custom boards, how can I simply order a couple of this boards?
                      EDIT: i'm too fast, found this link: http://dirtypcbs.com/store/designer/details/7078/867/mysensors-rgbw-controller-v1-3
                      so my second question is already be answered!

                      L Offline
                      L Offline
                      LastSamurai
                      Hardware Contributor
                      wrote on last edited by LastSamurai
                      #52

                      @niek APA102 are adressable leds, right? My led controller only supports "analog" leds controlled by pwm. At least without some modding.

                      1 Reply Last reply
                      0
                      • niekN niek

                        Will this board works with an APA102 ledstrip? And, I'm new to custom boards, how can I simply order a couple of this boards?
                        EDIT: i'm too fast, found this link: http://dirtypcbs.com/store/designer/details/7078/867/mysensors-rgbw-controller-v1-3
                        so my second question is already be answered!

                        AWIA Offline
                        AWIA Offline
                        AWI
                        Hero Member
                        wrote on last edited by
                        #53

                        @niek an apa102 strip contains internal logic/ driver circuitry so it can be controlled direct from arduino power pins. No mosfet needed. Take a look at the FastLED library to control these strips.

                        1 Reply Last reply
                        0
                        • C Offline
                          C Offline
                          CoolSaet
                          wrote on last edited by
                          #54

                          I am trying to compile this project with the 2.1.1 library, but I keep getting the errors: the 'MyTransportNRF24' does not name a type.
                          As far as I can see, it seems that the type is nowhere defined in the libraries.

                          L 1 Reply Last reply
                          0
                          • C CoolSaet

                            I am trying to compile this project with the 2.1.1 library, but I keep getting the errors: the 'MyTransportNRF24' does not name a type.
                            As far as I can see, it seems that the type is nowhere defined in the libraries.

                            L Offline
                            L Offline
                            LastSamurai
                            Hardware Contributor
                            wrote on last edited by LastSamurai
                            #55

                            @CoolSaet Yes that is because the sketch you are using is still from MySensors 1.5. I already updated the sketch to Version 2 in November but forgot to push the changes to github.
                            Here is a newer version that should work with mysensors 2. Only the (non)linear fading is still not working 100%.

                            PS I also updated the text of the openhardware.io project

                            C 1 Reply Last reply
                            0
                            • L LastSamurai

                              @CoolSaet Yes that is because the sketch you are using is still from MySensors 1.5. I already updated the sketch to Version 2 in November but forgot to push the changes to github.
                              Here is a newer version that should work with mysensors 2. Only the (non)linear fading is still not working 100%.

                              PS I also updated the text of the openhardware.io project

                              C Offline
                              C Offline
                              CoolSaet
                              wrote on last edited by
                              #56

                              @LastSamurai Thank you very much for the update. That seems to have done the trick.

                              1 Reply Last reply
                              0
                              • Sergio RiusS Offline
                                Sergio RiusS Offline
                                Sergio Rius
                                wrote on last edited by
                                #57

                                @LastSamurai The gerber files on Dirty PCBs are the mosfet corrected ones or the wrong? I just ordered some and now I've this doubt.

                                C 1 Reply Last reply
                                0
                                • Sergio RiusS Sergio Rius

                                  @LastSamurai The gerber files on Dirty PCBs are the mosfet corrected ones or the wrong? I just ordered some and now I've this doubt.

                                  C Offline
                                  C Offline
                                  CoolSaet
                                  wrote on last edited by
                                  #58

                                  @Sergio-Rius
                                  I ordered the pcb a few months back on dirty pcbs. That one had the MOSFET pins connected wrong, but it wasn't that difficult to turn them an discribed in the post. I am not sure if a correct one is available.

                                  Sergio RiusS 1 Reply Last reply
                                  0
                                  • C CoolSaet

                                    @Sergio-Rius
                                    I ordered the pcb a few months back on dirty pcbs. That one had the MOSFET pins connected wrong, but it wasn't that difficult to turn them an discribed in the post. I am not sure if a correct one is available.

                                    Sergio RiusS Offline
                                    Sergio RiusS Offline
                                    Sergio Rius
                                    wrote on last edited by
                                    #59

                                    @CoolSaet Thankiuu! I'll try not to mess anything.

                                    1 Reply Last reply
                                    0
                                    • L Offline
                                      L Offline
                                      LastSamurai
                                      Hardware Contributor
                                      wrote on last edited by
                                      #60

                                      @Sergio-Rius I am pretty sure the version 1.3 from the store still has the pins rotated (= wrong but you can fix it as described). There is a fixed version of the gerber files in my github repo that is linked to this project though. I just haven't ordered them from dirtyPCBs yet so they are not in the store (as I am still using the rest of the old ones).

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        Stuart Middleton
                                        wrote on last edited by Stuart Middleton
                                        #61

                                        Thanks, @LastSamurai, I went and compared the DIrty PCB files with the v1.3 ones on OpenHardware.IO and they are indeed different. It looks like the DIrtyPCB link is out of date and still has the error on them.
                                        @Sergio-Rius would be very grateful if you could update those files :)

                                        Sergio RiusS 1 Reply Last reply
                                        0
                                        • S Stuart Middleton

                                          Thanks, @LastSamurai, I went and compared the DIrty PCB files with the v1.3 ones on OpenHardware.IO and they are indeed different. It looks like the DIrtyPCB link is out of date and still has the error on them.
                                          @Sergio-Rius would be very grateful if you could update those files :)

                                          Sergio RiusS Offline
                                          Sergio RiusS Offline
                                          Sergio Rius
                                          wrote on last edited by
                                          #62

                                          @Stuart-Middleton Unfortunately my boards are already made and shipped. They made them in just a day (Sunday) and didn't have me time to rectify my order.

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


                                          14

                                          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