-
Notifications
You must be signed in to change notification settings - Fork 60
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
First HTTP request hangs device #13
Comments
Can you write the exact curl command line and curl version that replicates the problem, so that I can try with a unit in hand? |
Sure:
I've been experimenting with the firmware and have found that returning earlier around device/firmware/src/IRKit/GSwifi.cpp Line 1226 in f80e837 |
That curl line is so normal that shouldn't be a common problem for all 12k units shipped so far.
? |
Sure, I'll try to change these things tonight. One thing to add—I have two units, and they both started behaving this way suddenly a few weeks ago. |
It seems that both of my IRKit units will hang after receiving their first HTTP request (like
GET /messages
). Looking at the serial monitor in the Arduino IDE, the request is acknowledged but never answered. The unit seems to get a little warm during this time, suggesting some kind of spinning behavior.Firmware version is the latest (3.0)
The text was updated successfully, but these errors were encountered: