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.
  • D dakipro

    not built today, but someone mentioned fumes extractor, so this is what I built for soldering, light and fume extractor are powered by a small usb rechargeable powerbank. Fan has a active carbon filter behind it and works great for small to medium-ish projects I work on

    0_1520939158367_Third-Eighth hand soldering help-1 - IMG_0023_1024.jpg

    1_1520939158367_Third-Eighth hand soldering help-3 - IMG_0039_1024.jpg

    2_1520939158367_Third-Eighth hand soldering help-4 - IMG_0045_1024.jpg

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

    @dakipro that's really nice, I have bought pipes and clips, but didn't find a suitable base yet. Good idea to use a battery too, it avoids an additional cable.

    1 Reply Last reply
    1
    • sundberg84S Offline
      sundberg84S Offline
      sundberg84
      Hardware Contributor
      wrote on last edited by
      #444

      Another EasyPCB video - a complete build of a 5v node with a radiotest and cleareeprom.

      https://youtu.be/CNtBzNdDGdY

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

        @dakipro What hose diameter do you recommend? I'm guessing larger diameters will be stiffer than smaller diameters, but that's only just my uninformed guess.

        D Offline
        D Offline
        dakipro
        wrote on last edited by
        #445

        @neverdie i think i have the larger ones, but with 3-4$ pricetag one can easily order both and use what works best (or even combine them for more flexibility). I originally planned on using only 4 pipes, but then I figured why not put them all, they will just lie around anyway. Now I have two clamps orientated horizontally and two vertically for easier mounting.

        Battery bank is I winner I think, it is very very practical and holds several hours.
        Even if it goes flat during the project, it is just to plug everything into the wall charger, as one would have to do anyway.

        C: OpenHAB2 with node-red on linux laptop
        GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
        GW: Arduino Mega, RFLink 433Mhz

        1 Reply Last reply
        0
        • zrom69Z Offline
          zrom69Z Offline
          zrom69
          wrote on last edited by
          #446

          here is photo my usb gateway with STM32 power
          it's a big difference with arduino nano0_1521058384234_^80B8C6188DE448790B3E345195F473A2EDB5AA9D57B09A0C13^pimgpsh_fullsize_distr.jpg

          1 Reply Last reply
          2
          • zrom69Z Offline
            zrom69Z Offline
            zrom69
            wrote on last edited by
            #447

            and that's a TV box turn into a mini pc more powerful than raspberry pi 3
            and I installed linux with domoticez and imperihome EMMC Flash is fluid and fast
            and toutsca works well

            8 x CPU: Amlogic S912 Octa core ARM Cortex-A53 CPU jusqu'à 2GHz (DVFS)
            GPU: 750MHz + ARM Mali-820MP3 GPU Processeur
            RAM: 3Go DDR3
            ROM: 32Go EMMC Flash
            Système d'exploitation: Android 6.0
            Ethernet: 100M/1000M
            WIFI: 2.4GHZ / 5.8GHZ 802.11a / b / g / n / Ac
            Bluetooth: BT4.1
            0_1521059381799_^C93E5C8C7E6C5F03C9EEEBA000E69D846D47F6D85F5CFA84D6^pimgpsh_fullsize_distr.jpg

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

              Not working on hardware at the moment, but I am still "building" things with mysensors.. Recently I have been moving all my homeautomation to docker containers, and also moving stuff towards using MQTT as a backbone transport.

              Right now I have moved automation rules from domoticz to nodered, after which I have "killed" domoticz (the only reason why I had been keeping it alive, was because it handled some of my automation rules for turning tv / amplifier on when chromecast was active etc).

              0_1521387490373_automation_rules.png

              Together with my chromecast "surveilance python service" I get notifications on MQTT when any of my two chromecasts starts an app / pause/ play etc. The python program also has a MQTT listener, so I can send pause/play etc. to my chromecasts over mqtt. And even throw a stream to it over mqtt.

              Today I made a universal control endpoint, so I can send pause/play etc. to a single mqtt topic, and then nodered directs it to the active chromecast, or to my dvd player if that is the active in the current scene.

              0_1521387891867_automation_rules_2.png

              In the end everything should play together with a dashboard that I have made in angular5 (rewriting it at the moment to use MQTT instead of various http calls)

              0_1521388079108_automation_rules_3.png

              The plan is that the dashboard is on a wallmounted tablet, acting as a simple dashboard / weather station, where one can control basic things in the livingroom (start streaming of specific Radio / TV channels among other things).

              The nodered project can be found here, if anyone would like to have a look..

              bjacobseB 1 Reply Last reply
              9
              • tbowmoT tbowmo

                Not working on hardware at the moment, but I am still "building" things with mysensors.. Recently I have been moving all my homeautomation to docker containers, and also moving stuff towards using MQTT as a backbone transport.

                Right now I have moved automation rules from domoticz to nodered, after which I have "killed" domoticz (the only reason why I had been keeping it alive, was because it handled some of my automation rules for turning tv / amplifier on when chromecast was active etc).

                0_1521387490373_automation_rules.png

                Together with my chromecast "surveilance python service" I get notifications on MQTT when any of my two chromecasts starts an app / pause/ play etc. The python program also has a MQTT listener, so I can send pause/play etc. to my chromecasts over mqtt. And even throw a stream to it over mqtt.

                Today I made a universal control endpoint, so I can send pause/play etc. to a single mqtt topic, and then nodered directs it to the active chromecast, or to my dvd player if that is the active in the current scene.

                0_1521387891867_automation_rules_2.png

                In the end everything should play together with a dashboard that I have made in angular5 (rewriting it at the moment to use MQTT instead of various http calls)

                0_1521388079108_automation_rules_3.png

                The plan is that the dashboard is on a wallmounted tablet, acting as a simple dashboard / weather station, where one can control basic things in the livingroom (start streaming of specific Radio / TV channels among other things).

                The nodered project can be found here, if anyone would like to have a look..

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

                @tbowmo
                Quite cool, what is your reason behind to move away from Domoticz and go all in on node-red?

                1 Reply Last reply
                0
                • gohanG Offline
                  gohanG Offline
                  gohan
                  Mod
                  wrote on last edited by
                  #450

                  I guess because you can do pretty much everything you want instead of being bound to what Domoticz can do

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

                    @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 :)

                    sinczeS chisightC 2 Replies Last reply
                    3
                    • 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 :)

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

                      @tbowmo interesting indeed, tnx for sharing. Currently I still use Domoticz for the API Logging is done with INFLUX and Grafana. However in addition to Domoticz I use Pass2PHP. I can now control everything with PHP. PHP seems pretty common so a lot of examples I can find online ;-0. I am a complete MQTT / NODE-RED NOOB.

                      YveauxY tbowmoT 2 Replies Last reply
                      0
                      • sinczeS sincze

                        @tbowmo interesting indeed, tnx for sharing. Currently I still use Domoticz for the API Logging is done with INFLUX and Grafana. However in addition to Domoticz I use Pass2PHP. I can now control everything with PHP. PHP seems pretty common so a lot of examples I can find online ;-0. I am a complete MQTT / NODE-RED NOOB.

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

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

                        I am a complete MQTT / NODE-RED NOOB.

                        So start playing with it to become a Node-Red/MQTT Fanboy! ;-)

                        http://yveaux.blogspot.nl

                        1 Reply Last reply
                        1
                        • sundberg84S Offline
                          sundberg84S Offline
                          sundberg84
                          Hardware Contributor
                          wrote on last edited by
                          #454

                          It is always those last connections...

                          0_1521574134168_9996122e-87ce-4f0b-97b5-9fe9b70ec2d2-image.png

                          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
                          3
                          • sinczeS sincze

                            @tbowmo interesting indeed, tnx for sharing. Currently I still use Domoticz for the API Logging is done with INFLUX and Grafana. However in addition to Domoticz I use Pass2PHP. I can now control everything with PHP. PHP seems pretty common so a lot of examples I can find online ;-0. I am a complete MQTT / NODE-RED NOOB.

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

                            @sincze well you're half way there, already got influxdb implemented :)

                            NodeRed is pretty easy to work with, and MQTT is (almost) just start and forget with mosquito. Just a messaging channel that you can hook any listener into, like python scripts, angular5 web apps etc.

                            1 Reply Last reply
                            0
                            • mfalkviddM Offline
                              mfalkviddM Offline
                              mfalkvidd
                              Mod
                              wrote on last edited by
                              #456

                              Today I built auto-detection of missing MySensors keywords. The build system will complain if someone adds a new keyword to the Doxygen documentation but forgets to add it to keywords.txt.

                              This is what the output looks like on the current code base (we're missing a bunch of keywords):
                              0_1521641921920_597e3648-8dea-4498-b481-39db99ce0569-image.png

                              This is the code change:
                              0_1521641576208_5485185b-9a6d-4eee-9079-e2de14d62d21-image.png

                              I have also added those missing keywords to keywords.txt, so now they'll be highlighted properly in the Arduino IDE.

                              Thanks to Anticimex for assisting me in working with the build system.

                              1 Reply Last reply
                              5
                              • mfalkviddM Offline
                                mfalkviddM Offline
                                mfalkvidd
                                Mod
                                wrote on last edited by mfalkvidd
                                #457

                                One more build for today: building the raspberry pi gateway.

                                I often need to test different settings for the Raspberry Pi Gateway. Running make after just changing one parameter in the configure command (for example, turning on or off interrupts for nrf24 or changing the PA_LEVEL) results in a 1m 13s wait on my Raspberry Pi:
                                0_1521668917160_7ee8dbb9-d664-4968-99b9-848a6959d0fe-image.png

                                I installed ccache using these instructions and now a make with the same type of change is done in 31s.
                                0_1521669105554_513a3db0-222f-47a6-889f-106746ff623b-image.png
                                Not that much of a win, but it saves a lot of time when trying many different settings.

                                1 Reply Last reply
                                1
                                • gohanG Offline
                                  gohanG Offline
                                  gohan
                                  Mod
                                  wrote on last edited by
                                  #458

                                  did you cut the compile time of the gateway?

                                  mfalkviddM 1 Reply Last reply
                                  0
                                  • gohanG gohan

                                    did you cut the compile time of the gateway?

                                    mfalkviddM Offline
                                    mfalkviddM Offline
                                    mfalkvidd
                                    Mod
                                    wrote on last edited by
                                    #459

                                    @gohan yes?

                                    gohanG 1 Reply Last reply
                                    0
                                    • mfalkviddM mfalkvidd

                                      @gohan yes?

                                      gohanG Offline
                                      gohanG Offline
                                      gohan
                                      Mod
                                      wrote on last edited by
                                      #460

                                      @mfalkvidd on my Pi3 it takes 40 around seconds, are you using an old Pi1 ?

                                      mfalkviddM 1 Reply Last reply
                                      0
                                      • gohanG gohan

                                        @mfalkvidd on my Pi3 it takes 40 around seconds, are you using an old Pi1 ?

                                        mfalkviddM Offline
                                        mfalkviddM Offline
                                        mfalkvidd
                                        Mod
                                        wrote on last edited by
                                        #461

                                        @gohan no, I'm using a Pi3.

                                        1 Reply Last reply
                                        0
                                        • mfalkviddM Offline
                                          mfalkviddM Offline
                                          mfalkvidd
                                          Mod
                                          wrote on last edited by
                                          #462

                                          Today I finally got my thumbs out and upgraded my plant monitoring to MySensors 2.x (from 1.x).
                                          Updated sketch is available on Github: https://github.com/mfalkvidd/arduino-plantmoisture

                                          Result: I really need to water my plants ;-) But the 2.5 year old batteries are still going strong.
                                          0_1521737262850_PlantMonitoringDomoticz-2018-03-22.png

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


                                          12

                                          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