Navigation

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

    Posts made by MikeR

    • RFM95 transport retries

      Hi all,
      can anyone tell me what overides each other here.
      MY_TRANSPORT_MAX_TX_FAILURES or RFM95_RETRIES

      i have a roaming node that will at some point need to change parents that are in a fixed location. any ideas?

      Thanks

      posted in Development
      MikeR
      MikeR
    • RE: Any RFM95 user reports?

      Triple checked the wiring. .. through a level shifter,
      DIO0 - D2
      NSS - D10
      MOSI - D11
      MISO - D12
      SCK - D13
      GND - GND (only one on the radio, do they all need to be connected?)
      VDD - 3V3

      Does that code look fine?
      Might change the hardware out if that is the case.

      posted in Hardware
      MikeR
      MikeR
    • RE: Any RFM95 user reports?

      @mfalkvidd Thank you, looks like that will help me as well.

      Have had a bit of a tinker and still not getting the transport to initialise.

      #define MY_DEBUG
      #define MY_DEBUG_VERBOSE_RFM95
      
      #define MY_RADIO_RFM95
      #define RFM95_434MHZ
      #define MY_RFM95_MODEM_CONFIGRUATION RFM95_BW125CR48SF4096
      #define MY_GATEWAY_SERIAL
      
      
      // Enable inclusion mode
      #define MY_INCLUSION_MODE_FEATURE
      #define MY_INCLUSION_MODE_DURATION 60
      #define MY_DEFAULT_LED_BLINK_PERIOD 300
      
      
      #include <MySensors.h>
      
      void setup()
      {
      	}
      
      void presentation()
      {
      	}
      
      void loop()
      {
      	}```
      
      Thats what i have for the gateway and this is the response
      
      

      0;255;3;0;9;MCO:BGN:INIT GW,CP=RLNGA--,VER=2.1.1
      0;255;3;0;9;TSM:INIT
      0;255;3;0;9;TSF:WUR:MS=0
      0;255;3;0;9;RFM95:INIT
      0;255;3;0;9;!TSM:INIT:TSP FAIL
      0;255;3;0;9;TSM:FAIL:CNT=1
      0;255;3;0;9;TSM:FAIL:PDT```

      Anyone able to assist? is the code right and its a hardware issue or is there more that needs to be in the code?

      posted in Hardware
      MikeR
      MikeR
    • RE: Any RFM95 user reports?

      @gohan Thank you, the one place i didnt look that i should have looked first

      posted in Hardware
      MikeR
      MikeR
    • RE: Any RFM95 user reports?

      Does anyone here have any code examples of the defines etc to get an RFM95 module (sx1278) to work in mysensors? cant find it in the API page. Many thanks to someone who can help

      posted in Hardware
      MikeR
      MikeR
    • RE: LoRa sx1276/sx1278

      @maolintao did you have any working code for mysensors that works for the sx1278?

      posted in Hardware
      MikeR
      MikeR
    • RE: sx1278

      @mfalkvidd thanks for that.
      Hoping someone has got an example code for the sx1278. Ill keep trying when i get some time and see if i can get it to work

      posted in Hardware
      MikeR
      MikeR
    • RE: sx1278

      @mfalkvidd Thanks, any working code examples and hardware wiring?
      Havnt been able to find anything about what defines to use etc.
      Thanks

      posted in Hardware
      MikeR
      MikeR
    • sx1278

      Hey guys, just wondering if anyone has got ms to work with an sx1278 lora radio?
      have tried using the rfm defines but no luck. would be great if this could be implemented in the future releases

      posted in Hardware
      MikeR
      MikeR