Navigation

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

    Topics created by eporocrail

    • eporocrail

      Inserting custom data into payload bytes
      Development • • eporocrail  

      12
      0
      Votes
      12
      Posts
      1991
      Views

      mfalkvidd

      @eporocrail very nice, great work! Thanks for reporting back. You might know this already, but it is possible to run the Wemos at 160MHz instead of default 80MHz. Not sure if you need it or if it helps, but it might be good to know. Just select the higher frequency in the Tools menu in Arduino IDE.
    • eporocrail

      MQTT gateway on Raspi
      Development • • eporocrail  

      2
      0
      Votes
      2
      Posts
      644
      Views

      eporocrail

      I installed the MySensors gateway on Rasp3. I attached two clients, one on Nano and one on Mega. Both clients are incorporated into the radio network correctly. I have a simple "door" sketch on the clients. By closing a contact a simple message is transmitted. Using the gateway in debug mode before install shows that these messages arrive at the gateway correctly. After install I do not know how to see if messages are still arriving at the gateway. I assume this will be OK. Configuring MQTT gateway with IP-Address 172,0,0,1 and debug. Testing with two separate terminal sessions shows that mosquito is working OK. In Terminal window 1 type: mosquitto_sub -t -v rocnet/rs. In Terminal window 2 type: mosquitto_pub -d -t rocnet/rs -m "Hello from Terminal window 2!" The message pops up in the first terminal. Now closing the contact on a client should provoke the gateway to publish a message in topic rocnet/rs. No message pops up on the subscription terminal. I do not see where the Logfile of the gateway resides. So I am stuck debugging. Some body any idea how to proceed?
    • eporocrail

      Arduino Mega to control sensors
      Development • • eporocrail  

      3
      0
      Votes
      3
      Posts
      682
      Views

      eporocrail

      Thanks for the reply. With me it ONLY WORKS if CE is connected to pin D2 of the Arduino Mega. Several other pins did not work. Took quite some time to figure this out.