Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoftwareSerial on ESP boards #9

Merged
merged 8 commits into from
Apr 15, 2020
Merged

SoftwareSerial on ESP boards #9

merged 8 commits into from
Apr 15, 2020

Conversation

avaldebe
Copy link
Owner

@avaldebe avaldebe commented Apr 15, 2020

Fix broken SoftwareSerial on ESP8266, close #6
Add SoftwareSerial support for the ESP32, see #7

@avaldebe avaldebe added the bug label Apr 15, 2020
@avaldebe avaldebe changed the title fix ESP8266 SoftwareSerial SoftwareSerial on ESP boards Apr 15, 2020
@avaldebe
Copy link
Owner Author

No SoftwareSerial for the ESP32

ESPSoftwareSerial on a MH ET LIVE ESP32MiniKit failed catastrophically

[env:esp32minikit]
platform = espressif32
lib_deps = EspSoftwareSerial@>=6.7.1
board = mhetesp32minikit
build_flags = -D PMS_RX=21 -D PMS_TX=17
PMS sensor on SWSerial
  RX:21
  TX:17
Guru Meditation Error: Core  1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC      : 0x400d18f0  PS      : 0x00060130  A0      : 0x800d0d6d  A1      : 0x3ffb1f50  
A2      : 0x3ffc00b4  A3      : 0x00000002  A4      : 0x0000000a  A5      : 0x00000003  
A6      : 0x00000001  A7      : 0x00000000  A8      : 0xfefefefe  A9      : 0x3ffb1f20  
A10     : 0x3ffe3b4c  A11     : 0x3f401053  A12     : 0x00000007  A13     : 0x00000001  
A14     : 0x00000001  A15     : 0x00000040  SAR     : 0x00000001  EXCCAUSE: 0x0000001c  
EXCVADDR: 0xfefeff0a  LBEG    : 0x400014fd  LEND    : 0x4000150d  LCOUNT  : 0xffffffff  

Backtrace: 0x400d18f0:0x3ffb1f50 0x400d0d6a:0x3ffb1f80 0x400d30b3:0x3
--- exit ---

@avaldebe avaldebe marked this pull request as ready for review April 15, 2020 17:12
@avaldebe avaldebe merged commit dd0e8ee into master Apr 15, 2020
@avaldebe avaldebe deleted the EspSoftwareSerial branch April 17, 2020 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SoftwareSerial is broken
1 participant