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.
  • tbowmoT Offline
    tbowmoT Offline
    tbowmo
    Admin
    wrote on last edited by
    #16

    @daulagari

    Why also "power up" the Atmel?

    To keep the logic levels the same for sensors and the atmel, And for switching to a higher working frequency when it wakes up for doing measurements (if necessary).

    That does not sound like a "minimal design" ;)

    I have studied the datasheets for a couple of sensors, and the atmega now, and come to the conclusion that if one needs to use 3.3V sensors, one need to boost the supply voltage to the atmega as well.

    Absolute maximum ratings on any input pin for the atmega is VCC + 0.5V. This means, that if bat voltage is 1.8V, maximum high voltage is 2.3V on the input pin of the atmega.

    Also, the minimum high voltage of ds18b20 (I know, I keep comming back to this one :)) is 3V (or 2.2V if running with local power). Which means that you need to have the atmel chip running on the same voltage as the sensors.

    So it won't work if the atmel is powered directly from batt, and sensors are running of a converter.

    Of course I could find alternative sensors, but I really like the ds18x20 as you only need 2 wires to the chip, if you need "remote" sensing (I have one place where I want to measure 5-6 temperatures on the central heating distribution that eases up things, that I only need 2 wires to each temperature sensor)

    But let's see, I'm still searching for different sensors.

    / Thomas

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

      Think that I have prety much settled for a Si7021 as temperature / humidity sensor, instead of DS18b20

      Ok, it's a tiny chip (3x3mm DFN6 package) so it might be a beast to solder. But it goes down to 1.8V on VCC, so well suited for battery operation, together with the atmel and radio.

      I have been arround a couple of iterations with DS18b20 and step-up, because I need one node to be able to measure multiple temperatures. But this is 1 node, whereas the rest only needs temperature / humidity, which can be covered with Si7021. I have also thought about throwing in the opportunity to use a PIR sensor on the nodes as well, just for the fun of it. But then I need the step-up, as the PIR sensor needs 3V minimum.

      Right now, board dimensions with Si7021, 328p, spi flash, no stepup, is down to 15x21mm (smaller than the radio module). Might throw in a footprint for bmp180 as well, so I could equip one of the sensors with barometric sensor.. The complete sensor could fit on the end of a 2xAA battery holder (they are roughly 15x32x60mm).

      1 Reply Last reply
      0
      • daulagariD Offline
        daulagariD Offline
        daulagari
        Hero Member
        wrote on last edited by
        #18

        Right now, board dimensions with Si7021, 328p, spi flash, no stepup, is down to 15x21mm (smaller than the radio module).

        Nice, that sounds really like a minimal module!

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Tibus
          wrote on last edited by
          #19

          i'm also making my own sensor right now and the si7021 is very interesting for removing my BIG dht11. But for home made soldering, the center ground pad should be soldered or it's not necessary?

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

            Sounds very interesting! Though personally I'd rather have a good regulator / boost (even if it is in a separate module) than having to source particular components that will run at 1.8V.

            How do you plan to integrate the nrf24? The "standard" or the "mini" version?

            I would love it if the MySensors web site could have a department of open source pcb schematics just like it has models for 3D printing.

            Soldering sounds tricky, you'd either have to reflow or heat the underside of the DFN6 on the pcb. With extra flux and paste.

            hekH 1 Reply Last reply
            0
            • T Tibus

              i'm also making my own sensor right now and the si7021 is very interesting for removing my BIG dht11. But for home made soldering, the center ground pad should be soldered or it's not necessary?

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

              @Tibus said:

              But for home made soldering, the center ground pad should be soldered or it's not necessary?

              To my best knowledge, there is no "center ground pin" on the Si7021? Or I have missed something. A friend of mine got a couple of them for another project, so I'll check up with him on the physical appearance, next time we get together.

              @bjornhallberg said:

              Sounds very interesting! Though personally I'd rather have a good regulator / boost (even if it is in a separate module) than having to source particular components that will run at 1.8V.

              Btw. pricewise, comparing DHT22 and Si7021 they are about the same price (ebay price on DHT22, and mouser price for Si7021). So for sourcing DS18b20/DHT22, or sourcing the Si7021, is not that big a difference. I also can skip the stepup converter, and save a couple of $ there..

              How do you plan to integrate the nrf24? The "standard" or the "mini" version?

              It's the standard version, piggybacking on the minisensor. Actually (on the nrf24 modules that I have), the component area is 15x20mm (excluding the antenna part) So my arduino-clone could fit without "covering" the antenna..

              I would love it if the MySensors web site could have a department of open source pcb schematics just like it has models for 3D printing.

              That would be great.. :)

              Anyway, I'll take a few more stabs at the schematic / layout before I publish it here..

              T 1 Reply Last reply
              1
              • tbowmoT tbowmo

                @Tibus said:

                But for home made soldering, the center ground pad should be soldered or it's not necessary?

                To my best knowledge, there is no "center ground pin" on the Si7021? Or I have missed something. A friend of mine got a couple of them for another project, so I'll check up with him on the physical appearance, next time we get together.

                @bjornhallberg said:

                Sounds very interesting! Though personally I'd rather have a good regulator / boost (even if it is in a separate module) than having to source particular components that will run at 1.8V.

                Btw. pricewise, comparing DHT22 and Si7021 they are about the same price (ebay price on DHT22, and mouser price for Si7021). So for sourcing DS18b20/DHT22, or sourcing the Si7021, is not that big a difference. I also can skip the stepup converter, and save a couple of $ there..

                How do you plan to integrate the nrf24? The "standard" or the "mini" version?

                It's the standard version, piggybacking on the minisensor. Actually (on the nrf24 modules that I have), the component area is 15x20mm (excluding the antenna part) So my arduino-clone could fit without "covering" the antenna..

                I would love it if the MySensors web site could have a department of open source pcb schematics just like it has models for 3D printing.

                That would be great.. :)

                Anyway, I'll take a few more stabs at the schematic / layout before I publish it here..

                T Offline
                T Offline
                Tibus
                wrote on last edited by Tibus
                #22

                @tbowmo

                Yes there is a TGnd Pad in the middle :

                http://www.silabs.com/Support Documents/TechnicalDocs/Si7021.pdf
                page 26... But I'll buy a Hot Air soldering station, i'll be easier to solder no?

                bjornhallbergB 1 Reply Last reply
                0
                • bjornhallbergB bjornhallberg

                  Sounds very interesting! Though personally I'd rather have a good regulator / boost (even if it is in a separate module) than having to source particular components that will run at 1.8V.

                  How do you plan to integrate the nrf24? The "standard" or the "mini" version?

                  I would love it if the MySensors web site could have a department of open source pcb schematics just like it has models for 3D printing.

                  Soldering sounds tricky, you'd either have to reflow or heat the underside of the DFN6 on the pcb. With extra flux and paste.

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

                  @bjornhallberg said:

                  I would love it if the MySensors web site could have a department of open source pcb schematics just like it has models for 3D printing.

                  Yes, I would gladly create a section for this on the main site. But maybe we could start a pinned thread linking the once available?

                  1 Reply Last reply
                  0
                  • T Tibus

                    @tbowmo

                    Yes there is a TGnd Pad in the middle :

                    http://www.silabs.com/Support Documents/TechnicalDocs/Si7021.pdf
                    page 26... But I'll buy a Hot Air soldering station, i'll be easier to solder no?

                    bjornhallbergB Offline
                    bjornhallbergB Offline
                    bjornhallberg
                    Hero Member
                    wrote on last edited by bjornhallberg
                    #24

                    @Tibus Or perhaps you have a hot air gun in the toolbox. Not as elegant but it might do.

                    I'd much rather not try hot air (only have this at my disposal) and instead try to get at the pad from the backside of the pcb:
                    http://www.eevblog.com/forum/projects/soldering-dfn-and-qfn-devices/
                    With flux and paste possibly it should be quite easy. And besides, you'd need flux and/or paste for hot air reflow as well.

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

                      Schematic as it is at the moment:
                      sensor-alpha1.png

                      And the board as it is right now
                      sensor-alpha1-brd.png

                      I know it says eeprom for IC2, but the footprint is the same for SPI flashes.

                      the eeprom is placed on the bottom layer. Also, the nrf24 is placed on the bottom (so the eeprom is "in the middle of the sandwich". The dimensions of the total board will be about 15x30mm. This is the same size as the radio module. The empty area on the top is the area below the antenna.

                      Still need to make changes to the DFN package (upper right). and make a footprint for a bmp180 barometric sensor (and find a good home for it on the board).

                      Also, need to tidy up the routing, I used the autorouter which is very bad at placing the traces (haven't got any better since I used eagle the last time 11 years ago..) So maybe I just end rip everything up and hand route it by hand (this is the fun part of pcb designs, trying to mingle everything in to place :) thinking about the things my teacers told me 20 years ago about PCB design (oh f*ck I feel like an old geezer now! :))

                      Oh yeah, btw. there is also made room for a crystal (32Khz) on there.

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

                        And yes, I know i'm missing pull ups on i2c bus, and decoupling capacitors on the 328

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

                          This will be a very small board indeed! Not an expert but couldn't the radio interfere with MCU at these short distances?

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

                            @hek

                            This will be a very small board indeed! Not an expert but couldn't the radio interfere with MCU at these short distances?

                            It would be more the other way arround. The MCU is making trouble for the receive path of the radio module. But the radio module has a large gnd plane on the bottom towards the mcu board, so it should be shielded.

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

                              A new schematic / layout

                              I'm almost ready for sending it off to China, and get some boards back :)

                              Changes since last:
                              2 LED's added (figured debug output could be nice)
                              pullups added on i2c bus
                              caps changed to 0603 footprint
                              added a couple of extra caps for decoupling (MCU)
                              Added BMP180 barometric sensor (only need 1 node with this one though)
                              Moved components arround, squeezing things a little bit more together.
                              Routed manually this time, not that big a board, so no need to use the autorute function

                              Testpads on upper right corner of the pcba is GND, RXD/TXD and VCC, again nice to have serial available for debugging the first couple of boards.

                              Board is designed with dirtypcbs.com in mind for production (Used their DRU file in eagle to check things).

                              Schematic:
                              sensor-alpha2.png

                              and pcb layout:
                              sensor-alpha2-brd.png

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

                                Fantastic! But I agree that is is perhaps a bit odd to have a footprint for a BMP180 on every board. You'll get a lot of boards when ordering 10x 5x5cm PCBs.

                                0603 ... time to get soldering. Haha. But those solder pads look pretty big actually. Is this the issue where Eagle actually makes 0603 caps more solderable than 0805 by making the pads longer?

                                tbowmoT 1 Reply Last reply
                                0
                                • bjornhallbergB bjornhallberg

                                  Fantastic! But I agree that is is perhaps a bit odd to have a footprint for a BMP180 on every board. You'll get a lot of boards when ordering 10x 5x5cm PCBs.

                                  0603 ... time to get soldering. Haha. But those solder pads look pretty big actually. Is this the issue where Eagle actually makes 0603 caps more solderable than 0805 by making the pads longer?

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

                                  @bjornhallberg said:

                                  Fantastic! But I agree that is is perhaps a bit odd to have a footprint for a BMP180 on every board. You'll get a lot of boards when ordering 10x 5x5cm PCBs.

                                  I know, but I thought that I just as well could put one in there when I was designing the pcb. Otherwise I would have to get it on an external pcb (sparkfun sells bmp180 breakut boards). And there was room for it :)

                                  0603 ... time to get soldering. Haha. But those solder pads look pretty big actually. Is this the issue where Eagle actually makes 0603 caps more solderable than 0805 by making the pads longer?

                                  Don't know, last time I used eagle (about 10 years ago) I made layouts with 0805 components, (and an atmega8). Actually I think that the board I made back then is still being used in production.

                                  /Thomas

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

                                    Any thoughts on how to panelize it? You'd get like six boards on a 5x5 if those dimensions hold? Perhaps you could do some alternative layouts for different sensors? I understand dirtypcbs no longer do grooving (if they ever did) ... how much pcb space is lost to routing typically?

                                    In case anyone else is wondering about dirtypcbs, they seem to do an ok job typically:
                                    http://lab.kjlr.dk/p/handystick
                                    http://hackers.gallery/236/electronics/pcb-itead-studio-vs-dirtypcbs

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

                                      The full size is 16x31 mm at the moment. So it's almost the same size as the normal nrf24 modules on ebay. So if I panelize them i can get 4 modules in total on a single 5x5 area.

                                      Let's see when i come around to order them. I just like the dirty pcb as it reminds me of a song from my favorite rockband (ac/dc) :)

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

                                        Arh.. just found out that the pinheader for the radio was turned 180 degrees, so instead of the 2 boards being on top of eatch other, they would "go in two different directions". Had to rip up most of the board, and re-arrange things again.

                                        sensor-alpha3-brd.png

                                        only changes on the schematic, is that the LED's are moved to a couple of other pins.

                                        / Thomas

                                        1 Reply Last reply
                                        1
                                        • N Offline
                                          N Offline
                                          NotYetRated
                                          wrote on last edited by
                                          #35

                                          Very interesting, this one board would cover all that I need for the majority of my sensors. Would need a couple of sensors with IR, and a couple of others. Is the reason for this the reduced foot print, a reduced cost over arduino pro's, or something else?

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


                                          25

                                          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