Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Gaz83
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Gaz83

    @Gaz83

    1
    Reputation
    4
    Posts
    233
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location UK

    Gaz83 Follow

    Best posts made by Gaz83

    • RE: [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P

      Solved the issue, I was using a custom PCB I had fabricated and the MOSI connection was not soldered properly.

      posted in Troubleshooting
      Gaz83
      Gaz83

    Latest posts made by Gaz83

    • RE: [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P

      Solved the issue, I was using a custom PCB I had fabricated and the MOSI connection was not soldered properly.

      posted in Troubleshooting
      Gaz83
      Gaz83
    • RE: [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P

      Had a look at your code and the only thing I spotted was in the frequency you had RFM69_915MHZ where as I was using RF69_433MHZ... I missed the M.

      Tried again and still issues. Here is my monitor output, I am using the PassiveNode example sketch.

       __  __       ____
      |  \/  |_   _/ ___|  ___ _ __  ___  ___  _ __ ___
      | |\/| | | | \___ \ / _ \ `_ \/ __|/ _ \| `__/ __|
      | |  | | |_| |___| |  __/ | | \__ \  _  | |  \__ \
      |_|  |_|\__, |____/ \___|_| |_|___/\___/|_|  |___/
              |___/                      2.2.0
      
      16 MCO:BGN:INIT NODE,CP=RRNPA---,VER=2.2.0
      25 TSM:INIT
      26 TSF:WUR:MS=0
      78 !TSM:INIT:TSP FAIL
      79 TSM:FAIL:CNT=1
      81 TSM:FAIL:DIS
      82 TSF:TDI:TSL
      

      The tutorial doesn't mention anything about wiring the RS but I know on the adafruit version of RFM69HCW, you do need RS wired.

      posted in Troubleshooting
      Gaz83
      Gaz83
    • [SOLVED] Newbie trying to get RFM69HCW working with ATMEGA328P

      Hi, first post here. I followed the tutorial to get RFM69HCW working on a raspberry pi and have set one up as a gateway.

      I am now trying to get the RFM69HCW working with an ATMEGA328P
      I have checked the wiring and I have D0 going to PIN 2 of the ATMEGA328P

      In MySensors sketch, do I need to change anything?

      I have changed the following
      // Enable and select radio type attached
      //#define MY_RADIO_NRF24
      //#define MY_RADIO_NRF5_ESB
      #define MY_RADIO_RFM69
      //#define MY_RADIO_RFM95

      and I also added this

      #define MY_RFM69_FREQUENCY RF69_433MHZ
      #define MY_IS_RFM69HW

      posted in Troubleshooting
      Gaz83
      Gaz83