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
    #130

    @korttoma @ServiceXp

    I haven't got any numbers from itead, but from the prices that I get from mouser, we could probably save around 4$ if we skip Si7021 and external flash.

    This is still more than the cheap mini clones etc. but the problem here, is that we are running in low volume batches. The setup fees for each batch is rather high, and this has to be divided out on each board in the batch.

    RJ_MakeR 1 Reply Last reply
    0
    • tbowmoT tbowmo

      @korttoma @ServiceXp

      I haven't got any numbers from itead, but from the prices that I get from mouser, we could probably save around 4$ if we skip Si7021 and external flash.

      This is still more than the cheap mini clones etc. but the problem here, is that we are running in low volume batches. The setup fees for each batch is rather high, and this has to be divided out on each board in the batch.

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

      @tbowmo For me, 4 bucks is NOT worth it.

      RJ_Make

      greglG 1 Reply Last reply
      0
      • RJ_MakeR RJ_Make

        @tbowmo For me, 4 bucks is NOT worth it.

        greglG Offline
        greglG Offline
        gregl
        Hero Member
        wrote on last edited by
        #132

        @ServiceXp @tbowmo - Agree not worth bothering for $4

        Ive ordered 4 units in 2nd batch...

        1 Reply Last reply
        0
        • S Offline
          S Offline
          shabba
          wrote on last edited by
          #133

          Ps. Main page at http://www.mysensors.org/hardware/micro still says preorder but when clicking through imall has in stock.

          1 Reply Last reply
          0
          • hetbeestH Offline
            hetbeestH Offline
            hetbeest
            wrote on last edited by
            #134

            I ordered another couple a few days ago.

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

              @shabba

              We don't get notifications from itead, when they change the status in their shop.. So we have to check it ourself..

              RJ_MakeR 1 Reply Last reply
              0
              • K Offline
                K Offline
                kalle
                wrote on last edited by kalle
                #136

                update: I got my 3 pcb from pre-order today (germany) and it works fine - really great design! :thumbsup:

                1 Reply Last reply
                0
                • tbowmoT tbowmo

                  @shabba

                  We don't get notifications from itead, when they change the status in their shop.. So we have to check it ourself..

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

                  @tbowmo I wanna say Thank You again. I really love how small this sensor is. You did a great job!!!!

                  RJ_Make

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

                    I have mine up and running @tbowmo this is great thank you also.
                    Now to learn how to graph my results.

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

                      I have mine up and running and MYScontroller sees them.
                      i'm trying to send and OTA to these devices. but it doesn't seem to be working.

                      @hek can you confirm these came with the correct bootloader to do this? i thought i read in the start of the thread it would.

                      when i try to send a OTA nothing happens.

                      anyone have this working that can comment on what needs to be done to get it working?

                      Thanks!

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

                        @mvader

                        The OTA->flash requires sketches running library code from the development branch (which it isn't currently). The boards comes preloaded with the correct bootloader that supports moving firmware from flash->program memory at boot-time.

                        But something must load the flash over-the-air also. This requires that you:

                        • Compile the sketch using the dev-branch
                        • Enable MY_OTA_FRIMWARE_FEATURE in MyConfig.h
                        • Keep node awake
                        • Call gw.process() in loop-section (which handles the fw-update-commands in the background and resets node when a new firmware has been uploaded).

                        Now that I have received my board I can actually test this code I wrote a while back:). I hope it won't bee too many bugs in it.

                        But note that the default temp/hum sketch on these boards sleeps most of the time it wouldn't hear the fw-update requests anyway. It would probably be better to use this feature on boards that always is awake.

                        For more information on what is actually happening in gw-process you can look at the code that was added in this push:
                        https://github.com/mysensors/Arduino/commit/3a59929b8ed8e1fca9876031264db5d6626876ff

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

                          @hek said:

                          A->flash requires sketches running library code from the development branch (which it isn't currently). The boards comes

                          thanks for the info. I was hoping i wouldn't have to connect up my programmer.. oh well.

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

                            I guess these can't be programmed, if my programmer doesn't have a DTR line?
                            was hoping OTA would work :)
                            I'll order a new programmer any way, but if there is any other way let me know.
                            I tried starting it in test mode. but that didn't work

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

                              @mvader

                              It's using a standard ftdi header, as used in the arduino mini pro.

                              About the testmode, you should hold A0 to GND, while applying power to the unit. Then it starts spewing data to the serial port.

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

                                Just recieve my 5 sensbender today. Workin fine after some problem with nrf24L01 and Arduino uno (+3.3V doesn't work)

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

                                  It's almost too easy to setup a sensor network (for temperature and humidity) now.

                                  solder a socket for the NRF module, a battery holder. Plug in the NRF module, put batteries in, and you have a sensor online. (I have 3 sensebenders from tiead online at the moment, together with 2 prototypes). Need to get some more battery holders, before I can make more sensors now.

                                  blaceyB 1 Reply Last reply
                                  0
                                  • tbowmoT tbowmo

                                    It's almost too easy to setup a sensor network (for temperature and humidity) now.

                                    solder a socket for the NRF module, a battery holder. Plug in the NRF module, put batteries in, and you have a sensor online. (I have 3 sensebenders from tiead online at the moment, together with 2 prototypes). Need to get some more battery holders, before I can make more sensors now.

                                    blaceyB Offline
                                    blaceyB Offline
                                    blacey
                                    Admin
                                    wrote on last edited by
                                    #146

                                    @tbowmo said:

                                    It's almost too easy to setup a sensor network (for temperature and humidity) now.

                                    I agree! I ordered 4 from the second ITead batch (I let others get their hands on the first batch because I already had a couple OSHPark deployed) and had the first sensor up and running in no time! Great job and contribution to the MySensor's community! :+1: :+1: :+1:

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

                                      @blacey

                                      Thanks.. It's actually kind of fun, when I see that things I have created, actually brings value to other people.. Always been a driving force for me (no matter what I have had my hands in, whether it's software of various types,VHF radios for ships, mobile phones, bluetooth headsets, or sensor modules :) )

                                      1 Reply Last reply
                                      0
                                      • tbowmoT tbowmo

                                        @mvader

                                        It's using a standard ftdi header, as used in the arduino mini pro.

                                        About the testmode, you should hold A0 to GND, while applying power to the unit. Then it starts spewing data to the serial port.

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

                                        @tbowmo said:

                                        @mvader

                                        It's using a standard ftdi header, as used in the arduino mini pro.

                                        About the testmode, you should hold A0 to GND, while applying power to the unit. Then it starts spewing data to the serial port.

                                        I had meant that i put it in test mode to try and program it.
                                        getting it in test mode worked. i could see the led blinking.

                                        however when i gave up and put the radio back on and turn it on, i guess it had actually taken my upload.
                                        it was reporting in F now.
                                        so i know the DTR does the auto reset, i guess upload works, but no reset and/or completed msg in the IDE.

                                        i ordered a new programmer anyway with DTR.

                                        1 Reply Last reply
                                        0
                                        • nutcrackerN Offline
                                          nutcrackerN Offline
                                          nutcracker
                                          wrote on last edited by nutcracker
                                          #149

                                          Hi,

                                          I've received some boards and all working good.

                                          I'd like to upload a new sketch to the Sensebender Micro board and I'm attempting to do this via the FTDI FT232RL USB to TTL serial converter adapter that I purchased here (http://www.ebay.co.uk/itm/221552218333).

                                          Could someone kindly confirm the pin to pin mapping between the FTDI board and the Senseboard Micro as when I attempt to upload I receive the message:

                                             Programmer Type : butterfly
                                                   Description     : Atmel AppNote AVR109 Boot Loader
                                          
                                          Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
                                          
                                          Problem uploading to board.  See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
                                          

                                          I'm using Arduino 1.6.5 running on Windows 8.1 (inside parallels on a Mac).

                                          Any ideas?

                                          Thank you

                                          Nutz

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


                                          22

                                          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