Navigation

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

    Best posts made by nneeoo

    • RE: Iboard - Cheap Single board Ethernet Arduino with Radio

      Hi. I just used MySensors library with the iBoard without any HW modifications. All You have to do is to edit utils/RF24_config.h.

      uncomment the following line:

      #define SOFTSPI   // Requires library from https://github.com/greiman/DigitalIO
      

      and modify SOFT SPI PIN definitions to

      const uint8_t SOFT_SPI_MISO_PIN = 6; 
      const uint8_t SOFT_SPI_MOSI_PIN = 5; 
      const uint8_t SOFT_SPI_SCK_PIN = 7;
      

      And it all "just works" 😉 Of course you have to have the DigitalIO library, too.

      posted in Hardware
      nneeoo
      nneeoo
    • RE: Controller IP auto-discovery for EthernetGW

      If anyone is interested in trying out the implementation using UDP packets sent to the subnet broadcast address, check out my pull request https://github.com/mysensors/Arduino/pull/66

      posted in Feature Requests
      nneeoo
      nneeoo