Navigation

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

    Topics created by Jimy Aguirre

    • Jimy Aguirre

      Improving RFM69 radio range by adding an external LNA
      Troubleshooting • • Jimy Aguirre  

      12
      0
      Votes
      12
      Posts
      1808
      Views

      mfalkvidd

      @jimy-aguirre I think this behavior is intentional. The indication is designed for giving user feedback when sending or receiving messages. Most users do not expect to see acknowledgement packets as messages. I think you could add a call to set tx indication here to activate the pa when sending acks: https://github.com/mysensors/MySensors/blob/67efa7a7a24e589aad5e0b605fd6c88a858f4038/hal/transport/RFM69/MyTransportRFM69.cpp#L231
    • Jimy Aguirre

      How to use soft SPI to connect my sensor chip while hard SPI is used for radio?
      Development • • Jimy Aguirre  

      4
      0
      Votes
      4
      Posts
      951
      Views

      Jimy Aguirre

      @jimy-aguirre I have contacted Tisham the ATM90E26 smart energy chip Arduino library author. He suggest to submit an issue against the library in github to request the softSPI feature support by the library, then I did it, here it is the link. If anyone can write any suggestion or constructive comment on github it is very welcome. Of course if there is any "alternatively solution" to assign the mysensors library softSPI pins to the sensor chip and it works while the radio is connected to the SPI (hardware SPI) I will be happy to test it. Thanks to all.
    • Jimy Aguirre

      Extending the Relay capabilities - Request
      Feature Requests • • Jimy Aguirre  

      3
      0
      Votes
      3
      Posts
      1712
      Views

      Mihai

      I have a "manually" sketch for relay, you may add any number of relays, choose the PINs you want on Arduino. Of course you are limited by the type of the board you are using. You just have to copy/paste the same code and change the relay number 1, 2, 3, 4 etc: https://github.com/Mihai258/HomeAssistant-MySensors-MQTT/blob/master/Single sensor/MySensorMQTT_REL/MySensorMQTT_REL.ino Of course you have also to take care about already used PINs (some of them are used for the NRF24 module, some for LEDs if case etc).
    • Jimy Aguirre

      ERROR compiling codebender binary Switch
      Bug Reports • • Jimy Aguirre  

      3
      0
      Votes
      3
      Posts
      1362
      Views

      Jimy Aguirre

      Thanks for answer, yes I was talking about the Codebender. to try to keep moving, I have downloaded the API libraries and installed the Arduino IDE, I have downloaded the sketches and Arduino IDE is able to upload them without any problem. Then I go back to Codebender and deleted all the libraries in my main page (my account in codebender) then I clone the sketch with libraries but I got a compiling error, now is it different message. Then I Clone again the sketch, I go to my account in CB and deleted de MySensors library, and return to the sketch in codebender and now it compile the sketch correctly. I was thinking it will not compile because I was deleting the MySensors library after clone and before compiling. Another trick for my Codebender Notebook. Regards and thanks.