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.9k 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.
  • scalzS Offline
    scalzS Offline
    scalz
    Hardware Contributor
    wrote on last edited by
    #216

    Hi,

    @tbowmo or @hek: Could you point me to the right Mysensors bootloader directory please? Is it this one https://github.com/mysensors/Arduino/tree/master/MYSBootloader ? I think yes, but I have seen others links, so I am not sure. I would like to add and test some ulpnode functionalities and would like to start with the right bootloader.

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

      @scalz

      for the sensebender, we are using DualOptiboot, as we have an external flash onboard, that we can use for OTA firmware updates (it requires dev branch of mysensors though..)

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

        @tbowmo: thank you for your reply. So what is the difference between your link and the one I posted just before (I have not checked yet) ? So, for the moment there is no Mysensors bootloader for stable, isnt it? I just need to add some pin toggle to make some tests (enable dc booster on my board, tune clock, and keep the ota stuff...) and wanted to stick to the stable branch but no problem I will move to dev branch, I think it is time :smiley: .
        I don't remember who wanted to use ws2812 in bootloader (maybe it is you?) but there is an implementation in ulpnode bootloader if you are interested : https://github.com/hallard/Arduino-Boards/tree/master/1.0.0/bootloaders/ULPoptiboot

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

          @scalz

          It's two different bootloaders. the one you have linked to is handling the radio in the bootloader, and can reprogram itself OTA without an external flash attached.

          The one I have linked to, is using an external flash (on the sensebender) and by loading the external flash with a new sketch, it will cause the bootloader to load the content of the external flash, into the internal flash. The same concept is used in LowPowerLabs moteino boards.

          In order to use dualoptiboot, your sketch needs to support the external flash, and write the firmware it receives OTA to it. This functionality is only available in the dev branch as of now. I don't know if @hek has tested it yet? (I have been busy with a lot of other things lately so haven't got around to test it here..)

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

            @tbowmo:it is clear to me now. I will dig in.
            Thank you for your valuable help.

            1 Reply Last reply
            0
            • F Offline
              F Offline
              Fabien
              wrote on last edited by
              #221

              I try to make OTA update for sensebender using 1.5 branch sketch on the sensebender (sensebender github sketch from 1.5 branch) and MYSController but it doesn't work. Any idea ?

              tbowmoT tekkaT 2 Replies Last reply
              0
              • F Fabien

                I try to make OTA update for sensebender using 1.5 branch sketch on the sensebender (sensebender github sketch from 1.5 branch) and MYSController but it doesn't work. Any idea ?

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

                @Fabien

                Have you enabled spi flash, and Ota functions in the constructors for mysensors?

                1 Reply Last reply
                0
                • F Fabien

                  I try to make OTA update for sensebender using 1.5 branch sketch on the sensebender (sensebender github sketch from 1.5 branch) and MYSController but it doesn't work. Any idea ?

                  tekkaT Offline
                  tekkaT Offline
                  tekka
                  Admin
                  wrote on last edited by
                  #223

                  @Fabien MYSController is currently not supporting Sensebender board OTA - however, WIP and beta will be released soon. stay tuned :)

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

                    @tekka
                    Have you had the chance to get a sensebender board? As I still haven't verified the library code it probably could contain unverified features (== bug). Send me a ping on hangout if you need a board to test on. We should probably combine our effort.

                    My last days of vacation has been filled with (family) activities. On my shortlist is the thermostat/HVAC device support (still a bit messy but I hope to get the devices from dev-branch into master together with the hvac thingies). Ping @pjr, @stephenmhall .
                    http://forum.mysensors.org/topic/1337/request-new-sensor-type-thermostatically-controlled-switch/7

                    1 Reply Last reply
                    0
                    • hekH hek

                      Yes, it works in UI7. Are you using the correct Vera-branch?

                      https://github.com/mysensors/Vera/tree/UI7

                      K Offline
                      K Offline
                      Kurtsejr
                      wrote on last edited by
                      #225

                      @hek
                      I have used the one mentioned here: http://www.mysensors.org/controller/vera

                      Still cant include, but I have had these problems before with e.g. a relay or motion sensor - but after several tries it include a appear in the user interface.
                      But perhaps the software installed on the board does not use the same frequency as default Sensornet lib's are using?

                      /Kurt

                      1 Reply Last reply
                      0
                      • F Offline
                        F Offline
                        Fabien
                        wrote on last edited by
                        #226

                        Thank you @tekka and @tbowmo. I don't change the constructors and if MYS doesn't support OTA, it can't work. I will upload a modified version tonight to be ready when MYSConrtoller will support sensebender.
                        I have to upload new sketch with 1.5 branch on gateway too ?

                        1 Reply Last reply
                        0
                        • G Offline
                          G Offline
                          gloob
                          wrote on last edited by
                          #227

                          Today I received a new batch of radio modules and all problems with transmission fails is gone.

                          Moshe LivneM 1 Reply Last reply
                          0
                          • G gloob

                            Today I received a new batch of radio modules and all problems with transmission fails is gone.

                            Moshe LivneM Offline
                            Moshe LivneM Offline
                            Moshe Livne
                            Hero Member
                            wrote on last edited by
                            #228

                            @gloob can you share where you got the good nrf from?

                            G 1 Reply Last reply
                            0
                            • Moshe LivneM Moshe Livne

                              @gloob can you share where you got the good nrf from?

                              G Offline
                              G Offline
                              gloob
                              wrote on last edited by
                              #229

                              @Moshe-Livne This time I ordered the modules from a german eBay seller:

                              http://www.ebay.de/itm/201279950473?_trksid=p2060353.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

                              1 Reply Last reply
                              0
                              • M Offline
                                M Offline
                                mvader
                                wrote on last edited by
                                #230

                                @Moshe-Livne just FYI - i ordered all my NRF's from the same place i ordered the sensebender boards from.
                                and they were all legit NRF's came in their own boxes and have worked great.
                                http://imall.itead.cc/wireless/im120606002.html

                                NeverDieN 2 Replies Last reply
                                0
                                • hekH Offline
                                  hekH Offline
                                  hek
                                  Admin
                                  wrote on last edited by hek
                                  #231

                                  My Sensebender has been running for a month now with 2xAA with the default sketch (which have improved a bit since then). Battery level has dropped 5%.

                                  Screen Shot 2015-07-16 at 17.35.12.png

                                  We've had a few hot days (inside the house) during the summer (Deg C).
                                  Screen Shot 2015-07-16 at 17.39.57.png

                                  1 Reply Last reply
                                  0
                                  • M mvader

                                    @Moshe-Livne just FYI - i ordered all my NRF's from the same place i ordered the sensebender boards from.
                                    and they were all legit NRF's came in their own boxes and have worked great.
                                    http://imall.itead.cc/wireless/im120606002.html

                                    NeverDieN Offline
                                    NeverDieN Offline
                                    NeverDie
                                    Hero Member
                                    wrote on last edited by
                                    #232

                                    @mvader said:

                                    @Moshe-Livne just FYI - i ordered all my NRF's from the same place i ordered the sensebender boards from.
                                    and they were all legit NRF's came in their own boxes and have worked great.
                                    http://imall.itead.cc/wireless/im120606002.html

                                    Thanks for the tip! I just ordered some.

                                    1 Reply Last reply
                                    0
                                    • 5546dug5 Offline
                                      5546dug5 Offline
                                      5546dug
                                      wrote on last edited by
                                      #233

                                      @hek interesting my 2aa alkaline batteries are down 15% in a month with sketch supplied on board.
                                      I will keep track. But to grAph I need the Ethernet gw am building it next.

                                      1 Reply Last reply
                                      0
                                      • M mvader

                                        @Moshe-Livne just FYI - i ordered all my NRF's from the same place i ordered the sensebender boards from.
                                        and they were all legit NRF's came in their own boxes and have worked great.
                                        http://imall.itead.cc/wireless/im120606002.html

                                        NeverDieN Offline
                                        NeverDieN Offline
                                        NeverDie
                                        Hero Member
                                        wrote on last edited by
                                        #234

                                        @mvader said:

                                        @Moshe-Livne just FYI - i ordered all my NRF's from the same place i ordered the sensebender boards from.
                                        and they were all legit NRF's came in their own boxes and have worked great.
                                        http://imall.itead.cc/wireless/im120606002.html

                                        Do they "just work out of the box" or do they benefit from the 10uF capacitor that some boards allegedly seem to need?

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

                                          @NeverDie

                                          I'm not using an extra capacitor on the 3 sensebenders (from itead) that I have in operation at the moment. and they are working without problems.

                                          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.1k

                                          Posts


                                          Copyright 2025 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