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. Troubleshooting
  3. Compiling Sensebender Micro with latest 2.1.0 version of MySensors library ????

Compiling Sensebender Micro with latest 2.1.0 version of MySensors library ????

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 4 Posters 2.7k Views 5 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.
  • G Offline
    G Offline
    Ger Kersten
    wrote on last edited by
    #1

    Re: 💬 Sensebender Micro

    Hi all,

    I've been trying for a couple of days to get the SensebenderMicro.ino file compiling with the 2.1.0 version version of MySensors library.
    There are some missing (sub) libraries like RunningAverage, sha204 and SI7021; I've copied these from MySensors 1.5.4 release.
    I've also added MySensors 2.1.0 libray, but when compiling SensebenderMicro.ino (according to comment, version 1.4), I get
    compiler error:

    In function `setup':

    ...\SensebenderMicro.ino:168: undefined reference to `getControllerConfig()'

    My question: where is a complete (and consistent) description of (re)building the sketch for Sensebender micro?
    Currently I'm feeling kind of lost.

    Ger

    mfalkviddM 1 Reply Last reply
    0
    • G Ger Kersten

      Re: 💬 Sensebender Micro

      Hi all,

      I've been trying for a couple of days to get the SensebenderMicro.ino file compiling with the 2.1.0 version version of MySensors library.
      There are some missing (sub) libraries like RunningAverage, sha204 and SI7021; I've copied these from MySensors 1.5.4 release.
      I've also added MySensors 2.1.0 libray, but when compiling SensebenderMicro.ino (according to comment, version 1.4), I get
      compiler error:

      In function `setup':

      ...\SensebenderMicro.ino:168: undefined reference to `getControllerConfig()'

      My question: where is a complete (and consistent) description of (re)building the sketch for Sensebender micro?
      Currently I'm feeling kind of lost.

      Ger

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by mfalkvidd
      #2

      @Ger-Kersten I don't know a good answer to your question (I don't use the Sensebender) but I think the solution for getControllerConfig is available at https://forum.mysensors.org/post/57603

      1 Reply Last reply
      0
      • korttomaK Offline
        korttomaK Offline
        korttoma
        Hero Member
        wrote on last edited by korttoma
        #3

        @Ger-Kersten did you try the latest version of the SensebenderMicro sketch from github? -> https://github.com/mysensors/SensebenderMicro/tree/master/Arduino/SensebenderMicro

        All the other libraries have now been collected here -> https://github.com/mysensors/MySensorsArduinoExamples

        • Tomas
        G 2 Replies Last reply
        1
        • korttomaK korttoma

          @Ger-Kersten did you try the latest version of the SensebenderMicro sketch from github? -> https://github.com/mysensors/SensebenderMicro/tree/master/Arduino/SensebenderMicro

          All the other libraries have now been collected here -> https://github.com/mysensors/MySensorsArduinoExamples

          G Offline
          G Offline
          Ger Kersten
          wrote on last edited by
          #4

          @korttoma

          hi Tomas,

          thanks for the links. I'll try again with these versions, will respond wether it works or not.

          Ger

          1 Reply Last reply
          0
          • korttomaK korttoma

            @Ger-Kersten did you try the latest version of the SensebenderMicro sketch from github? -> https://github.com/mysensors/SensebenderMicro/tree/master/Arduino/SensebenderMicro

            All the other libraries have now been collected here -> https://github.com/mysensors/MySensorsArduinoExamples

            G Offline
            G Offline
            Ger Kersten
            wrote on last edited by
            #5

            @korttoma
            hi Tomas,

            it was a beginners error. Using latest github sketch for SensebenderMicro.ino, MySensors lib 2.1.0 and the needed libraries from the MySensorsArduinoExamples just worked out of the box.

            Thanks again for the links.

            1 Reply Last reply
            2
            • espenfE Offline
              espenfE Offline
              espenf
              wrote on last edited by
              #6

              I still have the same error message. I've updated libraries. I'm currently using Arduino IDE 1.8.5 (W10 app) if that matters.
              Any ideas on how to fix this? I've got 3 sensebender micro's that would be of better use as temperature sensors than just lying on my desk... :)

              mfalkviddM 1 Reply Last reply
              0
              • espenfE espenf

                I still have the same error message. I've updated libraries. I'm currently using Arduino IDE 1.8.5 (W10 app) if that matters.
                Any ideas on how to fix this? I've got 3 sensebender micro's that would be of better use as temperature sensors than just lying on my desk... :)

                mfalkviddM Offline
                mfalkviddM Offline
                mfalkvidd
                Mod
                wrote on last edited by
                #7

                @espenf with "the same", do you mean the error message in the first post in this thread? If so, the posted solution has been verified as working. Could you explain a bit more about what you have tried?

                1 Reply Last reply
                0
                • espenfE Offline
                  espenfE Offline
                  espenf
                  wrote on last edited by espenf
                  #8

                  Yes. I've tried to compile using the SensebenderMicro.ino sketch from mysensors.org/hardware/micro and the MySensors 2.1.0 library plus the known "MySensorsArduinoExamples-master"-libraries.

                  I've also tried to update the libraries from within the IDE, but that did not work, so I've started over with the libraries from github again after reading this topic.

                  I guess I've overlooked something, but i'm not quite sure where to go from here.

                  Edit five minutes later:
                  Yep, I've overlooked this little detail from that thread @mrfalkvidd refered to:
                  Fixed, seems in V2.1.1 it changed to "getControllerConfig". :face_with_rolling_eyes:

                  mfalkviddM 1 Reply Last reply
                  1
                  • espenfE espenf

                    Yes. I've tried to compile using the SensebenderMicro.ino sketch from mysensors.org/hardware/micro and the MySensors 2.1.0 library plus the known "MySensorsArduinoExamples-master"-libraries.

                    I've also tried to update the libraries from within the IDE, but that did not work, so I've started over with the libraries from github again after reading this topic.

                    I guess I've overlooked something, but i'm not quite sure where to go from here.

                    Edit five minutes later:
                    Yep, I've overlooked this little detail from that thread @mrfalkvidd refered to:
                    Fixed, seems in V2.1.1 it changed to "getControllerConfig". :face_with_rolling_eyes:

                    mfalkviddM Offline
                    mfalkviddM Offline
                    mfalkvidd
                    Mod
                    wrote on last edited by mfalkvidd
                    #9

                    @espenf nice work. Thanks for reporting back.

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


                    21

                    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