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.1k 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.
  • NeverDieN Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by NeverDie
    #14

    Rule #1 from what I've read is to keep connections as short as possible, especially when radio is involved. However, if you're not suffering from using long wires, then, well, I guess why not? If this is a prevailing belief, then maybe it does at least partially explain the remarkably low uptake of openhardware.io projects.

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

      I personally use only short dupont wires as they give you some flexibility but without too much "spaghetti" wiring 😁

      1 Reply Last reply
      0
      • hekH Offline
        hekH Offline
        hek
        Admin
        wrote on last edited by
        #16

        Guys, you are deviating from the OPs thread "rules" ;)

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

          I guess the thread can evolve the way it does - but in the same time, if there are a interesting ongoing discussion all mods are more than welcome to lift that discussion out for a own thread and if so we can keep this thread as intended?

          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
          • micahM Offline
            micahM Offline
            micah
            wrote on last edited by
            #18

            Here is a project I finished this weekend.... 5m LED strip controller (the cover is off for the photo)
            0_1508764628331_IMG_20170317_175657100.jpg

            I think you can say I've come quite far since my first ever arduino build... lol
            0_1508764679200_2016-02-09-21h05m49-[DSC_0001].jpg

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

              Last night i continued improving my Logger (mostly protecting the serial input and make sure it can handle incoming serial logic from everything from 2.5v to 5v into my 3.3v system). I finally bought myself a oscilloscope so now I have the longest list possible of things I want to improve... (EasyPCB series, Booster performance?, some relays... the list goes on).

              0_1508830436618_upload-c1713104-7660-4530-b88e-7a8a7cadc109

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

                Tonight I changed the mechanic trigger to a optocoupler on my doorbell node. I went with some sort of half good solution.
                8v AC (Doorbell activated) -> Diode (Not a full bridge, just a support capacitor) -> Voltage divider -> optocoupler > D3. Worked out great, but might be one of the ugliest nodes I have :)

                Testing/Soldering/Deployment:

                0_1508867567585_upload-f1e406e5-6af9-4433-8108-07badff5200d

                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
                0
                • NeverDieN Offline
                  NeverDieN Offline
                  NeverDie
                  Hero Member
                  wrote on last edited by
                  #21

                  I changed the form of my integrated nRF52832-protoboard:
                  0_1508869380903_newProto_1.jpg
                  0_1508869489492_newProto_2.jpg

                  Previously, I was using: https://www.openhardware.io/view/472/Ebyte-nRF52832-Prototyping-Board

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

                    Today I made some small changes to a battery node. Once again I had copy/pasted all battery code but forgot the internalReference in setup() (since I copy from another node sketch). So I now created a dedicated file for battery code I can use to copy from... and once again I remembered I'm not a coder... But it works.
                    https://github.com/sundberg84/MySensors2.0.0/blob/master/BatteryMeasurer/BatteryMeasurer.ino

                    0_1508951653933_Screenshot_20171025-190923.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

                    dbemowskD 1 Reply Last reply
                    0
                    • sundberg84S sundberg84

                      Today I made some small changes to a battery node. Once again I had copy/pasted all battery code but forgot the internalReference in setup() (since I copy from another node sketch). So I now created a dedicated file for battery code I can use to copy from... and once again I remembered I'm not a coder... But it works.
                      https://github.com/sundberg84/MySensors2.0.0/blob/master/BatteryMeasurer/BatteryMeasurer.ino

                      0_1508951653933_Screenshot_20171025-190923.png

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

                      @sundberg84 Not to be critical or get off topic, but it's percent, not procent

                      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
                      • R Offline
                        R Offline
                        robosensor
                        wrote on last edited by
                        #24

                        Simple RS485 gateway and node for two BME280 sensors:

                        0_1508976533269_rs485.jpg

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

                          Made a small tool to simplify the extraction of serial debug data from a 10-pin IDC connector and reading it from a typical 6-pin FTDI module.
                          0_1508982577055_serial1.jpg
                          0_1508982589145_serial2.jpg
                          The 10-pin IDC connector is what's most commonly used for programming nRF5x modules.

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

                            Not really MySensors-related, but I found a nice logging library for Arduino that I'm using in a project. The library was orphaned some time ago, but now has a new maintainer. I assisted with an update of the documentation and some source code cleanup.
                            0_1509023431067_upload-51ff881d-811a-461d-ab1a-7a6189debe28

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

                              I made an nRF52832 board today with 5 different colored LED's on it: red, green, yellow, orange, and blue. Mostly I think it may be useful while debugging code. All the LED's except for blue emit light all the way down to 1.8v source voltage, so it's good for battery powered operation also. The blue lights up all the way down to 2.4v, and I had to grapple with a 0403 LED to get that low of a voltage for a blue LED. In the end it was so tiny that I couldn't see the polarity of it, so I hit on the idea of running a blink program and seeing whether it would light up just before I soldered it in place. That worked. :)
                              0_1509041337509_5led.jpg

                              Also, this board channels its serial output over the 10-pin IDC connector, so I used the tool I posted yesterday to read it. Works great, and now I don't have a six pin FTDI connector cluttering up the PCB. :)

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

                                Today my boards for the BT832X (that's an nRF52832 with both PA and LNA) arrived from OSH PARK, so I put one together to try it out:
                                0_1509139587653_BT832X_1.jpg

                                1 Reply Last reply
                                1
                                • S Offline
                                  S Offline
                                  sPENKMAN
                                  wrote on last edited by
                                  #29

                                  A (long) time ago I had my own Android app which talked xmlrpc to a Python script, which talked serial with my Arduino which in his turn talked 433 Mhz to our outlets turning lights on and off. All was dandy until Android 4 came along and something stopped working security wise and we were send back into the middle ages.

                                  Today I successfully got MySensors working enabling me to read temp/hum from a node and letting me send Elro signals into the air over 433Mhz from OpenHAB2. Now I can scale, extend and upgrade my sensors and actuators I can move forward and start improving our home.

                                  Arduino Uno r3, 433Mhz transmitter, DHT11 sensor

                                  1 Reply Last reply
                                  4
                                  • I Offline
                                    I Offline
                                    itbeyond
                                    wrote on last edited by
                                    #30

                                    Today I completed the installation of the first of my 4 channel 240V LED light dimmers. This is installed in the roof and supports 4 buttons to turn on/off/increase/decrease each channel. It uses an AC zero crossing detector circuit and can be configured for leading or trailing edge dimming.
                                    0_1509325181814_2017-10-06 17.48.30.jpg

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

                                      Working on a smart clock project. Need to make some major code modifications to the example, but should work. I have a test sketch that just passes the time from the RTC to the display, so I know that is all working.

                                      0_1509332623272_upload-b119edce-2231-4ce0-9b9c-c5bd4ca629d5
                                      0_1509332689597_upload-2dbe753a-35af-4793-bf46-52669aed4bb0
                                      0_1509332950856_upload-a1744ea1-3830-4cf6-816b-f273431a596b

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

                                        Last night I made a enclosure to my new outdoor weather station/node. It is made from 2x 70mm sewer pipe end caps and a small sewer pipe to keep them together. Works surprisingly great and looks good.
                                        Now its painted black and drying - lets hope I can find any daylight this week and mount/deploy it.

                                        0_1509350485595_upload-60220e56-06da-42b0-9171-f503ceb23d78
                                        0_1509350504395_upload-1b94da77-a353-4562-912b-5dd9ba426169

                                        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

                                        dbemowskD 1 Reply Last reply
                                        3
                                        • sundberg84S sundberg84

                                          Last night I made a enclosure to my new outdoor weather station/node. It is made from 2x 70mm sewer pipe end caps and a small sewer pipe to keep them together. Works surprisingly great and looks good.
                                          Now its painted black and drying - lets hope I can find any daylight this week and mount/deploy it.

                                          0_1509350485595_upload-60220e56-06da-42b0-9171-f503ceb23d78
                                          0_1509350504395_upload-1b94da77-a353-4562-912b-5dd9ba426169

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

                                          @sundberg84 If this is going to be out in the sun, I would think you'd want it white. Black is going to heat up your electronics quite a bit.

                                          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/

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