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
M

MikeR

@MikeR
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • RFM95 transport retries
    M MikeR

    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

    Development

  • Any RFM95 user reports?
    M MikeR

    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.

    Hardware

  • Any RFM95 user reports?
    M MikeR

    @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?

    Hardware

  • Any RFM95 user reports?
    M MikeR

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

    Hardware

  • Any RFM95 user reports?
    M MikeR

    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

    Hardware

  • LoRa sx1276/sx1278
    M MikeR

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

    Hardware

  • sx1278
    M MikeR

    @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

    Hardware

  • sx1278
    M MikeR

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

    Hardware

  • sx1278
    M MikeR

    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

    Hardware
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular