Xinyuan-LilyGO / T-A7608X

MIT License
21 stars 5 forks source link

Low download speed on any type of connection #13

Closed emil151997 closed 1 year ago

emil151997 commented 1 year ago

Hello! I am using the board LILYGO T-A7608E-H. And i Have an issue. I have configured the SIM module for 921600 baud speed (with AT command). But when i try different modes (automatic, LTE, WCDMA, 2G) i always have the same low speed (around 5-6 Kbyte/s), when downloading files. I am using TinyGsm library and FileDownload Example.

emil151997 commented 1 year ago

Hello again! So i solved the issue, just by using AT HTTP Comands (AT+HTTPINIT ... etc). This commands are listed in file below A7600_Series_AT_Command_Manual_V1.02.pdf

gasagna commented 1 year ago

Hi @emil151997, if you want to use the native http client provided by the a7608 module, check out this library I made specifically for this board. Happy to support you, if you need help with it.