Issue with UART receive interrupt
Posted: Fri Dec 16, 2016 2:49 pm
I Tried for UART receive interrupt in esp32, it is working with a controller, i can able to read the data what the controller sending through uart, But i connected esp 32 with one gsm module(quectel m66) here i cant able to read the uart receive data, It is not even receiving a single byte with same code i used with esp 32 and controller interface. The gsm module gpio high level is 2.8. I tried with one voltage level shifter also, we made the 2.8 output to 3.3 and given that to esp32 receive pin, still it didn’t receive a single byte.Anybody please give some suggestion to fix this issue.