nfc

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

    1. Cold Boot
    2. IDE-Connect
    3. NRF.nfcURL("http://espruino.com");

            Start |        End | Src | Data (! denotes   | CRC | Annotation 
      ------------|------------|-----|--------­-----------|-----|------------
                0 |       1056 | Rdr |26                 |     | REQA       
          4517504 |    4518560 | Rdr |26                 |     | REQA       
          9035488 |    9036544 | Rdr |26                 |     | REQA       
         13552976 |   13554032 | Rdr |26                 |     | REQA       
         18071472 |   18072528 | Rdr |26                 |     | REQA       
         22588960 |   22590016 | Rdr |26                 |     | REQA       
         27107984 |   27109040 | Rdr |26                 |     | REQA       
         27110228 |   27112596 | Tag |44  00             |     |           
         27560128 |   27564896 | Rdr |50  00  57  cd     |  ok | HALT       
         27629472 |   27630464 | Rdr |52                 |     | WUPA       
         27631700 |   27634068 | Tag |44  00             |     |           
         27642576 |   27645040 | Rdr |93  20             |     | ANTICOLL   
         27646228 |   27652052 | Tag |88  5f  14  55  9  |     |           
         27660672 |   27671136 | Rdr |93  70  88  5f  1  |  ok | SELECT_UID 
         27672372 |   27675892 | Tag |04  da  17         |     |           
         27684368 |   27686832 | Rdr |95  20             |     | ANTICOLL-2 
         27688004 |   27693892 | Tag |51  9f  5b  a2  3  |     |           
         27702464 |   27712992 | Rdr |95  70  51  9f  5  |  ok | ANTICOLL-2 
         27714164 |   27717748 | Tag |00  fe  51         |     |           
      <--- and so on --->
      
    4. RF.nfcURL();

    5. NRF.nfcURL("http://espruino.com");

            Start |        End | Src | Data     | CRC | Annotation
      ------------|------------|-----|--------­--|-----|-----------
                0 |       1056 | Rdr |26        |     | REQA      
          4516448 |    4517504 | Rdr |26        |     | REQA      
          9034464 |    9035520 | Rdr |26        |     | REQA      
         13553488 |   13554544 | Rdr |26        |     | REQA      
         18070464 |   18071520 | Rdr |26        |     | REQA      
         22588992 |   22590048 | Rdr |26        |     | REQA      
         27106464 |   27107520 | Rdr |26        |     | REQA      
         31624992 |   31626048 | Rdr |26        |     | REQA      
         36142976 |   36144032 | Rdr |26        |     | REQA      
         40662000 |   40663056 | Rdr |26        |     | REQA      
         45178976 |   45180032 | Rdr |26        |     | REQA      
         49697488 |   49698544 | Rdr |26        |     | REQA      
         54214432 |   54215488 | Rdr |26        |     | REQA      
         58733472 |   58734528 | Rdr |26        |     | REQA      
         63251968 |   63253024 | Rdr |26        |     | REQA      
         67768960 |   67770016 | Rdr |26        |     | REQA      
         72287472 |   72288528 | Rdr |26        |     | REQA      
         76805952 |   76807008 | Rdr |26        |     | REQA            
      

    Note: The trace is reformatted to fit to line length

    Some how the NFC peripheral is stuck / offline. The handshake does not even start.
    I think its an error in the HAL or how it is used.

About

Avatar for AntiCat @AntiCat started