Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. ethernet wiznet
    Log in to post

    • blutak

      Ethernet shield help
      Troubleshooting • help ethernetgateway wiznet ethernet wiznet check wires • • blutak  

      4
      0
      Votes
      4
      Posts
      2469
      Views

      blutak

      Ive also just tried it on an arduino Uno and im still getting check wires.
    • jhapper

      Ethernet radio dht22 data to plotly errors
      Troubleshooting • ethernet wiznet • • jhapper  

      7
      0
      Votes
      7
      Posts
      2621
      Views

      jhapper

      SOLVED I found that the older library I was using for the initial code returned a boolean for the read indicating whether or not data was still available in the register. In the newer mysensors library, I could change to use done = !radio.isAckPayloadAvailable(); and everything is now working.