Open JMartinezEco opened 1 month ago
You can get the firmware version with the command ATI and AT+SIMCOMATI commands. (mode.sendAT("I")
and modem.sendAT("+SIMCOMATI")
)
maybe try to connect to https://vsh.pp.ua/TinyGSM/logo.txt first (this is the test page from the TinyGSM guy). AWS or Google could services might be trickier.
You can connect to good old HTTP, right? HTTPS is the problem?
Please update the latest baseband version firmware and test again, this problem should be fixed. https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/blob/main/docs/update_fw.md
Description:
When trying to perform an HTTP POST request using the SIMCOM A7670G module, I encounter the error
HTTP post failed ! error code = 715
. The module successfully connects to the network and retrieves an IP address, but fails when sending the HTTP POST request using theAT+HTTPACTION=1
command.Actual Behavior:
I'm using the base example HttpsBuiltInPost.ino. The module connects to the network and obtains an IP, but the request fails with error
715
when sending a POST.As in https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX/issues/117 It is said that the AT commands for this type of requests are not suported by the A767X modules, is there any firmware update available for the module to make this work?