Skip to content
  • 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. 💬 Arduino Pro Mini Shield for RFM69(H)W
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

💬 Arduino Pro Mini Shield for RFM69(H)W

Scheduled Pinned Locked Moved OpenHardware.io
atmega328patmega328pressureinterstitialhumiditywirelesspcbrfm69hwsensorbme280rfm69temperaturearduinosi7021
53 Posts 13 Posters 11.6k Views 11 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.
  • NeverDieN NeverDie

    Also, I shrunk the board a little bit in Version 15, so it should cost less to get fab'd. On OSH-PARK, for example, it would now cost exactly $4 for 3 boards.

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

    For some reason the Version 015 files disappeared after I posted them. So, I re-posted them this morning. Hopefully they stick this time.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre_x
      wrote on last edited by
      #14

      Hi guys!
      Thanks to NeverDie, I've just received my first batch!
      Can anyone post the code for the board with the sensor?
      Thanks!!!

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre_x
        wrote on last edited by
        #15

        THAAAAAANKS!!!

        gohanG 1 Reply Last reply
        0
        • A andre_x

          THAAAAAANKS!!!

          gohanG Offline
          gohanG Offline
          gohan
          Mod
          wrote on last edited by
          #16

          @andre_x it is pretty straightforward, there are already examples rfm69 examples around the forum: it's basically the node example sketch with added sensor library and a few lines of code to read and send temperature/humidity

          1 Reply Last reply
          0
          • J Offline
            J Offline
            jeti
            wrote on last edited by
            #17

            Hi Guys,

            I am having troubles with the Version 015 ( i have checked that DI00 is routed to PIN2).

            My definition for the radio looks like this:

            // Enable and select radio type attached 
            #define MY_RADIO_RFM69
            #define MY_IS_RFM69HW
            #define MY_RFM69_FREQUENCY RF69_433MHZ
            

            but i still get a error:
            !TSM:FPAR:FAIL

            Adding a capacitor did nit help either. Does someone have a similar Issue?

            Thanks

            1 Reply Last reply
            0
            • pepsonP Offline
              pepsonP Offline
              pepson
              wrote on last edited by
              #18

              Hi
              Is any chance to also project it for Arduino Pro Mini but for version 5V ?

              gohanG 1 Reply Last reply
              0
              • pepsonP pepson

                Hi
                Is any chance to also project it for Arduino Pro Mini but for version 5V ?

                gohanG Offline
                gohanG Offline
                gohan
                Mod
                wrote on last edited by
                #19

                @pepson I guess not since it would need a logic level converter if you don't want to fry the rfm69 module

                1 Reply Last reply
                0
                • pepsonP Offline
                  pepsonP Offline
                  pepson
                  wrote on last edited by
                  #20

                  But it is not only other voltage power ? I use it on my Arduino Pro Mini 5V and use reduce power from 5V to 3,3V by stabilizer... But i use version 5V because i use it with sketch to control relay...

                  1 Reply Last reply
                  0
                  • gohanG Offline
                    gohanG Offline
                    gohan
                    Mod
                    wrote on last edited by
                    #21

                    read rfm69 datasheed, the pins can only take up to 3.6V, they are not 5V tolerant like the NF24

                    1 Reply Last reply
                    0
                    • pepsonP Offline
                      pepsonP Offline
                      pepson
                      wrote on last edited by
                      #22

                      Yes
                      But i reduce power from 5V to 3,3V by AMS1117

                      1 Reply Last reply
                      0
                      • gohanG Offline
                        gohanG Offline
                        gohan
                        Mod
                        wrote on last edited by
                        #23

                        I'm not talking about vcc, I'm talking about data pins

                        1 Reply Last reply
                        1
                        • scalzS Offline
                          scalzS Offline
                          scalz
                          Hardware Contributor
                          wrote on last edited by scalz
                          #24

                          @pepson
                          if your arduino VCC is 5v, then arduino SPI lines are running at 5v and sending 5v to RFM69 SPI pins which is not ok. like gohan said, you need level shifter, or use a 3v arduino pro mini

                          1 Reply Last reply
                          0
                          • pepsonP Offline
                            pepsonP Offline
                            pepson
                            wrote on last edited by
                            #25

                            i use it on arduino pro mini 5v and works ok. no problem. Also use RFM69HW on RPi3 and also works ok.
                            When i use on Arduino Pro Mini 5V i can not use RFM69HW with AMS1117 ? Radio will be destroy after some times ?

                            1 Reply Last reply
                            0
                            • pepsonP Offline
                              pepsonP Offline
                              pepson
                              wrote on last edited by
                              #26

                              Also on mysensors show how connect it to Arduino 5V
                              https://www.mysensors.org/build/connect_radio

                              zboblamontZ 1 Reply Last reply
                              0
                              • pepsonP pepson

                                Also on mysensors show how connect it to Arduino 5V
                                https://www.mysensors.org/build/connect_radio

                                zboblamontZ Offline
                                zboblamontZ Offline
                                zboblamont
                                wrote on last edited by
                                #27

                                @pepson "NOTE: The NSS, MOSI and SCK are not 5V tolerant on RFM69. You will need to use a level converter if you're using a 5V Arduino."....

                                1 Reply Last reply
                                0
                                • pepsonP Offline
                                  pepsonP Offline
                                  pepson
                                  wrote on last edited by
                                  #28

                                  Ok but why nothing is describe on MySensors on page where show how connect radio ?
                                  But i have connected and works ok 5V without logic level converter...

                                  If i not use this logic level converter what will be happen ?
                                  I can use this https://pl.aliexpress.com/item/8CH-IIC-I2C-Logic-Level-Converter-Bi-Directional-Module-DC-DC-5V-to-3-3V-Setp/32238089139.html?spm=a2g17.search0104.3.299.voV8Dr&ws_ab_test=searchweb0_0,searchweb201602_4_10152_5000015_10151_10065_10344_10068_10342_10343_51102_10340_10341_5130015_10084_10083_10304_10307_10301_10312_10059_10313_10314_10534_5790011_100031_10604_10103_10594_5060015_10142,searchweb201603_32,ppcSwitch_4&algo_expid=1efe59eb-1872-47dd-8d87-8a30137c624f-24&algo_pvid=1efe59eb-1872-47dd-8d87-8a30137c624f&rmStoreLevelAB=5 ?

                                  zboblamontZ gohanG 2 Replies Last reply
                                  0
                                  • scalzS Offline
                                    scalzS Offline
                                    scalz
                                    Hardware Contributor
                                    wrote on last edited by scalz
                                    #29

                                    @pepson
                                    You're messing things, you should recheck.
                                    zboblamont extracted the note exactly from here https://www.mysensors.org/build/connect_radio
                                    If you check the rfm69 section, then you'll see it's not 5v tolerant. You can also check min and max input voltage in rfm69 datasheet if you need.
                                    In the above link, it is not mentioned that it is using a 5v arduino (i agree the regulator on the pic can be misleading, but there is the note..).As there is no level shifter on the pic, you should consider it as 3v arduino with use of additional regulator in case the arduino is not beefy enough for the radio module.. :)

                                    On your rpi, do you connect the rfm69 vcc to 5v rpi? I don't think so, or you'll fry your radio.. And the Rpi GPIO are 3v, not 5v. So no problem for the radio spi.

                                    3v arduino mini pro has a regulator to convert 5v input to 3v for atmel. So on these boards, the atmel vcc is 3v, and signals too. To not mess with 5v arduinos, which are running full 5v.

                                    I guess these level shifter should work, I have no xp with these. And generally prefer to go simpler, without levelshifting.

                                    1 Reply Last reply
                                    0
                                    • pepsonP Offline
                                      pepsonP Offline
                                      pepson
                                      wrote on last edited by
                                      #30

                                      ok but for arduino pro mini 3v i can not connect relay 5v. I use it to control relay...
                                      Can i use it : https://pl.aliexpress.com/item/8CH-IIC-I2C-Logic-Level-Converter-Bi-Directional-Module-DC-DC-5V-to-3-3V-Setp/32238089139.html?spm=a2g17.search0104.3.299.voV8Dr&ws_ab_test=searchweb0_0,searchweb201602_4_10152_5000015_10151_10065_10344_10068_10342_10343_51102_10340_10341_5130015_10084_10083_10304_10307_10301_10312_10059_10313_10314_10534_5790011_100031_10604_10103_10594_5060015_10142,searchweb201603_32,ppcSwitch_4&algo_expid=1efe59eb-1872-47dd-8d87-8a30137c624f-24&algo_pvid=1efe59eb-1872-47dd-8d87-8a30137c624f&rmStoreLevelAB=5

                                      1 Reply Last reply
                                      0
                                      • pepsonP pepson

                                        Ok but why nothing is describe on MySensors on page where show how connect radio ?
                                        But i have connected and works ok 5V without logic level converter...

                                        If i not use this logic level converter what will be happen ?
                                        I can use this https://pl.aliexpress.com/item/8CH-IIC-I2C-Logic-Level-Converter-Bi-Directional-Module-DC-DC-5V-to-3-3V-Setp/32238089139.html?spm=a2g17.search0104.3.299.voV8Dr&ws_ab_test=searchweb0_0,searchweb201602_4_10152_5000015_10151_10065_10344_10068_10342_10343_51102_10340_10341_5130015_10084_10083_10304_10307_10301_10312_10059_10313_10314_10534_5790011_100031_10604_10103_10594_5060015_10142,searchweb201603_32,ppcSwitch_4&algo_expid=1efe59eb-1872-47dd-8d87-8a30137c624f-24&algo_pvid=1efe59eb-1872-47dd-8d87-8a30137c624f&rmStoreLevelAB=5 ?

                                        zboblamontZ Offline
                                        zboblamontZ Offline
                                        zboblamont
                                        wrote on last edited by
                                        #31

                                        @pepson I suggest you read it again.... The table refers to VCC 3.3v, thereby what is shown NOT a 5v device, the NOTE on that page and which I quoted above spells it out clearly, a converter would be required for 5v.
                                        If you are supplying it with 5v as well as connecting 5v logic, it is working outside it's specifications, that it is working at all is luck, but magic smoke will appear at some point.

                                        1 Reply Last reply
                                        1
                                        • pepsonP Offline
                                          pepsonP Offline
                                          pepson
                                          wrote on last edited by
                                          #32

                                          To VCC i put 3.3V (by AMS1117)
                                          All other pins from Arduino i use directly.

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


                                          11

                                          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
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular