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. 💬 Sensebender Micro

💬 Sensebender Micro

Scheduled Pinned Locked Moved OpenHardware.io
temperatureatmega328atsha204ahumidityflashmysensors
116 Posts 42 Posters 26.6k Views 38 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.
  • T Offline
    T Offline
    ToniA
    wrote on last edited by
    #6

    I had no problems two weeks ago. Just got them last week.

    1 Reply Last reply
    0
    • Dan S.D Offline
      Dan S.D Offline
      Dan S.
      Hero Member
      wrote on last edited by
      #7

      I had that same problem, but then I carefully checked my address entry on the site and found I had made an error. Once corrected it processed OK.

      I 1 Reply Last reply
      0
      • Dan S.D Dan S.

        I had that same problem, but then I carefully checked my address entry on the site and found I had made an error. Once corrected it processed OK.

        I Offline
        I Offline
        Ironbar
        wrote on last edited by
        #8

        @Dan-S.

        Crazy but there was a space after my city name that was preventing it from working. I would have never thought it was that picky. Ordered 5 and I cannot wait to see how well they work!

        1 Reply Last reply
        1
        • toabhishekvermaT Offline
          toabhishekvermaT Offline
          toabhishekverma
          wrote on last edited by
          #9

          cool .. Any idea how long it last on battery?

          1 Reply Last reply
          0
          • mfalkviddM Offline
            mfalkviddM Offline
            mfalkvidd
            Mod
            wrote on last edited by
            #10

            The history thread mentioned in forum.mysensors.org/topic/1345/sensebender-micro/1 has a lot of information. I think the conclusion was 1-2 years.

            1 Reply Last reply
            0
            • GertSandersG Offline
              GertSandersG Offline
              GertSanders
              Hardware Contributor
              wrote on last edited by
              #11

              A version with the SMD NRF24L01+ would be cool !

              1 Reply Last reply
              2
              • RJ_MakeR Offline
                RJ_MakeR Offline
                RJ_Make
                Hero Member
                wrote on last edited by
                #12

                Is it possible to add an ds18b20 to the Sensebender?

                RJ_Make

                GertSandersG 1 Reply Last reply
                0
                • RJ_MakeR RJ_Make

                  Is it possible to add an ds18b20 to the Sensebender?

                  GertSandersG Offline
                  GertSandersG Offline
                  GertSanders
                  Hardware Contributor
                  wrote on last edited by GertSanders
                  #13

                  @RJ_Make
                  That certainly is possble, but there is already an excellent SI7021 on board (temperature AND humidity), so why would you need it?
                  In any case you can connect it via de exposed pins.

                  RJ_MakeR 1 Reply Last reply
                  0
                  • GertSandersG GertSanders

                    @RJ_Make
                    That certainly is possble, but there is already an excellent SI7021 on board (temperature AND humidity), so why would you need it?
                    In any case you can connect it via de exposed pins.

                    RJ_MakeR Offline
                    RJ_MakeR Offline
                    RJ_Make
                    Hero Member
                    wrote on last edited by
                    #14

                    @GertSanders Thanks, It would be used for remote temp. sensing in a Ref/freezer/aquarium.. etc.

                    RJ_Make

                    GertSandersG 1 Reply Last reply
                    0
                    • RJ_MakeR RJ_Make

                      @GertSanders Thanks, It would be used for remote temp. sensing in a Ref/freezer/aquarium.. etc.

                      GertSandersG Offline
                      GertSandersG Offline
                      GertSanders
                      Hardware Contributor
                      wrote on last edited by
                      #15

                      @RJ_Make
                      Certainly possible, check the examples.

                      1 Reply Last reply
                      2
                      • SaimenS Offline
                        SaimenS Offline
                        Saimen
                        wrote on last edited by
                        #16

                        Hello,
                        is it possible, that the Sketch posted here, does not work with the MySensors libraray V2.0? There have been removed many libs, (SI7021, sha204, RunningAverage), which are used in the Sketch "SensebenderMicro.ino" V01.4.
                        I had a little bit trouble last weekend, to get it run.
                        I switched back to Mysensors lib 1.56 and used the expamle Sketch "SensebenderMicro" which was included in this lib. Then it worked.
                        But thanks for this Great Projekt, and this great Board Sensenbender Micro

                        Saimen

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

                          @Saimen

                          External libraries (and examples depending on them) have been moved to a separate repository https://github.com/mysensors/MySensorsArduinoExamples.

                          This was done because we can not have the external libraries in the main repository now that we are in the arduino library manager.

                          1 Reply Last reply
                          1
                          • SaimenS Offline
                            SaimenS Offline
                            Saimen
                            wrote on last edited by
                            #18

                            @tbowmo Thank you very much for your response and explaining.

                            1 Reply Last reply
                            0
                            • fearoffishF Offline
                              fearoffishF Offline
                              fearoffish
                              wrote on last edited by
                              #19

                              Anyone managed to get this working with PlatformIO (through Atom) yet? I'm struggling.

                              marceltrapmanM 1 Reply Last reply
                              0
                              • phildeferP Offline
                                phildeferP Offline
                                phildefer
                                wrote on last edited by
                                #20

                                @tbowmo

                                I upgrade my sensebender firmware with the new one (V1.4), and i have a question.

                                In the sketch (https://www.mysensors.org/hardware/micro) the line

                                //#include <avr/power.h>
                                

                                is commented.

                                Is it "normal" or is it a mistake ?

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

                                  @phildefer

                                  I think it's a leftover from a cleanup at some point in time. Not used anymore.. The MySensors core library is handling the sleep mechanism now.

                                  1 Reply Last reply
                                  0
                                  • denisvdbD Offline
                                    denisvdbD Offline
                                    denisvdb
                                    wrote on last edited by
                                    #22

                                    To reprogram the sketch in a sensbender micro, wich board must be selected in the arduino prg?
                                    I have problem with inclusion in jeedom, the command are not loaded.
                                    thx

                                    1 Reply Last reply
                                    0
                                    • fearoffishF fearoffish

                                      Anyone managed to get this working with PlatformIO (through Atom) yet? I'm struggling.

                                      marceltrapmanM Offline
                                      marceltrapmanM Offline
                                      marceltrapman
                                      Mod
                                      wrote on last edited by
                                      #23

                                      @fearoffish did you manage to get this working?
                                      And, if so, what was the issue?

                                      I am looking into changing to PlatformIO on Atom or even CLion...

                                      Fulltime Servoy Developer
                                      Parttime Moderator MySensors board

                                      I use Domoticz as controller for Z-Wave and MySensors (previously Indigo and OpenHAB).
                                      I have a FABtotum to print cases.

                                      1 Reply Last reply
                                      0
                                      • loic13L Offline
                                        loic13L Offline
                                        loic13
                                        wrote on last edited by
                                        #24

                                        Hi, I'm getting this error message when compiling the sketch with the 2.1.1 MySensors library:
                                        SensebenderMicro:168: error: 'getConfig' was not declared in this scope
                                        isMetric = getConfig().isMetric;

                                        I just commented out the line as workaround, but not sure that its correct.

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

                                          Hmm.. The api was recently changed to getControllerConfig().isMetric;

                                          I'll update the example.

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


                                          7

                                          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