You are reading a single comment by @Gustav and its replies. Click here to read the full conversation.
  • what happens if you just do:

    Bluetooth.setConsole(1);
    Serial1.setup(9600,{rx:D14});
    Serial1.on('data', function(d) {
      console.log("SERIAL:"+JSON.stringify(d))­;
    });
    
  • First it complains that i have to define both tx and rx pin, then it just prints undefined once and no data is arriving.

About

Avatar for Gustav @Gustav started