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 mk2

💬 Sensebender Micro mk2

Scheduled Pinned Locked Moved OpenHardware.io
temperaturesensebendersamdhumidity
37 Posts 11 Posters 11.0k Views 12 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.
  • L lafleur

    Well, that news to me. I've always use the HCW variant and did NOT noticed the pin change. My error for not looking at the detail... (This was not the case with the RFM69W and HW radios, both shared the same pin-out)

    but again, using the HCW allow one to also use the RFM95 radios, and if you keep power below +13, power consumption is about the same... also the new RFM69 radio driver in 2.2b use adaptive power control as an option, this keep power use to a minimum saving power.

    I just re-checked the data sheets, RFM95 and RFM69HCW do share the same pin-out.

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

    @lafleur

    Seems that you are right about the power consumption.. According to the datasheets, they use the same in receive mode, and when transmitting 13dBm.. So in theory it shouldn't do any harm on battery life..

    Well I'll see if I can incorporate it in the second prototype..

    1 Reply Last reply
    0
    • tbowmoT tbowmo

      @mfalkvidd

      Check the datasheets, RFM69HCW has 16 pins, while RFM69CW only has 14 pins.

      At least when I looked at the datasheets a couple of hours ago

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

      @tbowmo said in 💬 Sensebender Micro mk2:

      @mfalkvidd

      Check the datasheets, RFM69HCW has 16 pins, while RFM69CW only has 14 pins.

      At least when I looked at the datasheets a couple of hours ago

      Yes you are right. Sorry for the confusion.

      1 Reply Last reply
      0
      • bjornhallbergB Offline
        bjornhallbergB Offline
        bjornhallberg
        Hero Member
        wrote on last edited by
        #26

        Could we do what Moteino has done and drop support for HW/W radios and opt for HCW/CW/RFM95/96/RFM12 using double sets of pads?
        https://lowpowerlab.com/shop/product/99
        Would be great if the community could settle on just one radio or a common way of doing things.

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

          @bjornhallberg it is on the todo list.. First pcb are using the RFM69(H)W footprint.. As I already have samples of that pcb.. (still need to assemble though)

          1 Reply Last reply
          1
          • E Offline
            E Offline
            evs
            wrote on last edited by
            #28

            Hi Thomas,

            I like this design! Can you please tell the status and your future plans for this design?

            Thanks,
            EVS

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

              @evs

              Currently I have the first prototype pcbs without components, so need to make an order at mouser/digikey. This has been on my task list for the last couple of months though, as wife / kids have a lot of other projects for me during the summer time :)

              E 1 Reply Last reply
              0
              • tbowmoT tbowmo

                @evs

                Currently I have the first prototype pcbs without components, so need to make an order at mouser/digikey. This has been on my task list for the last couple of months though, as wife / kids have a lot of other projects for me during the summer time :)

                E Offline
                E Offline
                evs
                wrote on last edited by
                #30

                @tbowmo
                Thanks for the update. But without the time frame. what needs to be done to finish. Is there software for the SAMD processor?

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

                  MySensors is already ported to samd21 so I expect things to be minor in order to get it up and running on samd20.

                  I will probably change footprint for the rfm69 module to use one that is compatible with rfm95 as well. And some other minor changes as well

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

                    A small update on this project, which I admit is taking longer than it should be (A lot of other projects has higher priority according to the wife)

                    I finally got the first prototype assembled saturday evening, I can upload firmware (via jtag/swd), and I have a semi hacked arduino core, that can build. But when programming the samd20e with this core, and a simple sketch toggling an output pin, nothing happens.

                    It seems that arduino halts in its initialization routine, waiting for some hardware to become ready after a reset, however I have not identified which part of the hardware yet.

                    alexsh1A 1 Reply Last reply
                    1
                    • tbowmoT tbowmo

                      A small update on this project, which I admit is taking longer than it should be (A lot of other projects has higher priority according to the wife)

                      I finally got the first prototype assembled saturday evening, I can upload firmware (via jtag/swd), and I have a semi hacked arduino core, that can build. But when programming the samd20e with this core, and a simple sketch toggling an output pin, nothing happens.

                      It seems that arduino halts in its initialization routine, waiting for some hardware to become ready after a reset, however I have not identified which part of the hardware yet.

                      alexsh1A Offline
                      alexsh1A Offline
                      alexsh1
                      wrote on last edited by
                      #33

                      @tbowmo

                      Hi, any update on this please?

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

                        Sorry, I got caught up in a couple of other projects, so still haven't got the first prototype up and run nok :(

                        alexsh1A 1 Reply Last reply
                        0
                        • tbowmoT tbowmo

                          Sorry, I got caught up in a couple of other projects, so still haven't got the first prototype up and run nok :(

                          alexsh1A Offline
                          alexsh1A Offline
                          alexsh1
                          wrote on last edited by
                          #35

                          @tbowmo said in 💬 Sensebender Micro mk2:

                          so still haven't got the first prototype up and run nok :(

                          Any luck with that at all? I really like they way the node is very small and with SAMD21

                          tbowmoT 1 Reply Last reply
                          0
                          • alexsh1A alexsh1

                            @tbowmo said in 💬 Sensebender Micro mk2:

                            so still haven't got the first prototype up and run nok :(

                            Any luck with that at all? I really like they way the node is very small and with SAMD21

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

                            @alexsh1 bugger, I knew there where something that I had to do. The wife says that I have to finish the chicken coop automation first (opening / closing gates etc.).

                            alexsh1A 1 Reply Last reply
                            1
                            • tbowmoT tbowmo

                              @alexsh1 bugger, I knew there where something that I had to do. The wife says that I have to finish the chicken coop automation first (opening / closing gates etc.).

                              alexsh1A Offline
                              alexsh1A Offline
                              alexsh1
                              wrote on last edited by
                              #37

                              @tbowmo ha ha ha - at least you are still married :)

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


                              12

                              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