You are reading a single comment by @mvcorrea and its replies. Click here to read the full conversation.
  • Is It possible to use the gpios 6/7/8/11 for spi? How about reset pin?

    These are used by the internal flash chip - you will have issues if you use these pins!

  • those for soft spi are ok?

    var sx = new SPI();
    sx.setup({ sck:D0, miso:D4, mosi:D5 });
    sx = require('SX127x').connect({spi: sx, cs: D2});
    

    regards,

About

Avatar for mvcorrea @mvcorrea started