Navigation

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

    Best posts made by peterjackson

    • RE: Ethernet gateway with ENC28J60 radio fail

      This is quite old - but I found this while having the same issues. Solved by moving the NRF24 pins around like this:

      // When ENC28J60 is connected we have to move CE/CSN pins for NRF radio
      #define MY_RF24_CE_PIN 5
      #define MY_RF24_CS_PIN 6

      // When ENC28J60 is connected, move SCK, MI and MO pins and enable SPI
      #define MY_SOFTSPI
      #define MY_SOFT_SPI_SCK_PIN 7
      #define MY_SOFT_SPI_MISO_PIN 8
      #define MY_SOFT_SPI_MOSI_PIN 9

      And of course move the radio pins around.

      posted in Development
      peterjackson
      peterjackson
    • RE: Vera MySensors plugin : Cannot send command - communications error

      @BulldogLowell,
      I have been having the exact same issues. However, I have finally got inclusion to start working. The trick for me was not down grading the whole IDE, but only downgrading the Boards.

      Tools | Board | Board Manager and Searching for AVR. The "Arduino AVT Boards" was at version 1.6.19. which did not work. I downgraded to 1.6.11 and now my GW does not reset and inclusion works.

      Give that a try.

      PDJ

      posted in Troubleshooting
      peterjackson
      peterjackson