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.
  • scalzS Offline
    scalzS Offline
    scalz
    Hardware Contributor
    wrote on last edited by scalz
    #427

    the little netgate looks cute, but wondering if it would be enough powerful (for streaming etc.)

    @sundberg84
    when you already have parts laying around, like ram, hdd etc, you could also use intel J3355 or J4205 cpus, maybe better than J1800. J3355 boards are not expensive. Then add a pcie NICs or a simple usb to gigabit..
    I would choose micro atx board because often cheaper, same for ram (more compatible ref vs itx boards sometimes are restrictive), and it may be more flexible for pcie slot. That is, if size is not a concern.

    Or maybe a more powerful cpu, if you plan to factorize lot of things in VMs etc.

    In both case it could also allow you to save power by decreasing number of rpis for example. But an interesting math would be pros&cons between features, power consumption saving, cost of a more expensive setup vs years for ROI about power savings (if that is the point)

    Maybe we'll see new mini pc router in future with new sbc and mcus..

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

      @sundberg84 you could have all the rpi's running on the pc hardware, and save a couple of pennies on the electricity bill..

      I exchanged my HA rpi with an atom based machine, as it had 4Gb ram. Now I'm using docker to containerize the different parts of my setup (influxdb, grafana, domoticz, nodered, moquitto, etc.). Ok, it uses a bit more power, but not that much compared to the flexibility that I have now. So now I have a lot of "machines" for handling the different parts.. I can even spin up an experimental domoticz in seconds (I'm playing with mqtt for backbone in my HA setup, instead of mysensors serial protocol, and a lot of http calls to different parts of my system.

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

        You take for granted everybody knows how to work with docker 😅

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

          @gohan

          I didn't know how to work with docker 2 months ago.. If I can learn it, others can do it too :) It's not that complicated after all :)

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

            Some weeks ago I made a video with my children and i had this idea to do something with electronics... so mostly as a testproject I made a introduction video for EasyPCB. I kinda like it... but my English isnt the best in some places.

            https://youtu.be/pZTy71tRa1s

            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
            8
            • sburlotS Offline
              sburlotS Offline
              sburlot
              wrote on last edited by
              #432

              I built a GPIO interface for the Raspberry PI using @GertSanders PCB (link)
              I ordered the PCB via OSH Park, successfully soldered 2 and my setup is now much cleaner without these jumper cables.
              For the second one, I soldered the NRF directly on the PCB (just because I wanted to gain some height), and everything works flawlessly.

              Big thank to @GertSanders for his PCB!

              Mandatory Pic

              My gateway runs mysgw, Mosquitto and Node-Red.

              In the back is my Raspberry Dashboard displaying the weather, info from my solar installation and the sensors MQTT messages.

              dbemowskD 1 Reply Last reply
              2
              • sburlotS sburlot

                I built a GPIO interface for the Raspberry PI using @GertSanders PCB (link)
                I ordered the PCB via OSH Park, successfully soldered 2 and my setup is now much cleaner without these jumper cables.
                For the second one, I soldered the NRF directly on the PCB (just because I wanted to gain some height), and everything works flawlessly.

                Big thank to @GertSanders for his PCB!

                Mandatory Pic

                My gateway runs mysgw, Mosquitto and Node-Red.

                In the back is my Raspberry Dashboard displaying the weather, info from my solar installation and the sensors MQTT messages.

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

                @sburlot Can't help but see your weather display in the background. What platform is that?

                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/

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

                  I made this LoRa shield for an Arduino Pro Mini:
                  0_1520717224947_LoRa_Pro_Mini_Shield.jpg

                  I like it because of the small form factor and because it preserves access to all of the Pro Mini pins. i.e. you can plug it in just like a Pro Mini.

                  I also gave it 4 header pins for an Si7021 TH sensor, which I haven't yet attached.

                  1 Reply Last reply
                  1
                  • dbemowskD dbemowsk

                    @sburlot Can't help but see your weather display in the background. What platform is that?

                    sburlotS Offline
                    sburlotS Offline
                    sburlot
                    wrote on last edited by
                    #435

                    @dbemowsk :-)
                    It's a Raspberry 3, with a cheap 480x320 screen, and a Python+PyGame script.

                    Start of my script comes from this script
                    Temp+Humidity comes from mySensors SenseBender Micro via NodeRed/MQTT
                    Solar power comes from my inverter via a script (also MQTT)
                    Weather from WeatherUnderground

                    0_1520784994213_screenshot.jpg

                    1 Reply Last reply
                    3
                    • D Offline
                      D Offline
                      dakipro
                      wrote on last edited by
                      #436

                      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

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

                      NeverDieN Nca78N 2 Replies Last reply
                      6
                      • 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

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

                        @dakipro Very creative! Thanks for sharing. I've seen those flexible hose things before in other contexts, but I don't know the name. What is the term?

                        NeverDieN 1 Reply Last reply
                        1
                        • NeverDieN NeverDie

                          @dakipro Very creative! Thanks for sharing. I've seen those flexible hose things before in other contexts, but I don't know the name. What is the term?

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

                          Found it: https://www.aliexpress.com/item/Round-Nozzle-Flexible-Water-Oil-Coolant-Pipe-Hose-3-8BSP-Thread-5pcs/32831878467.html?spm=2114.search0104.3.38.4c927439kjZ18O&ws_ab_test=searchweb0_0,searchweb201602_5_10152_10065_5711320_10151_10344_10068_10130_10324_10342_10547_10325_10343_10546_10340_10548_10341_10545_10084_10083_10618_10307_5711220_5722420_10313_10059_10534_100031_10103_10627_10626_10624_10623_10622_10621_10620_10810_10811,searchweb201603_25,ppcSwitch_5&algo_expid=b2667682-4b14-4802-a36d-35f0b06b6ca7-5&algo_pvid=b2667682-4b14-4802-a36d-35f0b06b6ca7&priceBeautifyAB=0

                          dbemowskD 1 Reply Last reply
                          1
                          • NeverDieN NeverDie

                            Found it: https://www.aliexpress.com/item/Round-Nozzle-Flexible-Water-Oil-Coolant-Pipe-Hose-3-8BSP-Thread-5pcs/32831878467.html?spm=2114.search0104.3.38.4c927439kjZ18O&ws_ab_test=searchweb0_0,searchweb201602_5_10152_10065_5711320_10151_10344_10068_10130_10324_10342_10547_10325_10343_10546_10340_10548_10341_10545_10084_10083_10618_10307_5711220_5722420_10313_10059_10534_100031_10103_10627_10626_10624_10623_10622_10621_10620_10810_10811,searchweb201603_25,ppcSwitch_5&algo_expid=b2667682-4b14-4802-a36d-35f0b06b6ca7-5&algo_pvid=b2667682-4b14-4802-a36d-35f0b06b6ca7&priceBeautifyAB=0

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

                            @neverdie Don't they use something like that on CNC machines for the coolant?

                            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
                            0
                            • dbemowskD dbemowsk

                              @neverdie Don't they use something like that on CNC machines for the coolant?

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

                              @dbemowsk Yup.

                              1 Reply Last reply
                              0
                              • D Offline
                                D Offline
                                dakipro
                                wrote on last edited by
                                #441

                                Thanks. About the cnc pipes, just check if they are US or EU threads, as I was initially planning to fasten them with nuts, but couldn't find any US type in scandinavia. So I had to improvise with A LOT washers and heavy screws as seen in the picture. For the base I used old laptop cooling holder (whatever the name is).
                                And it works surprisingly well for what I use it, I was expecting it to have a bouncing effect, but it is not that much noticeable.
                                Way better then that ebay crappy holder with big magnifying mirror that is just so flimsy and annoying.
                                I was planing to dedicate one hose as a solder feeder, but never bothered with it.

                                Light is a touch-to-adjust type, very very practical , something like this
                                https://www.ebay.com/itm/5X-6-LED-Night-Light-Soshine-USB-Power-1W-5V-Touch-Dimmer-Warm-White-Light-B2L8/282772437504?epid=721587756&hash=item41d68cfa00:g:gZQAAOSw1cNaMlr5

                                I also have a switch for a fan on the side, and a volt stepup as the fan works on 12V (9 or 10 is my setting).

                                I have glued the magnets on the right on the last photo, they are then actually on the left of the silicone mat where the "compartments" are

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

                                NeverDieN 1 Reply Last reply
                                0
                                • D dakipro

                                  Thanks. About the cnc pipes, just check if they are US or EU threads, as I was initially planning to fasten them with nuts, but couldn't find any US type in scandinavia. So I had to improvise with A LOT washers and heavy screws as seen in the picture. For the base I used old laptop cooling holder (whatever the name is).
                                  And it works surprisingly well for what I use it, I was expecting it to have a bouncing effect, but it is not that much noticeable.
                                  Way better then that ebay crappy holder with big magnifying mirror that is just so flimsy and annoying.
                                  I was planing to dedicate one hose as a solder feeder, but never bothered with it.

                                  Light is a touch-to-adjust type, very very practical , something like this
                                  https://www.ebay.com/itm/5X-6-LED-Night-Light-Soshine-USB-Power-1W-5V-Touch-Dimmer-Warm-White-Light-B2L8/282772437504?epid=721587756&hash=item41d68cfa00:g:gZQAAOSw1cNaMlr5

                                  I also have a switch for a fan on the side, and a volt stepup as the fan works on 12V (9 or 10 is my setting).

                                  I have glued the magnets on the right on the last photo, they are then actually on the left of the silicone mat where the "compartments" are

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

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