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. Hardware
  3. Minimal design thoughts

Minimal design thoughts

Scheduled Pinned Locked Moved Hardware
299 Posts 34 Posters 177.6k Views 17 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.
  • hekH hek

    @doblanch

    It will be shipped directly from the producer to any location.

    D Offline
    D Offline
    doblanch
    wrote on last edited by
    #248

    @hek Thank you for your reply. I'm going to deploy may be like 5/6 nodes. Another question, By any chance, did you think about a case which accept module+battery ?

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

      A case already was on my short-list and we could very well provide it.

      Depending on demand it could be 3d-printed or for larger quantities done with mold injection by our partner.

      But I would really need some help from a (talented) 3d modeller for this. Do we have anyone here that can help out?

      The box must have a battery compartment for 2XAA. A big question is if it also should have space for an extra sensor?
      Would be great if we could provide a couple of cover-options for things like motion (HC-SR501) and another for light/uv/ir sensor. Hope we can get creative together here.

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

        A small update from the workbench here :)

        The first rev.2 node is transmitting like it has never done anything else right now.

        Next up is programming the bootloader, I am having some troubles in that area.. It seems that it is programmed, but I can't get it to accept any downloads from the arduino IDE.

        Anyone got any hints for me to follow?

        AnticimexA 1 Reply Last reply
        0
        • tbowmoT tbowmo

          A small update from the workbench here :)

          The first rev.2 node is transmitting like it has never done anything else right now.

          Next up is programming the bootloader, I am having some troubles in that area.. It seems that it is programmed, but I can't get it to accept any downloads from the arduino IDE.

          Anyone got any hints for me to follow?

          AnticimexA Offline
          AnticimexA Offline
          Anticimex
          Contest Winner
          wrote on last edited by
          #251

          @tbowmo have you checked that the fuse configuration matches the HW with respect to frequencies and such?

          Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

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

            @Anticimex

            I have checked, and double checked fuses :) I'm using avrdude to program the bootloader directly, and it seems that it is starting up (the LED is lighting up as it is supposed to). Also when I program a sketch via ISP (using jtagice3) serial is working fine, so it seems that fuse settings is right for oscillator (at least)

            But I might have missed something with the fuse settings.

            I get these fuses
            AVRDUDE -U lfuse:w:0xE2:m -U hfuse:w:0xDA:m -U efuse:w:0xFE:m -U lock:w:0xFF:m

            from http://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega328p&LOW=E2&HIGH=DA&EXTENDED=FE&LOCKBIT=FF

            AnticimexA tekkaT 2 Replies Last reply
            0
            • tbowmoT tbowmo

              @Anticimex

              I have checked, and double checked fuses :) I'm using avrdude to program the bootloader directly, and it seems that it is starting up (the LED is lighting up as it is supposed to). Also when I program a sketch via ISP (using jtagice3) serial is working fine, so it seems that fuse settings is right for oscillator (at least)

              But I might have missed something with the fuse settings.

              I get these fuses
              AVRDUDE -U lfuse:w:0xE2:m -U hfuse:w:0xDA:m -U efuse:w:0xFE:m -U lock:w:0xFF:m

              from http://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega328p&LOW=E2&HIGH=DA&EXTENDED=FE&LOCKBIT=FF

              AnticimexA Offline
              AnticimexA Offline
              Anticimex
              Contest Winner
              wrote on last edited by
              #253

              @tbowmo I am just taking wild guesses and the one thing that came to my mind if you seem to have bootloader running but cannot download is that the serial line is out of sync for some reason. But I have not dissected the arduino bootloader or the protocol so I am in deep murky waters making assumptions now :)

              Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

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

                @Anticimex

                Yeah, but it's hard to debug things in the bootloader.

                AnticimexA 1 Reply Last reply
                0
                • tbowmoT tbowmo

                  @Anticimex

                  Yeah, but it's hard to debug things in the bootloader.

                  AnticimexA Offline
                  AnticimexA Offline
                  Anticimex
                  Contest Winner
                  wrote on last edited by
                  #255

                  @tbowmo Tell me about it. It's what I do for a living :)
                  You don't have means to pick up the serial line after the FTDI adapter by any chance? It perhaps reveals garbage or signs of non-matching BAUD rates.

                  Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                  1 Reply Last reply
                  0
                  • tbowmoT tbowmo

                    @Anticimex

                    I have checked, and double checked fuses :) I'm using avrdude to program the bootloader directly, and it seems that it is starting up (the LED is lighting up as it is supposed to). Also when I program a sketch via ISP (using jtagice3) serial is working fine, so it seems that fuse settings is right for oscillator (at least)

                    But I might have missed something with the fuse settings.

                    I get these fuses
                    AVRDUDE -U lfuse:w:0xE2:m -U hfuse:w:0xDA:m -U efuse:w:0xFE:m -U lock:w:0xFF:m

                    from http://eleccelerator.com/fusecalc/fusecalc.php?chip=atmega328p&LOW=E2&HIGH=DA&EXTENDED=FE&LOCKBIT=FF

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

                    @tbowmo

                    The fuse settings say 8Mhz internal, 2kb bootloader. Which bootloader are you using and did you adjust the baud settings in the boards.txt for the IDE (i.e. upload.speed=57600)? Also, do you get serial output at the set baud rate when uploading a simple serial output sketch via isp? Alternatively, I recommend recompiling the bootloader at 8Mhz for correct baud settings.

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

                      @tekka

                      It's DualOptiboot that I'm using, compiled for 8Mhz (internal RC oscillator).

                      1 Reply Last reply
                      0
                      • hekH hek

                        A case already was on my short-list and we could very well provide it.

                        Depending on demand it could be 3d-printed or for larger quantities done with mold injection by our partner.

                        But I would really need some help from a (talented) 3d modeller for this. Do we have anyone here that can help out?

                        The box must have a battery compartment for 2XAA. A big question is if it also should have space for an extra sensor?
                        Would be great if we could provide a couple of cover-options for things like motion (HC-SR501) and another for light/uv/ir sensor. Hope we can get creative together here.

                        D Offline
                        D Offline
                        doblanch
                        wrote on last edited by
                        #258

                        @hek Hello, I have a friend who is working with 3D modeling. i can study it. I do not guaranty for the moment, as it doesn't rely on me directly. however I can do the best, and try to move forward.
                        If I understand correctly, we need the place for the sensor+antenna+AA battery...
                        On the PCB, is there some hole to place some screws ?
                        How should we close the case ? by putting some screw or just putting a cover ? make sense ?

                        hekH 1 Reply Last reply
                        0
                        • D doblanch

                          @hek Hello, I have a friend who is working with 3D modeling. i can study it. I do not guaranty for the moment, as it doesn't rely on me directly. however I can do the best, and try to move forward.
                          If I understand correctly, we need the place for the sensor+antenna+AA battery...
                          On the PCB, is there some hole to place some screws ?
                          How should we close the case ? by putting some screw or just putting a cover ? make sense ?

                          hekH Offline
                          hekH Offline
                          hek
                          Admin
                          wrote on last edited by
                          #259

                          @doblanch

                          The board has humidity/temperature build in. So we only need space for maybe one extra sensor (question is how large volume this would need?).
                          Punch out holes for wires to external things like permanent power, buttons or reed-switches.

                          Click on cover would be nice but requires more accuracy in the making. A screw wouldn't be a big problem.

                          Many variables... ;)

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

                            @tekka @Anticimex

                            Bootloader is working now.. I tried to compile for another target, atmega328_pro8, which worked.. (used "pro8" the other day, which also compiles for atmega328.. Hmm.. go figure)

                            1 Reply Last reply
                            1
                            • hekH hek

                              @doblanch

                              The board has humidity/temperature build in. So we only need space for maybe one extra sensor (question is how large volume this would need?).
                              Punch out holes for wires to external things like permanent power, buttons or reed-switches.

                              Click on cover would be nice but requires more accuracy in the making. A screw wouldn't be a big problem.

                              Many variables... ;)

                              D Offline
                              D Offline
                              doblanch
                              wrote on last edited by
                              #261

                              @hek I know , yes for the T/H sensor. As we put 2 AA battery, we have to know if we want to stack sensor/battery or not...otherwise, battery and sensor will be on the same plan.
                              I think that we can start without extra sensor, and add it in function of request, I'm going to buy a 3D printer, It will be my first tests.

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

                                Today the production files have been sent off to China, for the first batch of 5 prototypes build by them. We then need to verify them, and if they are found OK, we start a larger production run.

                                Feeling like Christmas is comming up :)

                                1 Reply Last reply
                                4
                                • M Offline
                                  M Offline
                                  markusand
                                  wrote on last edited by
                                  #263

                                  I'm too late for my suggestion, but maybe it can be implemented in future versions if considered. Just in order to simplify connectivity with sensors, spare pins could be accessible via grove connectors. However the board looks amazingly small!

                                  1 Reply Last reply
                                  0
                                  • Ivan ZI Offline
                                    Ivan ZI Offline
                                    Ivan Z
                                    Hardware Contributor
                                    wrote on last edited by
                                    #264

                                    Why do not use CR123A accumulator?
                                    It is smaller and can be charged.
                                    And not nide regulator

                                    I use box with charger. With CR123A accumulator.
                                    http://www.ebay.com/itm/2600Mah-USB-Portable-External-Battery-Charger-Power-Bank-for-Cell-Mobile-Phone-/301514424642?pt=LH_DefaultDomain_0&var=&hash=item4633a90142

                                    Very cheap

                                    1420881033-0de30-1672kb.jpg
                                    1420881032-82f5e-1161kb.jpg

                                    jendrushJ 1 Reply Last reply
                                    0
                                    • Ivan ZI Ivan Z

                                      Why do not use CR123A accumulator?
                                      It is smaller and can be charged.
                                      And not nide regulator

                                      I use box with charger. With CR123A accumulator.
                                      http://www.ebay.com/itm/2600Mah-USB-Portable-External-Battery-Charger-Power-Bank-for-Cell-Mobile-Phone-/301514424642?pt=LH_DefaultDomain_0&var=&hash=item4633a90142

                                      Very cheap

                                      1420881033-0de30-1672kb.jpg
                                      1420881032-82f5e-1161kb.jpg

                                      jendrushJ Offline
                                      jendrushJ Offline
                                      jendrush
                                      wrote on last edited by
                                      #265

                                      @Ivan-Z Really nice idea for battery powered nodes:)

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

                                        @Ivan-Z how did you connect the power to the arduino? How are you powering the Radio? Is it a Pro Mini 3.3V? How long does the battery last? Did you do anything special to the arduino ( hardware changes or something else? )

                                        • Tomas
                                        1 Reply Last reply
                                        1
                                        • Ivan ZI Offline
                                          Ivan ZI Offline
                                          Ivan Z
                                          Hardware Contributor
                                          wrote on last edited by Ivan Z
                                          #267

                                          CR123A in full charge has 4.07v

                                          Gas counter started 2014/11/01.

                                          In winter, temperatures drop below -10

                                          скачанные файлы.png

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


                                          28

                                          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