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.5k 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 Offline
    tbowmoT Offline
    tbowmo
    Admin
    wrote on last edited by
    #588

    and of course a small video of the in action

    https://youtu.be/ABd86RK-Z4E

    YveauxY bjacobseB 2 Replies Last reply
    5
    • tbowmoT tbowmo

      and of course a small video of the in action

      https://youtu.be/ABd86RK-Z4E

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

      @tbowmo smooth! :+1:
      That should keep the foxes out :fox_face:

      http://yveaux.blogspot.nl

      1 Reply Last reply
      0
      • tbowmoT tbowmo

        and of course a small video of the in action

        https://youtu.be/ABd86RK-Z4E

        bjacobseB Offline
        bjacobseB Offline
        bjacobse
        wrote on last edited by
        #590

        @tbowmo Looks good

        1 Reply Last reply
        0
        • tbowmoT Offline
          tbowmoT Offline
          tbowmo
          Admin
          wrote on last edited by
          #591

          "funny" thing, that you first find all bugs after a more advanced node is deployed.. But after a couple of days debugging, with frequent firmware updates (opening the box, plugging in cables, and sitting with a laptop between all the chickens). I think that it is done now..

          Firmware is here (if anyone is curios) https://github.com/tbowmo/chickenCoopFirmware

          1 Reply Last reply
          4
          • Z Offline
            Z Offline
            zelen
            wrote on last edited by
            #592

            Hi all!

            Today I eventually built my first MySensors device - Serial Gateway.

            0_1531812986642_IMG_20181714_2.jpg

            0_1531812955170_IMG_20181714_1.jpg

            Now I'm testing it with OpenHab and working on first node - battery powered scene controller.

            1 Reply Last reply
            5
            • tbowmoT tbowmo

              @bjacobse

              I have been using influxdb/grafana for the last year or so, for logging data and presenting it, so no need to use domoticz for that. Over a year ago I injected nodered into the stream, so it sits between mysensors and domoticz, and was used to route things around (And make some fake sensors for domoticz).

              For the dashboard part I have been developing my own solution. First it was running within domoticz as a customized dashboard, but I moved it to Angular instead, with a strong dependency towards domoticz, as I could query that to get sensor values. Lately I had moved on to use MQTT for the dashboard (and internal node-red data routing). There I can get persistent data (retain) that keeps the latest data on a given topic. Then my need for domoticz went away there..

              The last thing I then used domoticz for, was the automation rules for turning on / off my tv when the chromecast was activated, and control a couple of LED strips according to the state of the chromecast (playing / paused etc). With that moved to nodered, then domoticz could be turned off.

              The complete software stack is a bit larger, than with domoticz for everything, but it is much more flexible, than what I could achieve with domoticz.

              also it brought in a couple of needed updates for my node-red mysensors nodes, so that was a "bonus" as well :)

              chisightC Offline
              chisightC Offline
              chisight
              wrote on last edited by chisight
              #593

              @tbowmo I've also been using MQTT and NodeRed as the routing solution for my home automation. I found that there was no default handling of ID_REQUEST messages which made configuring new nodes a manual process but eventually added that to my flows and now new nodes don't have to be configured at the Arduino end.
              It would be nice to see more about your setup, more specifically about the dependencies in nodered-mysensors-flow/package.json on your github.

              See me on IRC at ircs://freenode:6697/##nodered and ircs://freenode:6697/#mysensors

              tbowmoT 1 Reply Last reply
              0
              • chisightC chisight

                @tbowmo I've also been using MQTT and NodeRed as the routing solution for my home automation. I found that there was no default handling of ID_REQUEST messages which made configuring new nodes a manual process but eventually added that to my flows and now new nodes don't have to be configured at the Arduino end.
                It would be nice to see more about your setup, more specifically about the dependencies in nodered-mysensors-flow/package.json on your github.

                tbowmoT Offline
                tbowmoT Offline
                tbowmo
                Admin
                wrote on last edited by
                #594

                @chisight

                Have you seen this thread: https://forum.mysensors.org/topic/9296/node-red-contrib-mysensors-release-thread ?

                Basically these set of nodes includes a controller node, that handles mysensors ID assignments, and a couple of other basic controller features.

                chisightC 1 Reply Last reply
                0
                • tbowmoT tbowmo

                  @chisight

                  Have you seen this thread: https://forum.mysensors.org/topic/9296/node-red-contrib-mysensors-release-thread ?

                  Basically these set of nodes includes a controller node, that handles mysensors ID assignments, and a couple of other basic controller features.

                  chisightC Offline
                  chisightC Offline
                  chisight
                  wrote on last edited by
                  #595

                  @tbowmo I had seen that thread. After importing your https://github.com/tbowmo/nodered-mysensors-flow, I think this is probably quite different from my approach, I've kept it all as flows without writing any new node types or adding dependencies beyond what is installed in Raspbian by default. At some point I'll get around to documenting and posting what I've done in NodeRed too, it's a pretty simple but surprisingly powerful tool.

                  See me on IRC at ircs://freenode:6697/##nodered and ircs://freenode:6697/#mysensors

                  chisightC 1 Reply Last reply
                  0
                  • chisightC chisight

                    @tbowmo I had seen that thread. After importing your https://github.com/tbowmo/nodered-mysensors-flow, I think this is probably quite different from my approach, I've kept it all as flows without writing any new node types or adding dependencies beyond what is installed in Raspbian by default. At some point I'll get around to documenting and posting what I've done in NodeRed too, it's a pretty simple but surprisingly powerful tool.

                    chisightC Offline
                    chisightC Offline
                    chisight
                    wrote on last edited by
                    #596

                    My Node Red controller is closer to what FotoFieber did a couple years back but it's for 2.3.0 and MQTT. His project is at https://forum.mysensors.org/topic/700/node-red-as-controller/28 as well as various updates over time. It was good to see @FotoFieber's code as it showed me a few holes in what I've done so far.

                    See me on IRC at ircs://freenode:6697/##nodered and ircs://freenode:6697/#mysensors

                    1 Reply Last reply
                    0
                    • tbowmoT Offline
                      tbowmoT Offline
                      tbowmo
                      Admin
                      wrote on last edited by tbowmo
                      #597

                      @chisight

                      Well, node-red is powerful and you can do things without creating any new node-red nodes, but it makes life a lot easier (for me) when you can just pick an item from the palette, and hey-presto you have decoded the (serial/mqtt) mysensors message. Or pick another one, and you have a controller added, that can respond to ID requests.

                      Btw. the the github repository that you link to, was a bit outdated.. :) A lot of things have happened since I pushed last time.. (just pushed current node-red flow for reference)

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

                        So I finally finished my motion sensor project and it works :)
                        It will be published on OpenHardware.io soon :)

                        5_1532270542366_IMG_20180707_142708.jpg 4_1532270542366_IMG_20180707_142805.jpg 3_1532270542366_IMG_20180707_143013.jpg 2_1532270542366_IMG_20180707_143056.jpg 1_1532270542365_IMG_20180707_143127.jpg 0_1532270542364_IMG_20180708_110438.jpg

                        YveauxY 1 Reply Last reply
                        5
                        • rozpruwaczR Offline
                          rozpruwaczR Offline
                          rozpruwacz
                          wrote on last edited by
                          #599

                          And also finished my toolkit library for MySensors for faster code developement (https://github.com/mczerski/MySensorsToolkit). Example projects (https://github.com/mczerski/MyMultiSensor).

                          1 Reply Last reply
                          1
                          • rozpruwaczR rozpruwacz

                            So I finally finished my motion sensor project and it works :)
                            It will be published on OpenHardware.io soon :)

                            5_1532270542366_IMG_20180707_142708.jpg 4_1532270542366_IMG_20180707_142805.jpg 3_1532270542366_IMG_20180707_143013.jpg 2_1532270542366_IMG_20180707_143056.jpg 1_1532270542365_IMG_20180707_143127.jpg 0_1532270542364_IMG_20180708_110438.jpg

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

                            @rozpruwacz nice & small motion sensor, good work!
                            Where did you get the swivel to mount it to the wall?

                            http://yveaux.blogspot.nl

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

                              @Yveaux I get it from the polish suplier (https://hurtowniaimport.pl/291-bb1-uchwyt-magnetyczny-samochodowy-do-telefonu-gps.html) but if you google for "magnetic phone holder 360" You wil get similar mounts.

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

                                I found one on aliexpress: https://pl.aliexpress.com/item/GETIHU-360-Car-Magnetic-Phone-Holder-For-Phone-in-Car-Mount-Magnet-Universial-Mobile-Cell-Phone/32879720933.html?spm=a2g17.search0104.3.244.101611774LZhtS&ws_ab_test=searchweb0_0,searchweb201602_4_10152_10151_10065_10344_10068_10342_10343_10340_10341_10696_10084_10083_10618_10304_10307_10820_10821_10301_10843_10059_100031_10103_10624_10623_10622_10621_10620,searchweb201603_1,ppcSwitch_2&algo_expid=17a12b56-7a20-49df-aab1-45b5519746f0-29&algo_pvid=17a12b56-7a20-49df-aab1-45b5519746f0&priceBeautifyAB=0

                                1 Reply Last reply
                                3
                                • mfalkviddM Offline
                                  mfalkviddM Offline
                                  mfalkvidd
                                  Mod
                                  wrote on last edited by
                                  #603

                                  0_1532633094874_File-2018-07-26,-20-56-31.jpg
                                  Today I soldered the Velleman EDU09 oscilloscope kit. The kit is quite cheap (~50 EUR in local store). The specs aren't impressive (max 200kHz and min 100mV/division) but hopefully it can help me learn how to use a scope before I buy a real one.

                                  alexsh1A 1 Reply Last reply
                                  7
                                  • tbowmoT Offline
                                    tbowmoT Offline
                                    tbowmo
                                    Admin
                                    wrote on last edited by
                                    #604

                                    Not at all mysensors related, but I have been busy building a bartop mame cabinet the last week or so.. Still mis a couple of details, but it is in a "playable" state right now.

                                    The setup is using an old 19" lcd monitor that I had in surplus with a RPI-3B on the back, a couple of cheap Chinese arcade controllers, a partly homebuild audio hat for the rpi (adafruit i2s 3W amplifiers), and a switchmode capable of 5V @8A (if I remember right), and 12V @3A. So I have power for the marque lighting as well..

                                    Only game available right now is Bubble Bobble, and the kids loves it (as seen in the video linked to below).

                                    0_1532700258866_2018-07-21 13.01.40.jpg
                                    0_1532700135454_2018-07-23 16.52.05.jpg
                                    0_1532700297943_2018-07-27 12.42.39.jpg
                                    0_1532700309389_2018-07-27 12.55.51.jpg

                                    https://youtu.be/h_6FebqefcQ

                                    alexsh1A 1 Reply Last reply
                                    7
                                    • bjacobseB Offline
                                      bjacobseB Offline
                                      bjacobse
                                      wrote on last edited by
                                      #605

                                      @tbowmo
                                      Quite impressive arcade game

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

                                        For this project box that I'm making (actually printing it as I type this), I found an easy way to add ventilation: use a hex infill and turn off the upper and bottom layers.
                                        0_1533393882820_ventilated_project_box.png
                                        As you can see, it can still have standoffs for screwing down a PCB and for securing a lid.

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

                                          Here's the finished unit:
                                          alt text
                                          What it does is completely eliminate the audible PWM noise from the fan on the Prusa I3 MK3. Now it can run practically silent. :)

                                          1 Reply Last reply
                                          4
                                          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