Avatar for user6204

user6204

Member since Dec 2013 • Last active Dec 2013
  • 2 conversations
  • 5 comments

Most recent activity

    • 7 comments
    • 3,744 views
    • 4 comments
    • 3,605 views
  • in General
    Avatar for user6204

    OK, many thanks. I'll backoff with any problems for a while, to let you sort things out.

    Excellent project !!!

  • in General
    Avatar for user6204

    Just tried the following:

    var onInit = function () {
         SPI1.setup({sck:A5,miso:A6,mosi:A7});
         SPI1.send([0x90],A4);
    };
    

    when I call onInit() it gives

    ERROR: Got EOF expected '}' at line 3 col 25
          SPI1.send([0x90,0],A4);
                                                        ^
    

    Any ideas?

    Using Espruino 1v44 on the HY 3.2"

  • in General
    Avatar for user6204

    ...now I see it. Was looking at an archive with today's date (sorry, I'm dumb) which does not have a bin file (of course!!). However, yesterday's archive seems to have the bin I'm looking for ;-)

  • in General
    Avatar for user6204

    Hi Gordon, thanks for the quick reply. How do I use the nightly link you provided?
    cheers
    John

  • in General
    Avatar for user6204

    Just tried the latest version of the Chrome IDE from github. When trying to load a file and send it to the Espruino board (a HY 3.4"), an ERROR occurs
    "Using '.' operator on non-object ..."
    Modules.removeAllCached();

    Please advise !!

Actions