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. OpenHardware.io
  3. 💬 MyMultisensors

💬 MyMultisensors

Scheduled Pinned Locked Moved OpenHardware.io
328pmotionatsha204amulti sensorhumiditytemperaturepirambiant lightlow powercoincell
176 Posts 33 Posters 61.2k Views 35 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.
  • tonnerre33T Offline
    tonnerre33T Offline
    tonnerre33
    Hardware Contributor
    wrote on last edited by
    #75

    I'm finalizing the nrf24 version because it's a nice board, that would be too bad for nrf24 user

    Did you finish the nrf24 version @scalz ?

    1 Reply Last reply
    0
    • scalzS Offline
      scalzS Offline
      scalz
      Hardware Contributor
      wrote on last edited by scalz
      #76

      @tonnerre33 sorry for delay. yep, sure i finished it a while (rev 1.1 nrf), never ordered it, i use rfm for this node. but i'll upload this week oki

      tonnerre33T 1 Reply Last reply
      1
      • scalzS scalz

        @tonnerre33 sorry for delay. yep, sure i finished it a while (rev 1.1 nrf), never ordered it, i use rfm for this node. but i'll upload this week oki

        tonnerre33T Offline
        tonnerre33T Offline
        tonnerre33
        Hardware Contributor
        wrote on last edited by
        #77

        @scalz Thx a lot ! I tried to replace the transmitter myself but the routing is too hard for me.

        I'll try to check the schema before order the board ;)

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Bigbug
          wrote on last edited by
          #78

          This looks like an awesome unit! Is there a way to buy this with components assembled? Looks like a lot of work to solder all those smds..

          1 Reply Last reply
          1
          • P Offline
            P Offline
            pointbre
            wrote on last edited by
            #79

            I also wish I could buy assembled ones.

            tomtasticT 1 Reply Last reply
            1
            • P pointbre

              I also wish I could buy assembled ones.

              tomtasticT Offline
              tomtasticT Offline
              tomtastic
              wrote on last edited by
              #80

              Likewise, to be able to buy assembled would be great

              1 Reply Last reply
              0
              • alexsh1A Offline
                alexsh1A Offline
                alexsh1
                wrote on last edited by
                #81

                @scalz hi, excellent sensor! Do you know if the atmega328 memory is enough? You must have a large sketch for all sensors + signin

                1 Reply Last reply
                0
                • scalzS Offline
                  scalzS Offline
                  scalz
                  Hardware Contributor
                  wrote on last edited by scalz
                  #82

                  @alexsh1 thx :)
                  memory ok if sketch optimized (radio driver footprint too) and without much debug msg.
                  V2 will improve memory, cost and device size (will be 9in1 this time so i needed more mem) but for nrf24 networks only. i should release it soon if i can get rid of a little sw bug..

                  bjornhallbergB alexsh1A 2 Replies Last reply
                  1
                  • mppM Offline
                    mppM Offline
                    mpp
                    wrote on last edited by
                    #83

                    How long can you get these running on a single battery?

                    MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

                    alexsh1A 1 Reply Last reply
                    0
                    • scalzS scalz

                      @alexsh1 thx :)
                      memory ok if sketch optimized (radio driver footprint too) and without much debug msg.
                      V2 will improve memory, cost and device size (will be 9in1 this time so i needed more mem) but for nrf24 networks only. i should release it soon if i can get rid of a little sw bug..

                      bjornhallbergB Offline
                      bjornhallbergB Offline
                      bjornhallberg
                      Hero Member
                      wrote on last edited by
                      #84

                      @scalz Would also be very interested in buying assembled modules. But why no more RFM69?

                      1 Reply Last reply
                      1
                      • mppM mpp

                        How long can you get these running on a single battery?

                        alexsh1A Offline
                        alexsh1A Offline
                        alexsh1
                        wrote on last edited by
                        #85

                        @mpp I suppose depends on which battery and what sensors - there are a few options here.

                        1 Reply Last reply
                        0
                        • scalzS scalz

                          @alexsh1 thx :)
                          memory ok if sketch optimized (radio driver footprint too) and without much debug msg.
                          V2 will improve memory, cost and device size (will be 9in1 this time so i needed more mem) but for nrf24 networks only. i should release it soon if i can get rid of a little sw bug..

                          alexsh1A Offline
                          alexsh1A Offline
                          alexsh1
                          wrote on last edited by
                          #86

                          @scalz atmega328 is only good for simple sketches nowadays. I am struggling with a simple temp/hum/baro sensor with signing and debug as It runs on low memory and the sensor freezes after a few hours. I suppose we have to move to SAMD.
                          Do you have the STL file for the box please?

                          AnticimexA 1 Reply Last reply
                          0
                          • alexsh1A alexsh1

                            @scalz atmega328 is only good for simple sketches nowadays. I am struggling with a simple temp/hum/baro sensor with signing and debug as It runs on low memory and the sensor freezes after a few hours. I suppose we have to move to SAMD.
                            Do you have the STL file for the box please?

                            AnticimexA Offline
                            AnticimexA Offline
                            Anticimex
                            Contest Winner
                            wrote on last edited by
                            #87

                            @alexsh1 regarding low memory problems, debug is intended for just that; debug. Once deployed, you can disable debug to ensure the longevity of your program. Probably the sketch eventually dies due to stack shortage.

                            Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                            alexsh1A 1 Reply Last reply
                            1
                            • AnticimexA Anticimex

                              @alexsh1 regarding low memory problems, debug is intended for just that; debug. Once deployed, you can disable debug to ensure the longevity of your program. Probably the sketch eventually dies due to stack shortage.

                              alexsh1A Offline
                              alexsh1A Offline
                              alexsh1
                              wrote on last edited by
                              #88

                              @Anticimex Completely agree. Having said that I have a few nodes where I left debug purely for convenience. I do not want to re-flash the node to debug it in case need be. Right now I am in the process of changing the GW and may need to see node's debug.

                              1 Reply Last reply
                              0
                              • scalzS Offline
                                scalzS Offline
                                scalz
                                Hardware Contributor
                                wrote on last edited by scalz
                                #89

                                @alexsh1
                                I agree with you about 328 and 8bits. And that's a while i've done a board for these ;)
                                I won't use it in v2 though, tiny 9in1... not possible!
                                I also have custom SAMD boards, missing time to release those one too, but imho these mcu are not ultra low power (SAML is).

                                I'll publish stl this week..

                                alexsh1A 1 Reply Last reply
                                0
                                • scalzS scalz

                                  @alexsh1
                                  I agree with you about 328 and 8bits. And that's a while i've done a board for these ;)
                                  I won't use it in v2 though, tiny 9in1... not possible!
                                  I also have custom SAMD boards, missing time to release those one too, but imho these mcu are not ultra low power (SAML is).

                                  I'll publish stl this week..

                                  alexsh1A Offline
                                  alexsh1A Offline
                                  alexsh1
                                  wrote on last edited by
                                  #90

                                  @scalz ATSAM D21 is already compatible with MySensors, whereas ATSAM L21 may be in the pipeline. So for now, we all are stuck with SAMD.

                                  Looking forward to your stl

                                  1 Reply Last reply
                                  0
                                  • K Offline
                                    K Offline
                                    Konrad Walsh
                                    wrote on last edited by
                                    #91

                                    Phenomenal!

                                    I have a stupid question.. clicking buy on the page.. what exactly does that buy you>?

                                    alexsh1A 1 Reply Last reply
                                    0
                                    • K Konrad Walsh

                                      Phenomenal!

                                      I have a stupid question.. clicking buy on the page.. what exactly does that buy you>?

                                      alexsh1A Offline
                                      alexsh1A Offline
                                      alexsh1
                                      wrote on last edited by
                                      #92

                                      @Konrad-Walsh You buy PCBs (10 0r 15 of them).

                                      1 Reply Last reply
                                      0
                                      • K Offline
                                        K Offline
                                        Konrad Walsh
                                        wrote on last edited by
                                        #93

                                        I am sorry.. I should have been more clear...
                                        When you say PCB.. Is that a fully assembled product with all the mentioned sensors? Or is it a board and you add sensors to it..

                                        Please excuse my ignorance

                                        alexsh1A 1 Reply Last reply
                                        0
                                        • K Konrad Walsh

                                          I am sorry.. I should have been more clear...
                                          When you say PCB.. Is that a fully assembled product with all the mentioned sensors? Or is it a board and you add sensors to it..

                                          Please excuse my ignorance

                                          alexsh1A Offline
                                          alexsh1A Offline
                                          alexsh1
                                          wrote on last edited by
                                          #94

                                          @Konrad-Walsh Click on the link and see it yourself ;-)
                                          PCB means a bare board and not a ready product. You have to procure parts and assemble it.

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