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. Announcements
  3. Sensebender Micro

Sensebender Micro

Scheduled Pinned Locked Moved Announcements
584 Posts 84 Posters 401.8k 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.
  • tbowmoT Offline
    tbowmoT Offline
    tbowmo
    Admin
    wrote on last edited by
    #373

    @tcontrada

    there are some measurements in the old design thread here http://forum.mysensors.org/topic/510/minimal-design-thoughts

    1 Reply Last reply
    1
    • N Offline
      N Offline
      nikos1671
      wrote on last edited by
      #374

      Hi. What case you all using for the sensebender ?Any good idea.

      1 Reply Last reply
      0
      • F Offline
        F Offline
        filipq
        wrote on last edited by
        #375

        3_1456326631089_IMG_20160224_150344.jpg 2_1456326631089_IMG_20160224_150314.jpg 1_1456326631089_IMG_20160224_150303.jpg 0_1456326631088_IMG_20160224_150237.jpg

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

          @filipq

          Where did you find that box?

          1 Reply Last reply
          0
          • F Offline
            F Offline
            filipq
            wrote on last edited by
            #377

            @tbowmo

            Got it from http://cpc.farnell.com/1/1/57932-evatron-pp42m-case-sensor-ivory-71x71x27mm.html.
            Not the cheapest, but definitely worth the money as it is very good quality. There are other colours available (white and black) https://www.jprelec.co.uk/store.asp/c=552/Gas-Sensor-Case

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

              @tbowmo: I have some of these too, it's nice box. i got these from tme. cheaper :)
              http://www.tme.eu/fr/details/box-sens-white/boitiers-dappar-dalarme-et-de-capt/supertronic/

              1 Reply Last reply
              0
              • ahmedadelhosniA Offline
                ahmedadelhosniA Offline
                ahmedadelhosni
                wrote on last edited by
                #379

                Hello @tbowmo

                Doesn't the atmega328 has only 2 pins which are D2 and D3 from external interrupts ?
                I am wondering why do we waste the usage of D2 since the IRQ pin is not used in the library ?

                AnticimexA 1 Reply Last reply
                0
                • ahmedadelhosniA ahmedadelhosni

                  Hello @tbowmo

                  Doesn't the atmega328 has only 2 pins which are D2 and D3 from external interrupts ?
                  I am wondering why do we waste the usage of D2 since the IRQ pin is not used in the library ?

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

                  @ahmedadelhosni because it is not in use by the library <yet>. Would be a shame if the library some day gets updated with support for a radio that can enter low power sleep and still wake when needed.

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

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

                    @ahmedadelhosni

                    What @Anticimex said.. And at the time when I created the sensebender, I didn't know that the interrupt wasn't used (I was relatively new to the project) so I thought that we had to have it connected..

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

                      It is used by the RF69, right @tbowmo? (when using adapter plate...)

                      1 Reply Last reply
                      0
                      • AnticimexA Anticimex

                        @ahmedadelhosni because it is not in use by the library <yet>. Would be a shame if the library some day gets updated with support for a radio that can enter low power sleep and still wake when needed.

                        ahmedadelhosniA Offline
                        ahmedadelhosniA Offline
                        ahmedadelhosni
                        wrote on last edited by ahmedadelhosni
                        #383

                        @Anticimex @tbowmo This a valid point which I thought of but I needed two interrupt pins. As far as I knew from fast searching is that external interrupts which react to CHANGE in pin state are only valid for pins 2 and 3. Correct ?
                        Maybe there is another solution which I missed.

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

                          @hek

                          Yes, that's right, RFM69 is using interrupts.. (and rfm69 is possible on the sensebender using for example this pcb)

                          1 Reply Last reply
                          0
                          • AnticimexA Offline
                            AnticimexA Offline
                            Anticimex
                            Contest Winner
                            wrote on last edited by
                            #385

                            And with a scalpel and a soldering iron you should be able to use both interrupts by disconnecting the one reserved for nrf24. Of course that would disable the use for rfm69 om that board.

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

                            ahmedadelhosniA 1 Reply Last reply
                            1
                            • AnticimexA Anticimex

                              And with a scalpel and a soldering iron you should be able to use both interrupts by disconnecting the one reserved for nrf24. Of course that would disable the use for rfm69 om that board.

                              ahmedadelhosniA Offline
                              ahmedadelhosniA Offline
                              ahmedadelhosni
                              wrote on last edited by
                              #386

                              @Anticimex Yeah I could just connect my device to the atmega pin directly as I can see/find any pin header to route the interrupt pin 2. They are all used.

                              Thanks guys.

                              1 Reply Last reply
                              0
                              • TheoLT Offline
                                TheoLT Offline
                                TheoL
                                Contest Winner
                                wrote on last edited by
                                #387

                                I just received two sensebenders. I'm really impressed by the great engineering behind the board. I can't wait to heat up my soldering iron. I love them!

                                1 Reply Last reply
                                4
                                • user2334U Offline
                                  user2334U Offline
                                  user2334
                                  wrote on last edited by user2334
                                  #388

                                  I just received two Sensebenders, but have problems getting the device to consume little power. I get totally different values as displayed above.

                                  With the following sketch, I get about 5,6mA in active state and 1,6mA in sleep mode with nRF24 attached. I have compared different nRF24-chips and this one consumed the least power.

                                  Without the nRF24, I get 4mA and 0,025mA (=25µA) during sleep mode.

                                  #include <LowPower.h>
                                  #include "RF24.h"
                                  
                                  RF24 radio(9, 10);
                                  
                                  void setup() {
                                  }
                                  
                                  void loop() {
                                      delay(8000);
                                      LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF);
                                  }
                                  
                                  mfalkviddM user2334U 2 Replies Last reply
                                  0
                                  • user2334U user2334

                                    I just received two Sensebenders, but have problems getting the device to consume little power. I get totally different values as displayed above.

                                    With the following sketch, I get about 5,6mA in active state and 1,6mA in sleep mode with nRF24 attached. I have compared different nRF24-chips and this one consumed the least power.

                                    Without the nRF24, I get 4mA and 0,025mA (=25µA) during sleep mode.

                                    #include <LowPower.h>
                                    #include "RF24.h"
                                    
                                    RF24 radio(9, 10);
                                    
                                    void setup() {
                                    }
                                    
                                    void loop() {
                                        delay(8000);
                                        LowPower.powerDown(SLEEP_8S, ADC_OFF, BOD_OFF);
                                    }
                                    
                                    mfalkviddM Offline
                                    mfalkviddM Offline
                                    mfalkvidd
                                    Mod
                                    wrote on last edited by
                                    #389

                                    @user2334 I don't think the LowPower library shuts off the radio. Use MySensor's sleep function instead.

                                    1 Reply Last reply
                                    1
                                    • ximinezX Offline
                                      ximinezX Offline
                                      ximinez
                                      wrote on last edited by
                                      #390

                                      A general question regarding these types of boards that are generally designed to be used on battery power. Is there a reason to not power the ATSH204A and Si7021 from AVR pins? The pins can source far more than what these devices can sink (even when using the heating on the Si7021), and it would allow squeezing a tiny bit more out of the battery life by selectively powering down the devices.
                                      Eg., if I'm not using the ATSHA204A at all, I can save 150nA continuous current. The power saving from disabling the Si7021 is less at about 60nA, so that might just be eaten up by having to wait up to 80ms before a full conversion.

                                      I'm aware that we're talking about saving a tiny ~200nA here, but over the span of two years that adds up to about 350mAh.

                                      So what I'm wondering is simply, is there a technical reason saying that this really isn't a Good Idea (tm)? Should I avoid doing so if I design my own similar device?

                                      L tbowmoT 2 Replies Last reply
                                      0
                                      • ximinezX ximinez

                                        A general question regarding these types of boards that are generally designed to be used on battery power. Is there a reason to not power the ATSH204A and Si7021 from AVR pins? The pins can source far more than what these devices can sink (even when using the heating on the Si7021), and it would allow squeezing a tiny bit more out of the battery life by selectively powering down the devices.
                                        Eg., if I'm not using the ATSHA204A at all, I can save 150nA continuous current. The power saving from disabling the Si7021 is less at about 60nA, so that might just be eaten up by having to wait up to 80ms before a full conversion.

                                        I'm aware that we're talking about saving a tiny ~200nA here, but over the span of two years that adds up to about 350mAh.

                                        So what I'm wondering is simply, is there a technical reason saying that this really isn't a Good Idea (tm)? Should I avoid doing so if I design my own similar device?

                                        L Offline
                                        L Offline
                                        LastSamurai
                                        Hardware Contributor
                                        wrote on last edited by
                                        #391

                                        @ximinez said:

                                        A general question regarding these types of boards that are generally designed to be used on battery power. Is there a reason to not power the ATSH204A and Si7021 from AVR pins? The pins can source far more than what these devices can sink (even when using the heating on the Si7021), and it would allow squeezing a tiny bit more out of the battery life by selectively powering down the devices.
                                        Eg., if I'm not using the ATSHA204A at all, I can save 150nA continuous current. The power saving from disabling the Si7021 is less at about 60nA, so that might just be eaten up by having to wait up to 80ms before a full conversion.

                                        I'm aware that we're talking about saving a tiny ~200nA here, but over the span of two years that adds up to about 350mAh.

                                        So what I'm wondering is simply, is there a technical reason saying that this really isn't a Good Idea (tm)? Should I avoid doing so if I design my own similar device?

                                        I second that question. I was just thinking about a similar idea.

                                        1 Reply Last reply
                                        0
                                        • ximinezX ximinez

                                          A general question regarding these types of boards that are generally designed to be used on battery power. Is there a reason to not power the ATSH204A and Si7021 from AVR pins? The pins can source far more than what these devices can sink (even when using the heating on the Si7021), and it would allow squeezing a tiny bit more out of the battery life by selectively powering down the devices.
                                          Eg., if I'm not using the ATSHA204A at all, I can save 150nA continuous current. The power saving from disabling the Si7021 is less at about 60nA, so that might just be eaten up by having to wait up to 80ms before a full conversion.

                                          I'm aware that we're talking about saving a tiny ~200nA here, but over the span of two years that adds up to about 350mAh.

                                          So what I'm wondering is simply, is there a technical reason saying that this really isn't a Good Idea (tm)? Should I avoid doing so if I design my own similar device?

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

                                          @ximinez @LastSamurai

                                          That is indeed a good question. The straight answer is that I didn't think about that when I designed the board.

                                          In theory you could also power the radio from a digital pin on the avr, and power that down completely.

                                          BTW. If you turn on the heating element in the si7021 at full power, I think the power drain exceeds what the avr can deliver on a digital pin. But one could just avoid that.

                                          ximinezX 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          22

                                          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