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 tbowmo
    #357

    If the Si7021 is exposed to high humidity for a prolonged period, the RH% measurement will shift upwards, according to the datasheet, page 15, section 4.3

    Extract from Datasheet:

    4.3. Prolonged Exposure to High Humidity
    Prolonged exposure to high humidity will result in a gradual upward drift of the RH reading. The shift in sensor
    reading resulting from this drift will generally disappear slowly under normal ambient conditions. The amount of
    shift is proportional to the magnitude of relative humidity and the length of exposure. In the case of lengthy
    exposure to high humidity, some of the resulting shift may persist indefinitely under typical conditions. It is generally
    possible to substantially reverse this affect by baking the device (see Section “4.6. Bake/Hydrate Procedure” ).

    nivocN 1 Reply Last reply
    0
    • Z Offline
      Z Offline
      Zeph
      Hero Member
      wrote on last edited by Zeph
      #358

      @petoulachi said:

      BTW, what is the F() function ? instead of Serial.print("Sensebender Micro FW "); why using Serial.print(F("Sensebender Micro FW ")); ?

      It's a way to save some RAM. A simple string constant like "Hello" takes up 6 bytes of RAM and also 6 bytes of Flash (program) memory (6 bytes includes a single "hidden" byte of binary zero as an end-of-text marker). At startup and before your code executes, that bit of program memory is copied to RAM. The F() thing is a "macro" which causes the compiler save only the 6 bytes of Flash (no Ram used). The print function can (through C++ typing) fetch those 6 bytes from Flash at runtime for printing. If you have long or many text constants in your program, this can add up to some useful savings,when you only have 2K of RAM.

      See the "F() Macro" on this page: https://www.arduino.cc/en/Reference/PROGMEM

      1 Reply Last reply
      1
      • tbowmoT tbowmo

        If the Si7021 is exposed to high humidity for a prolonged period, the RH% measurement will shift upwards, according to the datasheet, page 15, section 4.3

        Extract from Datasheet:

        4.3. Prolonged Exposure to High Humidity
        Prolonged exposure to high humidity will result in a gradual upward drift of the RH reading. The shift in sensor
        reading resulting from this drift will generally disappear slowly under normal ambient conditions. The amount of
        shift is proportional to the magnitude of relative humidity and the length of exposure. In the case of lengthy
        exposure to high humidity, some of the resulting shift may persist indefinitely under typical conditions. It is generally
        possible to substantially reverse this affect by baking the device (see Section “4.6. Bake/Hydrate Procedure” ).

        nivocN Offline
        nivocN Offline
        nivoc
        wrote on last edited by
        #359

        @tbowmo Good hint. But it is happening to all three sensbeners for at least one month now. (different orders). I now got 4 more so I will test again soon.

        Over xmas I tested also with magnesium chloride hexahydrate. magnesium chloride hexahydrate produces exactly 33%rel.

        All 3 sensbenders report exactly 39% or 40%. So they are also here 7% off. But almost the same value and very reproducible - so thats great!

        upload-6b1782fc-cf3e-45b8-ad15-890b7eef84a0

        nivocN 1 Reply Last reply
        1
        • nivocN nivoc

          @tbowmo Good hint. But it is happening to all three sensbeners for at least one month now. (different orders). I now got 4 more so I will test again soon.

          Over xmas I tested also with magnesium chloride hexahydrate. magnesium chloride hexahydrate produces exactly 33%rel.

          All 3 sensbenders report exactly 39% or 40%. So they are also here 7% off. But almost the same value and very reproducible - so thats great!

          upload-6b1782fc-cf3e-45b8-ad15-890b7eef84a0

          nivocN Offline
          nivocN Offline
          nivoc
          wrote on last edited by nivoc
          #360

          @tbowmo I'm now almost sure that my test-setup has no faults very reproducable and read many articles - I plan to verify my findings with someone who has a professional calibrated device.

          I saw in a museum nearby that they have professional calibrated devices :-)
          upload-4464b273-5525-48b2-a940-10826e61f030

          So I will test against those :-)

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

            @nivoc

            Have you tried to "bake" your sensebenders, in case they have been exposed to high humidity for a longer time?

            They are, as far as I know, produced in a part of China, which are known to have very high humidity. (been traveling there a lot some years ago)

            1 Reply Last reply
            0
            • HeinzH Offline
              HeinzH Offline
              Heinz
              Hero Member
              wrote on last edited by Heinz
              #362

              @nivoc
              I can confirm your results: I am running two different sensors in the same room next to each other. The sensebender is always above the dht-22. Right now it is
              52% to 47.8% rel. humidity, while the temperature is 17.8 to 17.9 (which is nearly equal).

              1 Reply Last reply
              0
              • nivocN Offline
                nivocN Offline
                nivoc
                wrote on last edited by
                #363

                @tbowmo No I haven't baked yet. I will try that but not in the next two weeks. But I will report back.

                1 Reply Last reply
                0
                • nivocN Offline
                  nivocN Offline
                  nivoc
                  wrote on last edited by
                  #364

                  But I tested tonight with distilled water - so should be exactly 100%. And again (I didn't know that thats possible) I got 104 and 107% so slightly above (still increasing). Thats great b/c that means all values are about 7-8% too high.
                  At 33% the reading was about 40%
                  At 75% the reading was about 83%
                  At 100% the reading was about 106%

                  So reading minus 8% gives a pretty accurate result. In the next few days i will test 3 more sensbender.

                  Distilled Water (100% expected):
                  upload-c0364fcd-876d-4701-a3ec-b0c55efc04a6

                  1 Reply Last reply
                  0
                  • bjacobseB Offline
                    bjacobseB Offline
                    bjacobse
                    wrote on last edited by bjacobse
                    #365

                    Read the spec for the humidity sensor used in the sensebender (Si7021 integrated humidity / temperature sensor.)
                    Precision Relative Humidity Sensor: ± 3% RH (max), 0–80% RH
                    To my reading this is actually 6% wrong reading to one of the sides - so when you are measuring yours to be 8% off, is caused that you are using the device outside of humidity range 100% and max is 80%

                    Link to spec:
                    https://www.silabs.com/Support Documents/TechnicalDocs/Si7021-A20.pdf

                    What I want you to know, if your device is reading within 6 % of the value - it's still reading correct. and when you compare ex DHT22 that device also have some reading variation error. Do not expect to get 100% perfect value for 2 devices...

                    1 Reply Last reply
                    0
                    • nivocN Offline
                      nivocN Offline
                      nivoc
                      wrote on last edited by nivoc
                      #366

                      @bjacobse Yes and no :-)

                      Yes 100% is outside of the spec.

                      And no. 33% with Magnesium Chloride Hexahydrate is inside the spec and I get 40% instead of 33-34%.

                      Max off should be 3% above or? Means 37% - but fair enough. Should be ok for household use.

                      M bjacobseB 2 Replies Last reply
                      0
                      • nivocN nivoc

                        @bjacobse Yes and no :-)

                        Yes 100% is outside of the spec.

                        And no. 33% with Magnesium Chloride Hexahydrate is inside the spec and I get 40% instead of 33-34%.

                        Max off should be 3% above or? Means 37% - but fair enough. Should be ok for household use.

                        M Offline
                        M Offline
                        mvader
                        wrote on last edited by
                        #367

                        @nivoc said:

                        @bjacobse Yes and no :-)

                        Yes 100% is outside of the spec.

                        And no. 33% with Magnesium Chloride Hexahydrate is inside the spec and I get 40% instead of 33-34%.

                        Max off should be 3% above or? Means 37% - but fair enough. Should be ok for household use.

                        I hope the Temp measurements are not off by that much.
                        i don't need .00001 accuracy or anything. but i feel a big difference between 70 and 72 in my house.

                        bjacobseB nivocN 2 Replies Last reply
                        0
                        • M mvader

                          @nivoc said:

                          @bjacobse Yes and no :-)

                          Yes 100% is outside of the spec.

                          And no. 33% with Magnesium Chloride Hexahydrate is inside the spec and I get 40% instead of 33-34%.

                          Max off should be 3% above or? Means 37% - but fair enough. Should be ok for household use.

                          I hope the Temp measurements are not off by that much.
                          i don't need .00001 accuracy or anything. but i feel a big difference between 70 and 72 in my house.

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

                          @mvader
                          Spec is: High Accuracy Temperature Sensor ±0.4 °C (max), –10 to 85 °C
                          So the temp accuracy is quite good

                          1 Reply Last reply
                          0
                          • nivocN nivoc

                            @bjacobse Yes and no :-)

                            Yes 100% is outside of the spec.

                            And no. 33% with Magnesium Chloride Hexahydrate is inside the spec and I get 40% instead of 33-34%.

                            Max off should be 3% above or? Means 37% - but fair enough. Should be ok for household use.

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

                            @nivoc
                            Yes you are right, +-3 from your humidity solution on 33%, then the reading could be in the interval 33-3=30% or up to 33+3=36% and should not show 40%

                            did you get same false readings from other sensebender humidity sensors?

                            nivocN 1 Reply Last reply
                            0
                            • bjacobseB bjacobse

                              @nivoc
                              Yes you are right, +-3 from your humidity solution on 33%, then the reading could be in the interval 33-3=30% or up to 33+3=36% and should not show 40%

                              did you get same false readings from other sensebender humidity sensors?

                              nivocN Offline
                              nivocN Offline
                              nivoc
                              wrote on last edited by
                              #370

                              @bjacobse Yes I have 3 sensbener running from 2 different orders. All 3 are very near by each other. So at 33% they all read something near to 40%.

                              I have 4 more sensbenders to build. However I continue to test tonight with a Boveda-Pack that claims to bring the hum in a containter to exactly 69%. I did 4 test's so far and also used different technics. So i get more and more confident.

                              But the very good thing is - it looks every reproducible. So the value may be off but reproducable accurate off by about 8%. When I completed my test it will be very easy to correct it within the software.

                              1 Reply Last reply
                              0
                              • M mvader

                                @nivoc said:

                                @bjacobse Yes and no :-)

                                Yes 100% is outside of the spec.

                                And no. 33% with Magnesium Chloride Hexahydrate is inside the spec and I get 40% instead of 33-34%.

                                Max off should be 3% above or? Means 37% - but fair enough. Should be ok for household use.

                                I hope the Temp measurements are not off by that much.
                                i don't need .00001 accuracy or anything. but i feel a big difference between 70 and 72 in my house.

                                nivocN Offline
                                nivocN Offline
                                nivoc
                                wrote on last edited by
                                #371

                                @mvader I haven't made any very accurate temp testings. But the readings are exactly the same than other non-sensbender devices in my home. I started researching the humidity b/c I had different readings between different devices.

                                Temp looks fine to me.

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  tcontrada
                                  wrote on last edited by
                                  #372

                                  What is the current consumption of the Sensebender during sleep and active modes?

                                  Thanks,
                                  Tony

                                  1 Reply Last reply
                                  0
                                  • 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
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          16

                                          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