You are reading a single comment by @Snerkle and its replies. Click here to read the full conversation.
  • I'm using

    >process.env
    ={
      "VERSION": "1v84.145",
      "BUILD_DATE": "Jan  5 2016",
      "BUILD_TIME": "10:13:59",
      "GIT_COMMIT": "2f9e0124fad90ebcf32746a02ff3fd56e24a35f­3",
      "BOARD": "PICO_R1_3",
      ...
    

    A build you pointed me at to improve the RTC accuracy without a crystal (under my gitHub personna: dmcnaugh) - as expected its better but not fantastic - averaging +5 seconds every 10 minutes.

    From what I can tell I'm not losing characters transmitting to the Pico but who knows. The same file will load then not load, then load. It will almost always load after a power cycle of the Pico, but then again I can make files that won't event do that. If I change the echo(0); to echo(1); in codeWriter.js -> `writeToEspurino then it looks like its the echoed characters that are sometimes being dropped, but I'm not getting syntax errors so I don't think its the transmitted characters. At some point after about 16Kb (changes) of code has been sent then the Pico just freezes and wont talk anymore until it has been power cycled.

About

Avatar for Snerkle @Snerkle started