Navigation

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

    Topics created by gammlerstyle

    • gammlerstyle

      Communication problems between MQTT Gateway (OrangePi) and Node (Arduino Nano)
      Troubleshooting • gateway mqtt nrf24 arduino nano communication problems orangepi • • gammlerstyle  

      7
      1
      Votes
      7
      Posts
      757
      Views

      gammlerstyle

      Hi, for everyone who reads all of this, forget about the last few posts. I don't know why it works even when the Interrups are masked out on the radio, but it works now. The error I had occured because of the config of the OrangePi-Gateway. I removed: --extra-cxxflags="-DMY_RF24_DATARATE=\(RF24_250KBPS\) -DMY_RF24_BASE_RADIO_ID=\(0x00,0xFC,0xE1,0xA8,0xA8\) -DMY_DEBUG_VERBOSE_RF24" and wrote: --extra-cxxflags="-DMY_RF24_DATARATE=\(RF24_250KBPS\) -DMY_DEBUG_VERBOSE_RF24" Now I think I have an working OrangePi-Gateway without signing but with interrupt enabled. If there are new problems I will come back here. The next step for me is to activate signing again and bring the node into homeassistant.
    • gammlerstyle

      Can't ping Ethernet Gateway ENC28J60 + Arduino Nano Clone
      Troubleshooting • arduino nano ethernet gateway enc28j60 ping • • gammlerstyle  

      16
      0
      Votes
      16
      Posts
      7340
      Views

      MLs

      @cadet I'm no expert but I would have looked at the data sheet and measured up to make sure that the hardware are not defective in any way. http://ww1.microchip.com/downloads/en/DeviceDoc/39662c.pdf Or the radio. //Mattias