Navigation

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

    Topics created by cloolalang

    • cloolalang

      Low Power Solutions - minibrick and megabrick
      Hardware • • cloolalang  

      1
      0
      Votes
      1
      Posts
      28
      Views

      No one has replied

    • cloolalang

      cc1310/ 802.15.4 stack uart-ready radio: E70-433NW14S
      Hardware • • cloolalang  

      3
      0
      Votes
      3
      Posts
      44
      Views

      cloolalang

      @scalz Hi yes, thanks for your response.
    • cloolalang

      RS 485 very slow baud rates (100baud over half-duplex powerline) timing issues
      Development • • cloolalang  

      2
      0
      Votes
      2
      Posts
      23
      Views

      cloolalang

      @cloolalang Other parameters not yet tested; sleep or wait between sketch information and presentation messages and/or in other functions MY_RS485_MAX_MESSAGE_LENGTH (40) #define MY_RS485_SOH_COUNT (3) MY_TRANSPORT_WAIT_READY_MS 0 MY_TRANSPORT_STATE_TIMEOUT_MS 2*1000ul In mysensors core: // Wait configuration reply. (void)wait(2000, C_INTERNAL, I_CONFIG);
    • cloolalang

      Ebyte Lora UART radios - 433 MHz, Can only use Channels 433.00 and 434.00!
      Hardware • • cloolalang  

      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • cloolalang

      Semtech SX1262 LoRa radios please!
      Feature Requests • • cloolalang  

      1
      0
      Votes
      1
      Posts
      27
      Views

      No one has replied

    • cloolalang

      Powerline Communications
      Hardware • • cloolalang  

      4
      0
      Votes
      4
      Posts
      62
      Views

      skywatch

      @cloolalang If you can possibly avoid it, then power line is not the way to go. It turns your whole house wiring into a giant antenna and then some. Your neighbours can also be affected by this as there are currently no requirements for electrical (power) distribution systems to have chokes or filters of any kind.
    • cloolalang

      RFM95_sendWithRetry. Is this P-persistent CSMA?
      Development • • cloolalang  

      1
      0
      Votes
      1
      Posts
      12
      Views

      No one has replied

    • cloolalang

      LoRa/RFM95 - Testing long range PHY settings - Findings
      General Discussion • • cloolalang  

      4
      0
      Votes
      4
      Posts
      89
      Views

      FarmerEd

      @cloolalang said in LoRa/RFM95 - Testing long range PHY settings - Findings: w the SF 12 long payload messages pass! I tested various SF and BW and coding rates, I decided on the following for the "long-range mode". Typical use will be point-point mode, or gateway to 2 or 3 nodes max, no repeaters. Horizontal polarised yagi antennas. MY_RFM95_FREQUENCY 433237500ul (its 1MHz away from my co-located standard mode gateway frequency and other local ISM users). RFM95_MODEM_CONFIGRUATION RFM95_BW62_5CR45SF4096 (Typical time-on-air is around 4000ms. MY_RFM95_ATC_MODE_DISABLED (to reduce traffic). How is testing going on this? I'm interested to know what sort of distance you can cover, I'm planning on some long range sensors to be deployed on my farm. I'm not quite gettting the range I would like. Here is the radio config in my current setup, but I will definitly look at some of the additional config that you have. #define MY_RFM95_FREQUENCY (RFM95_868MHZ) #define MY_RFM95_MAX_POWER_LEVEL_DBM (100) #define MY_TRANSPORT_STATE_TIMEOUT_MS (3*1000ul) #define RFM95_RETRY_TIMEOUT_MS (3000ul) #define MY_RFM95_MODEM_CONFIGRUATION RFM95_BW125CR48SF4096 As a matter of interest has anyone used repeater nodes with these sort of long range setups. I'm talking about distances over a KM with no clear line of sight. I've managed to get simple comunications working over the required distance using simple transmitter and receiver sketches (provided by heltec, to demonstrate their Lora Node) sending "hello" packets
    • cloolalang

      MQTT Gateway Client - Last Will topic and feature
      Feature Requests • • cloolalang  

      1
      0
      Votes
      1
      Posts
      21
      Views

      No one has replied

    • cloolalang

      LPWAN based on Mysensors radio network using LoRa 433 MHz Phy - Range, etc
      General Discussion • • cloolalang  

      4
      0
      Votes
      4
      Posts
      31
      Views

      mfalkvidd

      @cloolalang it depends on the underlying transport protocol. Some use csma (rfm69 with new driver), some aloha (nrf24), some tri-state (rs485). I don't think MySensors has assembled documentation covering that angle.