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. 💬 Livolo 3 buttons US/AU switch adapter

💬 Livolo 3 buttons US/AU switch adapter

Scheduled Pinned Locked Moved OpenHardware.io
contest2017livolowall switchusaumysensorsswitch
75 Posts 12 Posters 22.0k Views 11 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.
  • Nca78N Nca78

    @tonnerre33 said in 💬 Livolo 3 buttons US/AU switch adapter:
    if the atmega is out off service.

    Never seen that before without frying it with too high voltage, or bricking it with failed bootloader writing.
    If it happens in the wall switch, the high voltage will also fry the TTP223 and you won't get any touch function to make a "or" with :P
    It would also block you from doing any "advanced" use of the buttons, like long touch, double touch, ...

    tonnerre33T Offline
    tonnerre33T Offline
    tonnerre33
    Hardware Contributor
    wrote on last edited by
    #13

    @Nca78 @Samuel235
    Thanks you for your arguments, both of you.
    You're right, if the atmega was broken, the best way is to stop use this node because some components could be broken too.
    This feature can permit to use the command when a problem with the radio or the controler appear.
    But with MY_TRANSPORT_WAIT_READY_MS , maybe we don't need this feature anymore ?
    You convainced me to undo this feature and minimise the components mostly if Livolo will make many updates.

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

      Hi all,

      As you requested, if someone want to check the board, i have adapted it for LINOVO 2 gangs 1 way EU format.

      You can find the files her https://github.com/tonnerre33/Linovo_EU_2Gang_1way/tree/develop/ ;)

      MiKaM mtiutiuM 2 Replies Last reply
      3
      • tonnerre33T tonnerre33

        Hi all,

        As you requested, if someone want to check the board, i have adapted it for LINOVO 2 gangs 1 way EU format.

        You can find the files her https://github.com/tonnerre33/Linovo_EU_2Gang_1way/tree/develop/ ;)

        MiKaM Offline
        MiKaM Offline
        MiKa
        wrote on last edited by
        #15

        @tonnerre33
        Perfect, Thank You!
        :thumbsup:

        1 Reply Last reply
        0
        • tonnerre33T tonnerre33

          Hi all,

          As you requested, if someone want to check the board, i have adapted it for LINOVO 2 gangs 1 way EU format.

          You can find the files her https://github.com/tonnerre33/Linovo_EU_2Gang_1way/tree/develop/ ;)

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

          @tonnerre33

          Hi,

          Nice work. I was very curious regarding on how did you made the pcb layout so I took a little time to inspect it and I noticed that you added a ceramic resonator but it's placed a little bit too far from the MCU pins. Now I know why you did that and this is the reason I didn't used a crystal/ceramic resonator in the first place - that's because of the limited space available. When I say limited is because of many reasons:

          1. it's not ok to have traces/components under and/or too close the touch pads
          2. didn't wanted to place components on the other side of the board because that's where the livolo glass panel comes and it may interfere from a mechanical point of view

          That said I gave up on using a crystal/ceramic resonator and in most of the cases the internal 8MHz RC oscillator is more than enough(as far as I know it only matters when you have an environment where temperature variations are pretty significant so the MCU oscillator frequency can drift a lot).

          Now getting back to your board and crystal/ceramic resonator placement: it's advisable to have it as close as possible to the MCU pins where it connects to and this is to reduce parasitic inductance/capacitance that long traces can and will create. Remember that 8MHz is pretty high frequency so even short traces matter so you don't want surprises in your circuit.

          Other notes:

          1. filtering caps for MCU need to be placed also as close as possible to Vdd pins(and for Aref too).
          2. the big polarized capacitors(tantalum and/or electrolytic) need to have lower value ceramic capacitors around 100nF placed in parallel in order to reduce their high ESR

          Oh and please stop using Eagle in the future :simple_smile: ..I was a former user of Eagle and now I'm really glad I got rid of it trust me. Aside from the limitations that it has and now even more as it was acquired by Autodesk it doesn't have some VERY useful features like KiCAD has now when it comes to pcb routing( one of them is push and shove ). Now I know it's hard to gave up on a tool that you used for a very long time(it was for me too) but with a little effort and small steps it can be done. And I know that KiCAD it's not that stable as Eagle is but it's still very usable(even with nightly builds that I use because of the new and nifty features). It has a little different learning curve and it's a little bit hard in the beginning but after you master it then it's a kids play. Not to mention that you have a 3D viewer for your board(very useful for mechanical integration and inspection) and it supports step models(in the nightly builds for sure).
          I'm making all of my designs using KiCAD for a long time now and I didn't had issues with the final PCB even if I use nightly builds. And on top of all of this: it's FREE and no limitations and great community support on https://forum.kicad.info.

          I know that you're still working on it so the pcb layout might change but I just wanted to give my first impressions on it. Good luck with your design and keep up the good work.

          tonnerre33T 1 Reply Last reply
          1
          • mtiutiuM mtiutiu

            @tonnerre33

            Hi,

            Nice work. I was very curious regarding on how did you made the pcb layout so I took a little time to inspect it and I noticed that you added a ceramic resonator but it's placed a little bit too far from the MCU pins. Now I know why you did that and this is the reason I didn't used a crystal/ceramic resonator in the first place - that's because of the limited space available. When I say limited is because of many reasons:

            1. it's not ok to have traces/components under and/or too close the touch pads
            2. didn't wanted to place components on the other side of the board because that's where the livolo glass panel comes and it may interfere from a mechanical point of view

            That said I gave up on using a crystal/ceramic resonator and in most of the cases the internal 8MHz RC oscillator is more than enough(as far as I know it only matters when you have an environment where temperature variations are pretty significant so the MCU oscillator frequency can drift a lot).

            Now getting back to your board and crystal/ceramic resonator placement: it's advisable to have it as close as possible to the MCU pins where it connects to and this is to reduce parasitic inductance/capacitance that long traces can and will create. Remember that 8MHz is pretty high frequency so even short traces matter so you don't want surprises in your circuit.

            Other notes:

            1. filtering caps for MCU need to be placed also as close as possible to Vdd pins(and for Aref too).
            2. the big polarized capacitors(tantalum and/or electrolytic) need to have lower value ceramic capacitors around 100nF placed in parallel in order to reduce their high ESR

            Oh and please stop using Eagle in the future :simple_smile: ..I was a former user of Eagle and now I'm really glad I got rid of it trust me. Aside from the limitations that it has and now even more as it was acquired by Autodesk it doesn't have some VERY useful features like KiCAD has now when it comes to pcb routing( one of them is push and shove ). Now I know it's hard to gave up on a tool that you used for a very long time(it was for me too) but with a little effort and small steps it can be done. And I know that KiCAD it's not that stable as Eagle is but it's still very usable(even with nightly builds that I use because of the new and nifty features). It has a little different learning curve and it's a little bit hard in the beginning but after you master it then it's a kids play. Not to mention that you have a 3D viewer for your board(very useful for mechanical integration and inspection) and it supports step models(in the nightly builds for sure).
            I'm making all of my designs using KiCAD for a long time now and I didn't had issues with the final PCB even if I use nightly builds. And on top of all of this: it's FREE and no limitations and great community support on https://forum.kicad.info.

            I know that you're still working on it so the pcb layout might change but I just wanted to give my first impressions on it. Good luck with your design and keep up the good work.

            tonnerre33T Offline
            tonnerre33T Offline
            tonnerre33
            Hardware Contributor
            wrote on last edited by tonnerre33
            #17

            @mtiutiu said in 💬 Livolo 3 buttons US/AU switch adapter:
            Hi,

            thanks you for your feedback ;)

            Whatever the distance, i try to place all the time a ceramic resonator just for debug. Indeed, i have already brick my atmega with wrongs fuses and i had to add a resonator for change them again.

            I did that on other project even if i use the 8Mhz internal oscillator.

            For the distance, i didn't now the limit with 8Mhz.

            I was thinking i have placed the caps for MCU like your project, isn't it ?
            I didn't know the problem of the big tantalum capacitor (Is 100nF big ?) I'll place a 100nF ceramic capacitor in parrallel of the tantalum capacitor in a next rev.

            I have tried kicad but when i have printed the PCB it was blurrier than the same maked with eagle. I was afraid with that, that's why i continu with eagle for the moment.

            I'am glad that you looked this pcb, a big thx again.

            Edit : on the linovo pcb, why they don't put a ceramic capacitors near the tantalum capacitor ?

            mtiutiuM 1 Reply Last reply
            0
            • tonnerre33T tonnerre33

              @mtiutiu said in 💬 Livolo 3 buttons US/AU switch adapter:
              Hi,

              thanks you for your feedback ;)

              Whatever the distance, i try to place all the time a ceramic resonator just for debug. Indeed, i have already brick my atmega with wrongs fuses and i had to add a resonator for change them again.

              I did that on other project even if i use the 8Mhz internal oscillator.

              For the distance, i didn't now the limit with 8Mhz.

              I was thinking i have placed the caps for MCU like your project, isn't it ?
              I didn't know the problem of the big tantalum capacitor (Is 100nF big ?) I'll place a 100nF ceramic capacitor in parrallel of the tantalum capacitor in a next rev.

              I have tried kicad but when i have printed the PCB it was blurrier than the same maked with eagle. I was afraid with that, that's why i continu with eagle for the moment.

              I'am glad that you looked this pcb, a big thx again.

              Edit : on the linovo pcb, why they don't put a ceramic capacitors near the tantalum capacitor ?

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

              @tonnerre33

              I wasn't referring to the 100nF ones which are ceramic type usually. If I remember well I saw some 10uF or 100uF in parallel in your schematic (the polarized capacitors) so I was assuming that you use tantalum ones.

              tonnerre33T 1 Reply Last reply
              0
              • mtiutiuM mtiutiu

                @tonnerre33

                I wasn't referring to the 100nF ones which are ceramic type usually. If I remember well I saw some 10uF or 100uF in parallel in your schematic (the polarized capacitors) so I was assuming that you use tantalum ones.

                tonnerre33T Offline
                tonnerre33T Offline
                tonnerre33
                Hardware Contributor
                wrote on last edited by tonnerre33
                #19

                @mtiutiu said in 💬 Livolo 3 buttons US/AU switch adapter:
                Oh sry, i read the wrong value, and now i'm agree 100u is big ;)

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  achurak1
                  wrote on last edited by
                  #20

                  So how's the testing going? I'm thinking to try to have seeed to print and assemble the pcb for me as I hate to even think about soldering all of these smd parts manually :)

                  Nca78N 2 Replies Last reply
                  0
                  • A achurak1

                    So how's the testing going? I'm thinking to try to have seeed to print and assemble the pcb for me as I hate to even think about soldering all of these smd parts manually :)

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

                    @achurak1 I have problems with the touch sensors, I'm redesigning the PCB now to improve sensibility.
                    The good news is radio performance is great, not a single failure.

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      achurak1
                      wrote on last edited by
                      #22

                      @Nca78 Awesome, thanks for the update!

                      1 Reply Last reply
                      1
                      • A achurak1

                        So how's the testing going? I'm thinking to try to have seeed to print and assemble the pcb for me as I hate to even think about soldering all of these smd parts manually :)

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

                        Just finished the new version of the board, I'll check it again tomorrow and send it to Seeed to get the PCB.

                        A 1 Reply Last reply
                        1
                        • Nca78N Nca78

                          Just finished the new version of the board, I'll check it again tomorrow and send it to Seeed to get the PCB.

                          A Offline
                          A Offline
                          achurak1
                          wrote on last edited by
                          #24

                          @Nca78 - Great! Do you believe the new version has all of the issues fixed?

                          Nca78N 1 Reply Last reply
                          0
                          • A achurak1

                            @Nca78 - Great! Do you believe the new version has all of the issues fixed?

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

                            @achurak1 said in 💬 Livolo 3 buttons US/AU switch adapter:

                            @Nca78 - Great! Do you believe the new version has all of the issues fixed?

                            Else I wouldn't say it's "finished" ;) (but be careful it's not online yet...)
                            Did all items in the "todo list" on openhardware.io page, I just had a problem with the holes to put the plastic circles as I had too many wires going to the radio, so it won't be possible to use those from the Livolo switch. They are not absolutely necessary but I will make a 3D printed "separator" to block the light between the different switches.

                            I also added more extra leds to the center button, there are 4 extra leds now in case you want to use center button for mode/scene selector.

                            A 1 Reply Last reply
                            0
                            • Nca78N Nca78

                              @achurak1 said in 💬 Livolo 3 buttons US/AU switch adapter:

                              @Nca78 - Great! Do you believe the new version has all of the issues fixed?

                              Else I wouldn't say it's "finished" ;) (but be careful it's not online yet...)
                              Did all items in the "todo list" on openhardware.io page, I just had a problem with the holes to put the plastic circles as I had too many wires going to the radio, so it won't be possible to use those from the Livolo switch. They are not absolutely necessary but I will make a 3D printed "separator" to block the light between the different switches.

                              I also added more extra leds to the center button, there are 4 extra leds now in case you want to use center button for mode/scene selector.

                              A Offline
                              A Offline
                              achurak1
                              wrote on last edited by
                              #26

                              @Nca78 - makes sense :) When are you going to upload the gerber files?

                              Nca78N 2 Replies Last reply
                              0
                              • A achurak1

                                @Nca78 - makes sense :) When are you going to upload the gerber files?

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

                                @achurak1 said in 💬 Livolo 3 buttons US/AU switch adapter:

                                @Nca78 - makes sense :) When are you going to upload the gerber files?

                                When I can confirm all problems are solved :P
                                Should not be too long I will send to Seeed tomorrow or Friday and use Fedex or DHL, their prototype PCB price is so insanely low now (4.9$ for up to 10*10cm) that from the 2nd PCB it's cheaper with them using DHL than with DirtyPCB :o

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

                                  I just posted new design files and gerber files (but please don't order now, I will receive PCBs only on Friday and then I need a few days before I can test them...

                                  I also put a bit of documentation but it still needs (a lot of) improvements :)

                                  A 1 Reply Last reply
                                  0
                                  • Nca78N Nca78

                                    I just posted new design files and gerber files (but please don't order now, I will receive PCBs only on Friday and then I need a few days before I can test them...

                                    I also put a bit of documentation but it still needs (a lot of) improvements :)

                                    A Offline
                                    A Offline
                                    achurak1
                                    wrote on last edited by
                                    #29

                                    @Nca78 - Thanks for the update! Looks like shipping takes a lot of time even with the DHL delivery. Will be waiting for you to test and give us green light to order the PCBs :)

                                    Nca78N 1 Reply Last reply
                                    0
                                    • A achurak1

                                      @Nca78 - Thanks for the update! Looks like shipping takes a lot of time even with the DHL delivery. Will be waiting for you to test and give us green light to order the PCBs :)

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

                                      @achurak1 said in 💬 Livolo 3 buttons US/AU switch adapter:

                                      @Nca78 - Thanks for the update! Looks like shipping takes a lot of time even with the DHL delivery. Will be waiting for you to test and give us green light to order the PCBs :)

                                      I took a lot of time to finish all my other PCBs before sending to Seeed.
                                      Then they didn't like my panelized boards (they changed rules but didn't update their website) so I lost over a day to repost.
                                      Then they packed the boards at the end of last week just in time to go on holidays and DHL picked them up only yesterday :(

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

                                        And now blocked at customs and I have to deal with the insane local DHL customer service again...
                                        Last time I waste my money with DHL :angry:

                                        A mtiutiuM 2 Replies Last reply
                                        0
                                        • Nca78N Nca78

                                          And now blocked at customs and I have to deal with the insane local DHL customer service again...
                                          Last time I waste my money with DHL :angry:

                                          A Offline
                                          A Offline
                                          achurak1
                                          wrote on last edited by
                                          #32

                                          @Nca78 - I ordered my PCBs (not Livolo) around the same time you did using Hongkong post and they just arrived yesterday. Never had to deal with the customs...

                                          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.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