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. General Discussion
  3. What did you build today (Pictures) ?

What did you build today (Pictures) ?

Scheduled Pinned Locked Moved General Discussion
1.1k Posts 105 Posters 203.6k Views 98 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.
  • sinczeS Offline
    sinczeS Offline
    sincze
    MySensors Evangelist
    wrote on last edited by
    #167

    Almost Christmas, that means... Lights. In this case programmable 5v LED's that are driven by an Arduino and controlled via Mysensors & Domoticz.

    0_1512836207823_WhatsApp Image 2017-12-09 at 17.14.55.jpeg

    While the arduino sketch has a lot of tricks (showing animations).. I still have to figure out HOW I can stop an animation from playing when I want to see the next one.. It now completes the first animation.. and then starts the one I selected. It needs to break from the function if a new message comes in. I'll have to look for some examples in the forum.

    1 Reply Last reply
    1
    • rozpruwaczR Offline
      rozpruwaczR Offline
      rozpruwacz
      wrote on last edited by
      #168

      @andrew I see that You put the nrf module between two pcbs. Do You have issues with reception ? Because the boards may act as a shielding.

      andrewA 1 Reply Last reply
      1
      • rozpruwaczR rozpruwacz

        @andrew I see that You put the nrf module between two pcbs. Do You have issues with reception ? Because the boards may act as a shielding.

        andrewA Offline
        andrewA Offline
        andrew
        wrote on last edited by
        #169

        @rozpruwacz I try to avoid filled copper areas, which could act as RF blockers. as I mentioned, everything is still in progress, in-wall tests will just come. hopefully I'll have time for that in the next 2 weeks.

        mtiutiuM 1 Reply Last reply
        1
        • mfalkviddM Offline
          mfalkviddM Offline
          mfalkvidd
          Mod
          wrote on last edited by mfalkvidd
          #170

          (CNC milling forked to separate thread. It got too interesting :-) )

          1 Reply Last reply
          2
          • andrewA andrew

            @rozpruwacz I try to avoid filled copper areas, which could act as RF blockers. as I mentioned, everything is still in progress, in-wall tests will just come. hopefully I'll have time for that in the next 2 weeks.

            mtiutiuM Offline
            mtiutiuM Offline
            mtiutiu
            Hardware Contributor
            wrote on last edited by
            #171

            @andrew

            I know that this is not the right place to ask but I'm very curious how do you overcome the fact that in EU there's only the live with in the walls for light switches. I saw that you used a HLK-PM0xx module for testing which needs both live and null. Or maybe your "in-wall" wiring is different... Anyways congratulations for your work so far.

            andrewA 1 Reply Last reply
            0
            • mtiutiuM mtiutiu

              @andrew

              I know that this is not the right place to ask but I'm very curious how do you overcome the fact that in EU there's only the live with in the walls for light switches. I saw that you used a HLK-PM0xx module for testing which needs both live and null. Or maybe your "in-wall" wiring is different... Anyways congratulations for your work so far.

              andrewA Offline
              andrewA Offline
              andrew
              wrote on last edited by andrew
              #172

              @mtiutiu well, that's the dirty hacking part :) electricians will probably not like it.

              so, for first, I've a different approach to control my lamps compared to other in-wall switches and dimmers, due to the fact, that I won't switch the mains directly, with the switch. I have LED ceiling lamps which operate at 12V, but the power supplies (230V to 12V) are in the lamps' body. it could be possible to switch their mains on/off thus to turn the lamps on/off (this is what I do now with standard switches), but it is not possible to dim the lights this way.
              to be able to dim the LEDs as well I'll have a lamp controller node right after the switching PSUs in each lamp. this will be controlled with the in-wall switches (and could be controlled with other nodes/gateways as well), over the air only.

              as all of my wall lamp switch have dual wiring (one line in, two switched line out) I planned the following setup:
              one switched line will be "re-assigned" and wired to N at the lamp. this way, at the wall switch I'll have both L and N. the other switched in-wall line will still forward the L to the lamp, but it will do it directly, to continuously operate the lamp's PSU, which also powers the lamp's controller module.
              the controller will be always on and it will control both the dimming (PWM on the 12V) and the switching wich basically allowing or disabling the 12V from the PSU to the LEDs.

              the in-wall switch will be basically just a radio remote controller this way, but operating from the mains, without any need of batteries.

              I hope that my explanation wasn't too complicated :)

              1 Reply Last reply
              1
              • fernando alvarez buyllaF Offline
                fernando alvarez buyllaF Offline
                fernando alvarez buylla
                wrote on last edited by
                #173

                well today finally i decide to change to c.h.i.p. as a controller with domoticz an amazing device but too bad for the product that got really bad customer support, ( if you planning to buy a c.h.i.p. read the forum first to get all the problems)

                this is my controller using a chip, arduino nano

                0_1512877583590_IMG_20171209_213652.jpg
                0_1512877592331_IMG_20171209_213710.jpg

                planing to chage the nano to a nodemcu

                NeverDieN 1 Reply Last reply
                2
                • fernando alvarez buyllaF fernando alvarez buylla

                  well today finally i decide to change to c.h.i.p. as a controller with domoticz an amazing device but too bad for the product that got really bad customer support, ( if you planning to buy a c.h.i.p. read the forum first to get all the problems)

                  this is my controller using a chip, arduino nano

                  0_1512877583590_IMG_20171209_213652.jpg
                  0_1512877592331_IMG_20171209_213710.jpg

                  planing to chage the nano to a nodemcu

                  NeverDieN Offline
                  NeverDieN Offline
                  NeverDie
                  Hero Member
                  wrote on last edited by NeverDie
                  #174

                  @fernando-alvarez-buylla Is the C.H.I.P. better than a Raspberry Pi Zero? At least with a Pi, you know there's going to be support.
                  https://www.adafruit.com/product/2885?gclid=EAIaIQobChMIrMm-lcv-1wIVxSSBCh1PJQB3EAQYASABEgItsvD_BwE
                  https://www.adafruit.com/product/3400

                  fernando alvarez buyllaF 1 Reply Last reply
                  0
                  • NeverDieN NeverDie

                    @fernando-alvarez-buylla Is the C.H.I.P. better than a Raspberry Pi Zero? At least with a Pi, you know there's going to be support.
                    https://www.adafruit.com/product/2885?gclid=EAIaIQobChMIrMm-lcv-1wIVxSSBCh1PJQB3EAQYASABEgItsvD_BwE
                    https://www.adafruit.com/product/3400

                    fernando alvarez buyllaF Offline
                    fernando alvarez buyllaF Offline
                    fernando alvarez buylla
                    wrote on last edited by
                    #175

                    @neverdie go for the pi zero chip is really nice a little better than the pi zero wifi and bt integraded 4gb and a few cool stuff , but theres people that pay a year ago and still waiting for the chip to arrive , no reply and no support on forum , to me chip is dying , you cant never go wrong with a pi , but i will try in a few months the omega2 to remplace my chips

                    Nca78N 1 Reply Last reply
                    0
                    • fernando alvarez buyllaF fernando alvarez buylla

                      @neverdie go for the pi zero chip is really nice a little better than the pi zero wifi and bt integraded 4gb and a few cool stuff , but theres people that pay a year ago and still waiting for the chip to arrive , no reply and no support on forum , to me chip is dying , you cant never go wrong with a pi , but i will try in a few months the omega2 to remplace my chips

                      Nca78N Offline
                      Nca78N Offline
                      Nca78
                      Hardware Contributor
                      wrote on last edited by
                      #176

                      @fernando-alvarez-buylla said in What did you build today (Pictures) ?:

                      i will try in a few months the omega2 to remplace my chips

                      What kind of controller are you going to run on that underpowered thing ? Entry level price is cheap but if you want SD card reader and a bit more storage (32Mb) you have to pay 20$, more than the price of an orange pi zero + box which is already available and runs well with Armbian.

                      1 Reply Last reply
                      0
                      • Nca78N Offline
                        Nca78N Offline
                        Nca78
                        Hardware Contributor
                        wrote on last edited by
                        #177

                        Working on clearing up the backlog of unfinished NModule shields, today I finished to test the dual touch button shield, made a script to use it as on/off button or as dual button with short press = on and long press = off, as seen below as a dual scene controller.
                        https://www.youtube.com/watch?v=064Jlx2eawI

                        I made a box so it can be easily customized depending on what you use it for. Unfortunately internet is too bad at the moment in Vietnam to use Fusion 360 so I made it with 123D Design which is less convenient and it's not really high-end assembly :D

                        0_1512964810931_IMAG2085.jpg
                        0_1512964835281_IMAG2084.jpg

                        NeverDieN dbemowskD 2 Replies Last reply
                        5
                        • Nca78N Nca78

                          Working on clearing up the backlog of unfinished NModule shields, today I finished to test the dual touch button shield, made a script to use it as on/off button or as dual button with short press = on and long press = off, as seen below as a dual scene controller.
                          https://www.youtube.com/watch?v=064Jlx2eawI

                          I made a box so it can be easily customized depending on what you use it for. Unfortunately internet is too bad at the moment in Vietnam to use Fusion 360 so I made it with 123D Design which is less convenient and it's not really high-end assembly :D

                          0_1512964810931_IMAG2085.jpg
                          0_1512964835281_IMAG2084.jpg

                          NeverDieN Offline
                          NeverDieN Offline
                          NeverDie
                          Hero Member
                          wrote on last edited by
                          #178

                          @nca78 said in What did you build today (Pictures) ?:

                          I made a box so it can be easily customized depending on what you use it for.

                          Is it a 3D printed enclosure then, or did you find some other way to make it? Looks very nice.

                          Nca78N 1 Reply Last reply
                          0
                          • NeverDieN NeverDie

                            @nca78 said in What did you build today (Pictures) ?:

                            I made a box so it can be easily customized depending on what you use it for.

                            Is it a 3D printed enclosure then, or did you find some other way to make it? Looks very nice.

                            Nca78N Offline
                            Nca78N Offline
                            Nca78
                            Hardware Contributor
                            wrote on last edited by
                            #179

                            @neverdie said in What did you build today (Pictures) ?:

                            @nca78 said in What did you build today (Pictures) ?:

                            I made a box so it can be easily customized depending on what you use it for.

                            Is it a 3D printed enclosure then, or did you find some other way to make it? Looks very nice.

                            3D printed. Bottom of prints can look pretty good if find the good settings and print on a glass surface.

                            1 Reply Last reply
                            0
                            • Nca78N Nca78

                              Working on clearing up the backlog of unfinished NModule shields, today I finished to test the dual touch button shield, made a script to use it as on/off button or as dual button with short press = on and long press = off, as seen below as a dual scene controller.
                              https://www.youtube.com/watch?v=064Jlx2eawI

                              I made a box so it can be easily customized depending on what you use it for. Unfortunately internet is too bad at the moment in Vietnam to use Fusion 360 so I made it with 123D Design which is less convenient and it's not really high-end assembly :D

                              0_1512964810931_IMAG2085.jpg
                              0_1512964835281_IMAG2084.jpg

                              dbemowskD Offline
                              dbemowskD Offline
                              dbemowsk
                              wrote on last edited by
                              #180

                              @nca78 I would assume that pads 1 and 2 are capacitive touch surfaces, correct? very nice design.

                              Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                              Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                              Nca78N 1 Reply Last reply
                              0
                              • dbemowskD dbemowsk

                                @nca78 I would assume that pads 1 and 2 are capacitive touch surfaces, correct? very nice design.

                                Nca78N Offline
                                Nca78N Offline
                                Nca78
                                Hardware Contributor
                                wrote on last edited by
                                #181

                                @dbemowsk said in What did you build today (Pictures) ?:

                                @nca78 I would assume that pads 1 and 2 are capacitive touch surfaces, correct? very nice design.

                                Thank you !
                                Yes using dirt cheap TTP223 breakouts at the back so no SMD soldering needed.

                                1 Reply Last reply
                                0
                                • NeverDieN Offline
                                  NeverDieN Offline
                                  NeverDie
                                  Hero Member
                                  wrote on last edited by NeverDie
                                  #182

                                  I received the next version of the leak detector PCB today. Putting it together, it checks out: thanks to a change in layout, it has the same board size as before, but now no clearance issues. i.e. No need for Kapton tape!
                                  0_1513028902071_leak_v6.jpg
                                  If I had had my own PCB CNC etcher, it would have saved me the time I lost waiting for the earlier version from the fab, only to find out that the clearances were too tight and that I would have to re-do it. Looking forward to not having such delays ever again.

                                  1 Reply Last reply
                                  3
                                  • W Offline
                                    W Offline
                                    wergeld
                                    wrote on last edited by wergeld
                                    #183

                                    Christmas wreathe for the techie in all of us.
                                    pretty colors
                                    flashing
                                    wire wrapping

                                    Uses a pro mini and a lot of wire-wrapping. Other components on the circuit boards are just there for show.

                                    (ugh, google photos links not showing up so converted to links)

                                    dbemowskD 1 Reply Last reply
                                    1
                                    • W wergeld

                                      Christmas wreathe for the techie in all of us.
                                      pretty colors
                                      flashing
                                      wire wrapping

                                      Uses a pro mini and a lot of wire-wrapping. Other components on the circuit boards are just there for show.

                                      (ugh, google photos links not showing up so converted to links)

                                      dbemowskD Offline
                                      dbemowskD Offline
                                      dbemowsk
                                      wrote on last edited by
                                      #184

                                      @wergeld Hadn't thought of it that way... Good call....

                                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                      1 Reply Last reply
                                      0
                                      • R Offline
                                        R Offline
                                        reinhold
                                        Hardware Contributor
                                        wrote on last edited by reinhold
                                        #185

                                        Finally got the PCBs from AllPCB.com (cost 5 Euros and took a total of 7 days from order submission to free DHL delivery to Europe!!!) for my own MySensors Arduino Pro Mini prototyping board. Unfortunately the soldering iron broke during my assembly, so it's not fully finished and I couldn't test it yet, either...
                                        Arduino Pro Mini IO shield
                                        Arduino Pro Mini IO shield

                                        This board is inspired by the Nano IO shields that are offered on AliExpress and improves it further for my needs (and switched to the Pro Mini instead of the Nano).

                                        • Each analog and digital pin of the Pro Mini has its own VCC and GND pins,
                                        • the board also provides its own voltage regulator, solder pins for by NRF24L01+ and RFM69H are provided (plus the 5V->3.3V XC6206 regulator),
                                        • either a tiny 55-pin breadboard or three I²C connectors can be placed on the board.
                                        • One can also use PogoPins instead of soldering the Pro Mini (or headers for it) to burn the bootloader or change fuses on the Pro Mini via the ICSP connector.
                                          Using PogoPins to burn the bootloader

                                        All design files are available on GitHub: https://www.openhardware.io/view/538/Arduino-Pro-Mini-IO-Shield

                                        NeverDieN 1 Reply Last reply
                                        5
                                        • R reinhold

                                          Finally got the PCBs from AllPCB.com (cost 5 Euros and took a total of 7 days from order submission to free DHL delivery to Europe!!!) for my own MySensors Arduino Pro Mini prototyping board. Unfortunately the soldering iron broke during my assembly, so it's not fully finished and I couldn't test it yet, either...
                                          Arduino Pro Mini IO shield
                                          Arduino Pro Mini IO shield

                                          This board is inspired by the Nano IO shields that are offered on AliExpress and improves it further for my needs (and switched to the Pro Mini instead of the Nano).

                                          • Each analog and digital pin of the Pro Mini has its own VCC and GND pins,
                                          • the board also provides its own voltage regulator, solder pins for by NRF24L01+ and RFM69H are provided (plus the 5V->3.3V XC6206 regulator),
                                          • either a tiny 55-pin breadboard or three I²C connectors can be placed on the board.
                                          • One can also use PogoPins instead of soldering the Pro Mini (or headers for it) to burn the bootloader or change fuses on the Pro Mini via the ICSP connector.
                                            Using PogoPins to burn the bootloader

                                          All design files are available on GitHub: https://www.openhardware.io/view/538/Arduino-Pro-Mini-IO-Shield

                                          NeverDieN Offline
                                          NeverDieN Offline
                                          NeverDie
                                          Hero Member
                                          wrote on last edited by
                                          #186

                                          @reinhold I like how you hid the pin holes for the ICSP underneath the breadboard.

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


                                          29

                                          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