Navigation

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

    Best posts made by Frank C

    • RE: Depreciated Code

      @mfalkvidd , I see. That makes sense, thanks.

      posted in Development
      Frank C
      Frank C
    • RE: Adafruit Feather RFM9X LoRa Radios

      I've been busy the last day or so..👨‍💻 and I've now got the radios communicating! 🙂

      i've used the pin config given by adafruit:
      0_1572016412188_featherM0-rfm9x.png
      https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/pinouts

      i've read about timeouts for these lora boards, so i've upped the values in the both sketches.
      https://forum.mysensors.org/topic/8813/any-success-story-on-lora-rfm95-module-and-mysensors

      #define RFM95_RETRY_TIMEOUT_MS  (5000ul) 
      #define MY_TRANSPORT_STATE_TIMEOUT_MS (20*1000ul)
      #define   MY_RFM95_TX_TIMEOUT_MS (10000ul)
      

      I spaced the radios about a 1m apart and they now communicate 🙂 i'm not sure if distance helped.
      Also with the above timeouts they aren't needed at such a short distance.

      posted in Hardware
      Frank C
      Frank C