You are reading a single comment by @migsanvi and its replies. Click here to read the full conversation.
  • Hi @Gordon,

    Are you sure the code posted right at the beginning is the only code running on your device?

    Yes, I'm sure. I have to do a hard-reset every time the code is loaded, I connect the TELO and the Puck.js is restarted.

    When a hard-reset has been performed, the code that shows me dump() is as follows:

    > dump()
    digitalWrite(D18,0);
    =undefined
    >
    

    On the other hand, I have loaded the following code to see the MAC address of the TELO:

    devices = [];
    NRF.on('connect',function(addr) {
      devices.push(addr);
    });
    

    After connecting twice, this is the result ("e4:b3:18:0b:a6:de public" is the MAC of my PC). The other MACs correspond to TELO. It seems that they are random values...

    Thanks!

About

Avatar for migsanvi @migsanvi started