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

Second Attemps to AT+CIPOPEN crashes the device #4

Open
Vincrl opened this issue Jul 24, 2019 · 0 comments
Open

Second Attemps to AT+CIPOPEN crashes the device #4

Vincrl opened this issue Jul 24, 2019 · 0 comments

Comments

@Vincrl
Copy link
Owner

Vincrl commented Jul 24, 2019

Using Adafruit FONA-3G,

First attempt to use AT+CIPOPEN is successful and then after disconnecting it, the second one send back an OK but nothing else and times out. The device then needs to be reseted or it resets itself after a long period of time.

First connection:

	---> AT+CIPOPEN=0,"TCP","broker.hivemq.com",1883
	<--- OK
	<--- +CIPOPEN: 0,0

Second connection:

	---> AT+CIPOPEN=0,"TCP","broker.hivemq.com",1883
	<--- OK
	<---

Need to investigate more on how to properly close a TCP Connection.

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

1 participant