Navigation

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

    Dragos Pascale

    @Dragos Pascale

    1
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Dragos Pascale Follow

    Best posts made by Dragos Pascale

    • RE: Is MySensors RPI GW 32bit only?

      in hal/transport/RFM69/driver/new/RFM69_new.h you must also replace
      #define RFM69_MAX_PACKET_LEN (0x40u) with
      #define RFM69_MAX_PACKET_LEN (0x40ul)
      if you are using RFM69 radio

      posted in Troubleshooting
      Dragos Pascale
      Dragos Pascale

    Latest posts made by Dragos Pascale

    • RE: Is MySensors RPI GW 32bit only?

      in hal/transport/RFM69/driver/new/RFM69_new.h you must also replace
      #define RFM69_MAX_PACKET_LEN (0x40u) with
      #define RFM69_MAX_PACKET_LEN (0x40ul)
      if you are using RFM69 radio

      posted in Troubleshooting
      Dragos Pascale
      Dragos Pascale