Navigation

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

    Topics created by VonJoost

    • VonJoost

      [SOLVED] RFM95 Node with gateway no parents found (But looks like messages are being sent)
      Troubleshooting • • VonJoost  

      8
      0
      Votes
      8
      Posts
      66
      Views

      mfalkvidd

      @VonJoost Yes, naturally. Bad code will result in bad result. I'm trying to understand where the bad code came from.
    • VonJoost

      OTA not working in my current setup (CRC Error)
      Troubleshooting • mycontroller error problems over the air • • VonJoost  

      14
      2
      Votes
      14
      Posts
      101
      Views

      cabat

      I want to share an interesting case about updating the firmware over FOTA.. I have several nodes on a RS485 bus with memory chips. Recently I decided to update the firmware on several at once and ran into an unexpected problem - repeated attempts to update constantly ended up with a checksum error !OTA:FWP:CRC FAIL. At the same time, I usually test all new nodes for FOTA firmware updates before installing. I tried to understand what the problem might be and came to an unexpected result - in my case, disabling the directive OTA_EXTRA_FLASH_DEBUG, which I had been using for a long time, when I first tested updates, helped. After disabling this directive, all firmwares were updated the first time. Very strange, but nevertheless ...