Navigation

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

    Best posts made by David Abbott

    • RE: RF Nano = Nano + NRF24, for just $3,50 on Aliexpress

      Finally got my 2 working but at a sacrifice! they will only work at 1mbps or 2mbps.
      i setup an esp8266 as a gateway and had to add:
      #define MY_RF24_DATARATE RF24_1MBPS

      Here is the addional code i used on th rf-nano sketch;
      #define MY_RF24_CE_PIN 10
      #define MY_RF24_CS_PIN 9
      // #define MY_RF24_DATARATE RF24_250KBPS
      #define MY_RF24_DATARATE RF24_1MBPS

      Its a shame they wont work on 250kbps as i need the distance for a project i am playing with. oh well.
      Hope my findings help someone.

      posted in Hardware
      David Abbott
      David Abbott