Navigation

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

    Posts made by manul

    • RE: 💬 Connecting the Radio

      Hi Team,

      First of all, thank you for your amazing work! It does help a lot to sea a dream become true 🙂

      I was wondering, it seems that I can't receive messages from NRF24 radio while arduino node is sleeping... I've read several testimonies in this way as well on forums. I did connect the IRQ of the transceiver to the PIN 2 of my arduino, and took this as event for exiting sleep mode, but it seems not to work.

      Is there anything in the roadmap regarding this? It could be really amazing to be able to sleep the battery-powered arduino, and wake it up as soon a message is received by the radio.
      Or maybe there is something I did not correctly. Is there a feature for this?

      posted in Announcements
      manul
      manul
    • RE: 💬 Building a Raspberry Pi Gateway

      @Richard van der Plas: I strongly recommend to use MQTT instead of Ethernet gateway, as it is a standard way for 2 processes to communicate, and platform-agnostic.
      HASS comes with an embed MQTT broker taht works out of the box.
      Plus:

      • you can easily mock either your sensors network or your controller
      • it does support secure communication
      • you can add other clients to observe the event, e.g. to log what is coming from/what is sent to the gateway
      posted in Announcements
      manul
      manul
    • RE: 💬 Building a Raspberry Pi Gateway

      Hi team,

      First of all, thanks for this amazing project and this doc.
      I'm trying to use arduino nanos with Raspberry Pi 2 as a gateway: I can get it working when I configure the Raspberry Pi using serial gateway, however, it does not work using MQTT with latest version from git.
      The error message is:
      "mysGateway: accept: Bad file descriptor"

      I followed all explanations given on this page.
      Any idea?
      Thanks again

      posted in Announcements
      manul
      manul