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

[SIM800]ESP32 not work. #81

Closed
0x1abin opened this issue Sep 18, 2017 · 6 comments
Closed

[SIM800]ESP32 not work. #81

0x1abin opened this issue Sep 18, 2017 · 6 comments

Comments

@0x1abin
Copy link

0x1abin commented Sep 18, 2017

i use it in hardware Serial2.

HardwareSerial Serial2(2);
#define SerialAT Serial2

The example AT_Debug isn't wrok return.

rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0010,len:4
load:0x3fff0014,len:708
load:0x40078000,len:0
load:0x40078000,len:11460
entry 0x400789f4
Trying baud rate 115200 ...
Modem responded at rate 115200
***********************************************************
 You can now send AT commands
 Enter "AT" (without quotes), and you should see "OK"
 If it doesn't work, select "Both NL & CR" in Serial Monitor
***********************************************************
-> AT
-< ⸮�:
@0x1abin
Copy link
Author

0x1abin commented Sep 18, 2017

and the blynk example isn't compiling.

@vshymanskyy
Copy link
Owner

For the Blynk library - please post an issue on Blynk library github page.

@vshymanskyy
Copy link
Owner

vshymanskyy commented Sep 18, 2017

@0x1abin is this issue specific for TinyGSM library? Are you able to send AT commands manually (or using any other example sketch)? If yes, please provide any working example sketch (non TinyGSM-related).

@vshymanskyy
Copy link
Owner

@0x1abin I need your help to understand the issue.

@vshymanskyy
Copy link
Owner

Closed due to lack of interest

@thomasklingbeil
Copy link

thomasklingbeil commented Oct 10, 2017

I can confirm the exact same issue.
ESP32 with N590 connected to HardwareSerial on pins 32/33.

When using a simple sketch, which only sends data back and forth between the default serial console (USB) and the HardwareSerial, everything works properly.

With the TinyGSM library, a lot of random characters show up during the communication, rendering all results unusable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants