FIFO Full Puck 2

Posted on
  • I just record and playback some IR signals which I recorded and converted into a string following the YT Tutorial: https://youtu.be/et58ozE-Cu8?si=3XNmz9N5­ImBbbeYS


    var one does work fine in replaying the function Radio on my August MB300 remote the problem is that when I record mode i get FIFO_Full or >Puck.IR(mode)
    Uncaught InternalError: Timeout on Utility Timer
    Execution Interrupted


    1 Attachment

  • If you're seeing >Puck.IR(mode) presumably it's because you were trying to output the IR data?

    Is the issue that you are trying to record IR data at the same time as sending it, so you're basically recording what you're sending?

    I wouldn't worry too much about FIFO_FULL though - it's letting you know that some data it was receiving got lost because too much came in too fast. Realistically that's probably not a problem though - worst case the signal doesn't work and you have to re-record it.

    On new firmwares you could also try JIT which should improve capture speed:

    setWatch(function(e) { "jit"
      d.push(1000*(e.time-e.lastTime));
    }, D1, {edge:"both",repeat:true});
    
  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

FIFO Full Puck 2

Posted by Avatar for user157578 @user157578

Actions