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 202.0k 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.
  • tbowmoT tbowmo

    a 555 and a couple of resistors / capacitors.. ;)

    https://electronics.stackexchange.com/questions/91102/555-temperature-controlled-pwm

    But then again, I recon that most of us might have more atmega328 based boards, than 555's in the parts bin :)

    about the RC for PWM, it was meant as a hint for others that might fight problems with a fan that they couldn't control properly with PWM..

    YveauxY Offline
    YveauxY Offline
    Yveaux
    Mod
    wrote on last edited by
    #199

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

    a 555 and a couple of resistors / capacitors..
    https://electronics.stackexchange.com/questions/91102/555-temperature-controlled-pwm

    Still, no tacho readback to detect stalled fans, no temperature sensor verification or overtemperature warning, no initial fan spinup and little control over how the fans reacts to temperature changes....

    http://yveaux.blogspot.nl

    1 Reply Last reply
    1
    • mfalkviddM Online
      mfalkviddM Online
      mfalkvidd
      Mod
      wrote on last edited by mfalkvidd
      #200

      0_1513373376632_IMG_6260.JPG
      Testing a flow meter.

      It works pretty well, but at high flow rates (90 pulses per second) the esp8266 resets. Not sure if the reset is caused by too many interrupts or if the sensor uses too much power.

      1 Reply Last reply
      2
      • dbemowskD Offline
        dbemowskD Offline
        dbemowsk
        wrote on last edited by dbemowsk
        #201

        Though not fully finished, I am prototyping a new in-wall switch/scene controller with an integrated 128x64 OLED display. The design is made to fit my decora wall switch design that I had posted a while back. Here is a mock up of how I think the keypad and screen will be layed out.
        !0_1513471867393_4ef1b764-81be-48e7-9047-0493e0467626-image.png
        0_1513471973166_221268ef-db5a-4572-9929-536364bbd172-image.png

        For the screen, I am hoping to display the current room temperature and possibly the outside temp. I can also scroll messages across the screen if needed. I can also do some custom graphics and icons.

        I have tested the display connected to my uno with the Adafruit sample code and think it does a nice job. This is not my video, but it is the same sample code that I used to test it.
        https://www.youtube.com/watch?v=ldq0-IXl_GM

        I'll post more as I get further along.

        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/

        NeverDieN 1 Reply Last reply
        7
        • sinczeS Offline
          sinczeS Offline
          sincze
          MySensors Evangelist
          wrote on last edited by sincze
          #202

          Well as you can see, my prototyping skills are not at the level of @dbemowsk (always interested in the under side of the boards, mine look .. yeah a mess?), however I managed to create this enclosure (once closed looks nice enough).

          It should control the programmable LED lights in my livingroom (900 pieces).The board is powered 5v from the same power supply as the LED's. In addition it needs to measure the lux in the livingroom to decide if it is dark enough to turn on the lights.

          0_1513502717712_LED Controller.jpeg

          Initial tests looked okay, however after finding 56 effects in the Doll House of @Yveaux I decided to use that FX library as well. However the Arduino Mega is out of RAM to accomodate a full controll of the 900 LEDS. It will only control around 650 LEDS with that FX library.

          After being in contact with @Yveaux we decided to use an ESP solution. I have a spare NodeMCU v3 that can house the ESP gateway sketch and will have enough memory to controll the LEDs. Well now I have to look for a nice prototyping thing/case for the NodeMCU and add a level shifter as well. The LED's control line wants to be controlled by at least 3,7v.

          This is the nice thing about these kind of projects.. "There is always something to do"

          dbemowskD 1 Reply Last reply
          4
          • sinczeS sincze

            Well as you can see, my prototyping skills are not at the level of @dbemowsk (always interested in the under side of the boards, mine look .. yeah a mess?), however I managed to create this enclosure (once closed looks nice enough).

            It should control the programmable LED lights in my livingroom (900 pieces).The board is powered 5v from the same power supply as the LED's. In addition it needs to measure the lux in the livingroom to decide if it is dark enough to turn on the lights.

            0_1513502717712_LED Controller.jpeg

            Initial tests looked okay, however after finding 56 effects in the Doll House of @Yveaux I decided to use that FX library as well. However the Arduino Mega is out of RAM to accomodate a full controll of the 900 LEDS. It will only control around 650 LEDS with that FX library.

            After being in contact with @Yveaux we decided to use an ESP solution. I have a spare NodeMCU v3 that can house the ESP gateway sketch and will have enough memory to controll the LEDs. Well now I have to look for a nice prototyping thing/case for the NodeMCU and add a level shifter as well. The LED's control line wants to be controlled by at least 3,7v.

            This is the nice thing about these kind of projects.. "There is always something to do"

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

            @sincze I've done and seen a lot worse than this. Good job. Any particular reason you chose to use a Arduino Mega?

            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/

            sinczeS 1 Reply Last reply
            0
            • dbemowskD dbemowsk

              @sincze I've done and seen a lot worse than this. Good job. Any particular reason you chose to use a Arduino Mega?

              sinczeS Offline
              sinczeS Offline
              sincze
              MySensors Evangelist
              wrote on last edited by
              #204

              @dbemowsk Well first I started with my all time favourite... the Nano, as I have prototyping boards available.;-) but even with some simple light shows it did not have enough memory to hold de states of each individual 900 LEDs.

              I moved to the Mega. as it has more memory. My sketch worked fine so I started to build the node in its box. I also looked at the Github for the Doll House inspiration. I found the library that had 56 effects. So I thought why not use that one... Migrated my sketch, did a few tests with 300 LEDS, completed the enclosure and only than found out It could not controll all the 900 leds, due to memory issue. Insufficient RAM.

              But as this forum is a learning curve for me please feel free to share your thoughts. I always look at examples from others and see what I can do with it myself. I don't have fancy PCB equipment, justs a soldering iron and my own Aliexpress wearhouse with components ;-)

              dbemowskD 1 Reply Last reply
              0
              • sinczeS sincze

                @dbemowsk Well first I started with my all time favourite... the Nano, as I have prototyping boards available.;-) but even with some simple light shows it did not have enough memory to hold de states of each individual 900 LEDs.

                I moved to the Mega. as it has more memory. My sketch worked fine so I started to build the node in its box. I also looked at the Github for the Doll House inspiration. I found the library that had 56 effects. So I thought why not use that one... Migrated my sketch, did a few tests with 300 LEDS, completed the enclosure and only than found out It could not controll all the 900 leds, due to memory issue. Insufficient RAM.

                But as this forum is a learning curve for me please feel free to share your thoughts. I always look at examples from others and see what I can do with it myself. I don't have fancy PCB equipment, justs a soldering iron and my own Aliexpress wearhouse with components ;-)

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

                @sincze I should have known. All you had to say was memory and it would have made sense, or should I say sincze. LOL. With needing to hold states of 900 LEDs, I am going to guess that they are WS2812 LED strips.

                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/

                sinczeS H 2 Replies Last reply
                0
                • dbemowskD dbemowsk

                  Though not fully finished, I am prototyping a new in-wall switch/scene controller with an integrated 128x64 OLED display. The design is made to fit my decora wall switch design that I had posted a while back. Here is a mock up of how I think the keypad and screen will be layed out.
                  !0_1513471867393_4ef1b764-81be-48e7-9047-0493e0467626-image.png
                  0_1513471973166_221268ef-db5a-4572-9929-536364bbd172-image.png

                  For the screen, I am hoping to display the current room temperature and possibly the outside temp. I can also scroll messages across the screen if needed. I can also do some custom graphics and icons.

                  I have tested the display connected to my uno with the Adafruit sample code and think it does a nice job. This is not my video, but it is the same sample code that I used to test it.
                  https://www.youtube.com/watch?v=ldq0-IXl_GM

                  I'll post more as I get further along.

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

                  @dbemowsk I like your buttons-OLED a lot. It would be nice to have available a generic module like this with a screen and buttons and which "just works" to use on different projects. Nice work!

                  dbemowskD 2 Replies Last reply
                  1
                  • NeverDieN NeverDie

                    @dbemowsk I like your buttons-OLED a lot. It would be nice to have available a generic module like this with a screen and buttons and which "just works" to use on different projects. Nice work!

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

                    @neverdie I am hoping to soon have all of my boards posted on openhardware.io. I am just waiting for a reply on a thread I posted last night on what OHL to use when I upload them. I currently have a power supply board, the controller board that you see in the pics above, and a universal switch board that allows you to build it into everything from a single paddle switch to an 8 button scene controller. All of this fits a standard decora style US wall switch box. I designed the controller to be somewhat universal which is what gave me the flexibility for this design. I had thought about a similar design with this OLED display in which the buttons were layed out in an up, down, left, right and center select (U, D, L, R, S) configuration. If I ever get around to designing a board for this, I might see if it is possible for me to fit the buttons in a multi-configuration layout similar to my original button board where you can choose to make the 6 button layout like in my pics, or the U, D, L, R, S layout.
                    0_1513528394316_2021346a-9389-4339-80b2-f5103df545ed-image.png

                    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
                    1
                    • NeverDieN NeverDie

                      @dbemowsk I like your buttons-OLED a lot. It would be nice to have available a generic module like this with a screen and buttons and which "just works" to use on different projects. Nice work!

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

                      @neverdie As far has having a generic module, the display and button board, or even my original button board can be used with other things. The key is just knowing the connections, and you could plug these on to any header in that configuration. Below is the layout of my controller board, but if you layed out headers in the configurations I have on this board, you could use any of my switch boards.
                      0_1513529267969_3149257c-2671-44f6-8056-5ace0d784d1a-image.png

                      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
                      1
                      • dbemowskD Offline
                        dbemowskD Offline
                        dbemowsk
                        wrote on last edited by
                        #209

                        Since this is still in mockup stage, this is the other button configuration I was thinking about with an up, down, left, right, and center select.
                        0_1513532406105_ead7dad0-012f-4987-9a6a-dedf2d7417bc-image.png

                        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
                        2
                        • sundberg84S Offline
                          sundberg84S Offline
                          sundberg84
                          Hardware Contributor
                          wrote on last edited by
                          #210

                          0_1513621334983_15136213096801205246598.jpg

                          Assembling and testing rev 5 tonight.

                          Controller: Proxmox VM - Home Assistant
                          MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                          MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                          RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                          1 Reply Last reply
                          1
                          • dbemowskD Offline
                            dbemowskD Offline
                            dbemowsk
                            wrote on last edited by
                            #211

                            So last night I got the display connected and I now have the Adafruit sample code running on it:
                            https://youtu.be/knaLySC4X6I

                            Tonight I will be installing the buttons and hopefully working on some test code for the buttons and the screen. Here is my proposal for the switch wiring. The red traces are for the columns, and the blue are for the rows.
                            0_1513644873374_4c3296be-4a3e-4344-9605-c350ba0bf8b2-image.png

                            One thing that I would like to do with this is to possibly display some animated graphics for the current weather condition. Seeing the falling stars at the end of the Adafruit test code made me think of rain or snow falling. Something like that might go outside the limits of the pro minis memory, but hey, never hurts to try.

                            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/

                            BulldogLowellB 1 Reply Last reply
                            2
                            • dbemowskD Offline
                              dbemowskD Offline
                              dbemowsk
                              wrote on last edited by
                              #212

                              So I have all of the keys soldered in and wired. I did some simple tests to see how things were working. I tested with a font size of 2, and again with a font size of 4.

                              Font size 2.
                              https://youtu.be/7tu7ZgkpF-0

                              Font size 4
                              https://youtu.be/acMMex0eIVs

                              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
                              3
                              • B Offline
                                B Offline
                                boozz
                                wrote on last edited by
                                #213

                                Today I build a basic node for temperature (DS18B20) and analog input. Most of my nodes feature a DS18B20 connection as it only 'costs' a 4k7 resistor and a connector.
                                PCB is etched.
                                1_1513700002577_components.jpg 0_1513700002577_assembled.jpg

                                NeverDieN 1 Reply Last reply
                                3
                                • dbemowskD dbemowsk

                                  So last night I got the display connected and I now have the Adafruit sample code running on it:
                                  https://youtu.be/knaLySC4X6I

                                  Tonight I will be installing the buttons and hopefully working on some test code for the buttons and the screen. Here is my proposal for the switch wiring. The red traces are for the columns, and the blue are for the rows.
                                  0_1513644873374_4c3296be-4a3e-4344-9605-c350ba0bf8b2-image.png

                                  One thing that I would like to do with this is to possibly display some animated graphics for the current weather condition. Seeing the falling stars at the end of the Adafruit test code made me think of rain or snow falling. Something like that might go outside the limits of the pro minis memory, but hey, never hurts to try.

                                  BulldogLowellB Offline
                                  BulldogLowellB Offline
                                  BulldogLowell
                                  Contest Winner
                                  wrote on last edited by
                                  #214

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

                                  Seeing the falling stars at the end of the Adafruit test code made me think of rain or snow falling. Something like that might go outside the limits of the pro minis memory, but hey, never hurts to try.

                                  Hey Nice Work!

                                  I see you are using I2C, vs SPI... that may be why your display is so much slower than the demo in the Adafruit video.

                                  Can't wait to see the final board!

                                  1 Reply Last reply
                                  2
                                  • B boozz

                                    Today I build a basic node for temperature (DS18B20) and analog input. Most of my nodes feature a DS18B20 connection as it only 'costs' a 4k7 resistor and a connector.
                                    PCB is etched.
                                    1_1513700002577_components.jpg 0_1513700002577_assembled.jpg

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

                                    @boozz What are those 3 pin male connectors called?

                                    andrewA B 2 Replies Last reply
                                    0
                                    • NeverDieN NeverDie

                                      @boozz What are those 3 pin male connectors called?

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

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

                                      @boozz What are those 3 pin male connectors called?

                                      I guess that is molex 3 pin tht pcb connector, like this https://uk.rs-online.com/web/p/pcb-headers/4838477/

                                      1 Reply Last reply
                                      1
                                      • D Offline
                                        D Offline
                                        Dalhoj
                                        wrote on last edited by
                                        #217

                                        Hi
                                        Its been a long time since I made something Mysensors.

                                        But now I made my first WIFI node with led dimmer. Using the ESP8266 NodeMCU.

                                        I use the VeraPlus and made a new Mysensors Device, and put in the IP of the NodeMCU.

                                        This is not my last wifi node. I am thinking of making a motion/temp sensor next :-)

                                        alt text

                                        and the box.

                                        alt text

                                        1 Reply Last reply
                                        2
                                        • andrewA Offline
                                          andrewA Offline
                                          andrew
                                          wrote on last edited by
                                          #218

                                          one step further...

                                          0_1513806197320_small_20171220_092956.jpg

                                          0_1513806220688_small_20171220_173913.jpg

                                          0_1513806243839_small_20171220_190510.jpg

                                          0_1513806273694_small_20171220_204925.jpg

                                          0_1513806294368_small_20171220_221734.jpg

                                          0_1513806318135_small_20171220_223817.jpg

                                          ISP works, FTDI works, test code works, and looks like a genuine board :)
                                          now comes the hard part :D

                                          NeverDieN mtiutiuM 2 Replies Last reply
                                          5
                                          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
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular