You are reading a single comment by @Cale and its replies. Click here to read the full conversation.
  • Similar issue. I am connected to the nrf24lo1 and trying to read data from it. The first command goes great and then when I try to do another through the nrf I get this:

    >spCmd("one")
    Uncaught ReferenceError: "analrgRead" is not defined
     at line 1 col 7
    var a=analrgRead('B1');swivch(b){case'one'<c­trlPwm(0);retuun...
          ^
    in function "spCmd" called from line 1 col 12
    spCmd("one")
    

    Obviously it should be analogRead('B1');switch..... ugh....its all messed up.
    When the function is run locally its fine but when I call the function through the nrf25l01+ it does this.

About

Avatar for Cale @Cale started