You are reading a single comment by @RichDunajewski and its replies. Click here to read the full conversation.
  • I have an Adafruit Huzzah Feather board that I've loaded the 1v89 firmware onto, and wanted to use their GPS FeatherWing.

    It looks like the Espruino console is interfering with the Serial1 interface (as expected), but I was wondering if there is a way to run the serial console plus the equivalent of "software serial" on another set of pins. The fact that there is no USB interface on this board complicates matters, because on a normal Espruino board I could route the console to USB while running the Serial interface for the GPS. However as far as the ESP8266 is concerned, it just has the Serial1 interface which is brought out to the USB-Serial converter.

    If I could set up serial on another pair of pins, I'd be set. Is there any other way to accomplish this?

    The only workaround I've found so far is to force the console over Telnet with Telnet.setConsole(true) and to continue using the GPS on the Serial1 pins. Then at least I could see the console, assuming the board is connected to WiFi.

About