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. My Project
  3. RFM69HW temp-humidity node

RFM69HW temp-humidity node

Scheduled Pinned Locked Moved My Project
64 Posts 7 Posters 20.7k Views 9 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.
  • D DavidZH

    Yesssss! A RFM "slim node". Way better than using an adapter board for the radio. Will you be sharing the designs for both the TH and SMD versions?

    NeverDieN Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by NeverDie
    #7

    @DavidZH

    Sure, if there's interest. The one caveat is that they are Diptrace files, not the more common Eagle files. Why? I found a brief tutorial on Diptrace here: https://www.youtube.com/playlist?list=PLWy-YwxbAu8EkNv6iMsfLeH6Yahcwejwx
    and that was sufficient for me to learn enough of Diptrace to actually use it. I've never done anything like this before, so that tells you how easy it is. It's liberating to quickly bang out your own PCB's, that's for sure.

    1 Reply Last reply
    0
    • NeverDieN Offline
      NeverDieN Offline
      NeverDie
      Hero Member
      wrote on last edited by NeverDie
      #8

      I'm also having fabbed a little FTDI adapter board:
      0_1474558869350_ftdiAdapter.png
      That's because a lot of the parts that you find on a mote, such as a power indicator LED, power and RF noise filtering capacitors, and pullup capacitor on the reset line needed for DTR, are common among nodes, and so repeating them on each node just to have them there for those occasions when you are FTDI connected to a PC seems redundant. This way you need just one adapter, and each node can be more simple. If you have more than one node (and who doesn't?), that translates into less parts and assembly time overall.

      So, you simply plug your FTDI connector on the left when you want to upload code or monitor your serial debug, and then connect your mote in on the right. The Rx and Tx lines are just passthroughs, and I did a copper ground pour on the back because it seemed fitting. I spread the parts on this board out a bit so that there'd be space for a finger to fit to hit the reset button. I was just eyeballing it, so you could probably pack them more closely if you wanted to, or even make a fully integrated FTDI board that has all this built into it. I was just aiming to make it as simple as possible without spending much time on it.

      1 Reply Last reply
      1
      • NeverDieN Offline
        NeverDieN Offline
        NeverDie
        Hero Member
        wrote on last edited by NeverDie
        #9

        I also just now designed this pro mini interstitial board and sent it off to be fabbed:
        0_1474666049854_interstitial.png
        Just attach an RFM69HW and the si7021 to the board, and then plug it into a pro mini. Voila! You now have a temp-RH node. You will have to remove the LED from pin 13 on the pro mini, but that's no big deal. Also, it's obviously intended for a 3.3V pro mini, not a 5V pro mini.

        I suspect that for most people, this would be the simplest to put together. The board is less than 1 square inch in area.

        FotoFieberF 1 Reply Last reply
        1
        • NeverDieN Offline
          NeverDieN Offline
          NeverDie
          Hero Member
          wrote on last edited by
          #10

          BTW, you can now buy RFM69HW modules on ebay at just $2.70 each. I purchased 10x from Alice, and they arrived today. I wish LoRa modules were that cheap....

          NeverDieN 1 Reply Last reply
          0
          • NeverDieN NeverDie

            BTW, you can now buy RFM69HW modules on ebay at just $2.70 each. I purchased 10x from Alice, and they arrived today. I wish LoRa modules were that cheap....

            NeverDieN Offline
            NeverDieN Offline
            NeverDie
            Hero Member
            wrote on last edited by
            #11

            I received a tiny test board today from the fab so I could see how well an smd atmega328p fits on the pads:
            0_1475193241277_atmega328_smd.png

            The alignment is right, but I think I can probably narrow them slightly. Is there a rule of thumb for how thin to make them, or conversely, how much spacing to put between them? My only concern is that without enough spacing between them (and I don't have any idea how much spacing is enough), there might be a risk of solder bridging. The more space, the lower the odds of that.

            GertSandersG 1 Reply Last reply
            0
            • NeverDieN NeverDie

              I received a tiny test board today from the fab so I could see how well an smd atmega328p fits on the pads:
              0_1475193241277_atmega328_smd.png

              The alignment is right, but I think I can probably narrow them slightly. Is there a rule of thumb for how thin to make them, or conversely, how much spacing to put between them? My only concern is that without enough spacing between them (and I don't have any idea how much spacing is enough), there might be a risk of solder bridging. The more space, the lower the odds of that.

              GertSandersG Offline
              GertSandersG Offline
              GertSanders
              Hardware Contributor
              wrote on last edited by
              #12

              @NeverDie

              Check the datasheet for the atmega328p-au. It has a section on PCB layout.

              I would go for same width as the actual pins, and make the pads long enough to have space for some solder (when doing it by hand).

              On my stamp size node I also used the smd version and that layout was not difficult to solder when using a fine tip.

              NeverDieN 1 Reply Last reply
              1
              • GertSandersG GertSanders

                @NeverDie

                Check the datasheet for the atmega328p-au. It has a section on PCB layout.

                I would go for same width as the actual pins, and make the pads long enough to have space for some solder (when doing it by hand).

                On my stamp size node I also used the smd version and that layout was not difficult to solder when using a fine tip.

                NeverDieN Offline
                NeverDieN Offline
                NeverDie
                Hero Member
                wrote on last edited by
                #13

                @GertSanders said:

                @NeverDie

                Check the datasheet for the atmega328p-au. It has a section on PCB layout.

                Thanks! I'll give that a look. On my first attempt I just used the default pad layout in the diptrace library for an atmega168 (as it didn't explicitly have one for an atmega328), so I should probably verify that the dimensions are correct.

                I would go for same width as the actual pins, and make the pads long enough to have space for some solder (when doing it by hand).

                There might even be a case for making them a little extra long, if the board real estate allows. I believe there's a solder technique where you add solder to the pads in advance, and if they're extra long you can kinda push it onto the pins after melting it, provided you've also layered a lot of fresh flux everthing, including the pins.

                On my stamp size node I also used the smd version and that layout was not difficult to solder when using a fine tip.

                What kind and size of solder tip do you use?

                GertSandersG 1 Reply Last reply
                0
                • NeverDieN NeverDie

                  @GertSanders said:

                  @NeverDie

                  Check the datasheet for the atmega328p-au. It has a section on PCB layout.

                  Thanks! I'll give that a look. On my first attempt I just used the default pad layout in the diptrace library for an atmega168 (as it didn't explicitly have one for an atmega328), so I should probably verify that the dimensions are correct.

                  I would go for same width as the actual pins, and make the pads long enough to have space for some solder (when doing it by hand).

                  There might even be a case for making them a little extra long, if the board real estate allows. I believe there's a solder technique where you add solder to the pads in advance, and if they're extra long you can kinda push it onto the pins after melting it, provided you've also layered a lot of fresh flux everthing, including the pins.

                  On my stamp size node I also used the smd version and that layout was not difficult to solder when using a fine tip.

                  What kind and size of solder tip do you use?

                  GertSandersG Offline
                  GertSandersG Offline
                  GertSanders
                  Hardware Contributor
                  wrote on last edited by
                  #14

                  @NeverDie
                  0.8 mm solder by STANNOL (HS10), packs of 100gr
                  The tip is around 0.8mm wide (narrowest tip I could get for my Weller station, I have an old EC2002)

                  1 Reply Last reply
                  0
                  • NeverDieN Offline
                    NeverDieN Offline
                    NeverDie
                    Hero Member
                    wrote on last edited by
                    #15

                    Thanks, I just ordered Hakko 0.2mm (curved) and 0.5mm (straight conical) tips from amazon. Both got good reviews. Hopefully one of them is a good match for the task, but if not, it's good to know that 0.8mm will do the business.

                    1 Reply Last reply
                    0
                    • NeverDieN Offline
                      NeverDieN Offline
                      NeverDie
                      Hero Member
                      wrote on last edited by
                      #16

                      I received the board from post #1 in the mail today. I'm planning to mount the atmega328p DIP chip using machine pin female headers. It certainly can do that, but I'm thinking that on the next iteratioin it might be preferable to have the entire machine pin--not just the thinner leader part--go through the PCB, because then the plastic part of the header can be flush with the PCB (as would be the case if more typical female headers were used). Anyone tried doing that? Any reason not to do that?

                      1 Reply Last reply
                      0
                      • NeverDieN Offline
                        NeverDieN Offline
                        NeverDie
                        Hero Member
                        wrote on last edited by
                        #17

                        So, to clarify, what I mean by a female machine pin header (also known as a Swiss machine pin header) is this:

                        alt text

                        Unfortunately, the only dimensioning I've been able to find is this:
                        alt text
                        which lacks the dimension I want to know, which is diameter of the larger pin body that's just above the 0.51mm diameter part of the leader pin that's meant to be pushed through the through-hole.

                        Purely eyeballing it, it looks like it's maybe, what, twice as wide? Anyone happen to know what that dimension is?

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

                          I've one of these at home. I could take a measurement, but maybe someone has a better idea. ☺

                          1 Reply Last reply
                          0
                          • T Offline
                            T Offline
                            TimO
                            Hero Member
                            wrote on last edited by
                            #19

                            1.35 Millimeters!

                            NeverDieN 1 Reply Last reply
                            0
                            • T TimO

                              1.35 Millimeters!

                              NeverDieN Offline
                              NeverDieN Offline
                              NeverDie
                              Hero Member
                              wrote on last edited by
                              #20

                              @TimO
                              Thanks! That exactly matches what my micrometer says also, so I'll go with that.

                              So now the question is: what diameter hole should I have drilled for that? Is there a rule of thumb? e.g. Would 1.45 be too snug? Too loose?

                              NeverDieN 2 Replies Last reply
                              0
                              • NeverDieN NeverDie

                                @TimO
                                Thanks! That exactly matches what my micrometer says also, so I'll go with that.

                                So now the question is: what diameter hole should I have drilled for that? Is there a rule of thumb? e.g. Would 1.45 be too snug? Too loose?

                                NeverDieN Offline
                                NeverDieN Offline
                                NeverDie
                                Hero Member
                                wrote on last edited by NeverDie
                                #21

                                To keep things rolling I just sent in to be fabricated a test board with 1.45mm holes . It cost just 30 cents. If anyone has an idea for a better diameter to try, let me know and I'll send in one of those as well.

                                0_1475705885671_1p45mmHoles.png

                                NeverDieN 1 Reply Last reply
                                0
                                • NeverDieN Offline
                                  NeverDieN Offline
                                  NeverDie
                                  Hero Member
                                  wrote on last edited by
                                  #22

                                  I assembled the FTDI adapter board yesterday. I should have spaced the pads further apart on the switch (well, at least for the switch I'm using) and also on the through-hole resistors. Anyhow, I only need one, so I don't think I'll be updating it.

                                  1 Reply Last reply
                                  0
                                  • NeverDieN Offline
                                    NeverDieN Offline
                                    NeverDie
                                    Hero Member
                                    wrote on last edited by
                                    #23

                                    I assembled the first node from post #1 today, but it didn't work. Upon investigation, I found that one of the required traces was not there! I had generated the trace layout using diptraces auto-router, and it didn't indicate a failure. Most likely I over-constrained the problem by making the PCB board size smaller than I should have. However, if I had known that the auto-routing had failed, I could have relaxed that enough for it to succeed.

                                    1 Reply Last reply
                                    0
                                    • NeverDieN Offline
                                      NeverDieN Offline
                                      NeverDie
                                      Hero Member
                                      wrote on last edited by NeverDie
                                      #24

                                      So, I was able to make the board work by soldering on a single "oops" wire to compensate for the missing trace. I guess I'll be redoing this board so that's not required on future builds. The FTDI adapter board also had an oops that I fixed without much difficulty. Using the adapter board I've verified I can upload new sketches to the node from post #1. The reset button also works as intended. So, the adapter board feasibility is now proven.

                                      1 Reply Last reply
                                      1
                                      • NeverDieN Offline
                                        NeverDieN Offline
                                        NeverDie
                                        Hero Member
                                        wrote on last edited by NeverDie
                                        #25

                                        I took a shot at soldering the smaller board with the much tinier atmega328p, but for now I've concluded that hand soldering such a small chip is simply more work than it's worth. Perhaps with a reflow oven....

                                        I'm still waiting for the interstitial board to arrive.

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

                                          Soldering an atmega328 smt is easy:
                                          https://www.youtube.com/watch?v=UeCZ9AMG3Vo
                                          according to that guy, anyway. Maybe the longer pads makes it so?

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


                                          20

                                          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