Navigation

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

    Topics created by AdamAnt

    • AdamAnt

      Voltage Divider to measure battery charge
      Hardware • • AdamAnt  

      3
      0
      Votes
      3
      Posts
      56
      Views

      skywatch

      @AdamAnt You could replace the 200K with a 270K preset so that you can adjust it to give the maximum resolution. Remember that you are not measureing voltage with this set up, but an analog 'value' that is 'roughly' proportional to the voltage applied.
    • AdamAnt

      Node not being assigned an ID.
      Troubleshooting • • AdamAnt  

      6
      0
      Votes
      6
      Posts
      466
      Views

      mfalkvidd

      @mkaiser yes, that's correct
    • AdamAnt

      ISR not in IRAM error
      Troubleshooting • • AdamAnt  

      12
      0
      Votes
      12
      Posts
      1600
      Views

      KalleL

      I had the same error and realized it was caused in combination with an interrupt routine . Having read the answers above I tried only to introduce this directive ICACHE_RAM_ATTR void Interrupt_routine() { ...code... } ... and it was all fine
    • AdamAnt

      Cannot flash atmega328 on new custom board
      Hardware • • AdamAnt  

      8
      0
      Votes
      8
      Posts
      1108
      Views

      waspie

      @scalz Thanks for the link to the 3.3v USBASP mod! i have been pulling my hair out trying to get bare 328p chips programmed using a generic ASP thank you!!!
    • AdamAnt

      Home Assistant not assigning Node IDs
      Home Assistant • • AdamAnt  

      4
      0
      Votes
      4
      Posts
      1130
      Views

      mfalkvidd

      @adamant yes that's correct. The (other) difference is that the stock arduino version writes 0x00 to each location, while the MySensors version writes 0xFF. 0xFF is the value the eeprom has before it is written to the first time when it comes out of the factory.