Coder Social home page Coder Social logo

Comments (2)

plerup avatar plerup commented on June 30, 2024

I don't get this. You are using pin 4 and 5 for software serial. Where does GPIO 0 come into this?

from espsoftwareserial.

sk1tt1sh avatar sk1tt1sh commented on June 30, 2024

Thanks, I don't entirely understand it either. I will attempt to create some more detail with debugging when I get a chance. I have just commented out 0,1 and 15 "ICACHE_RAM_ATTR" functions and the corresponding lines in the ISRList are NULL and it has resumed working. (Pin 1 is the built-in TX pin on the esp-12e)

I have confirmed with an adafruit huzzah.

#define RXS 4
#define TXS 5

SoftwareSerial ssp(RXS,TXS,false,128);

void setup(){
  Serial.begin(38400);
  delay(100);
  ssp.begin(38400);
  delay(100);

  Serial.println("Started");
  ssp.write("Test!");
}

void main(){
}

So to test this program the module, unplug it entirely, then with your FTDI connected to the SoftwareSerial pins and nothing on the hardware serial. The device should blink the built in LED when you power it but will never actually finish booting. If you connect to the hardware serial it will inconsistently boot.

Thanks!

from espsoftwareserial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.