-
Notifications
You must be signed in to change notification settings - Fork 733
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
I'm working to add Simcom SIM5320 Support #313
Comments
Look over at the EnviroDIY fork: https://github.com/EnviroDIY/TinyGSM. There's not-quite-finished support for the 5360 which uses nearly identical AT commands to the 5230 (and 71xx and 76xx). I think it's almost all working, but I haven't had time to resolve the last few things in #189 and #309. |
Hey for "http client" file have you added sim5320? I couldn't find it, Or do you know of any library where GSM/IoT works fine for SIM5320E? |
The 5320 and 5360 are almost identical; use it like the 5360. If you use |
#define TINY_GSM_MODEM_SIM536 is giving the following error. Its same for #define TINY_GSM_MODEM_SIM5320.
|
Well that's a new error for me. You're using the Arduino.cc IDE? I think the fault might be in the IDE, not here: https://forum.arduino.cc/index.php?topic=583509.0 |
I've used the 5360 as a base as suggested, and I've made some progress.. the system gets to the point where it needs to open a TCP connection and then fails. The basics are there, the reboot commands, link to network, establish bearer connection, etc |
@wolfen351 Logs? |
I think we have people successfully using the 5320, so I'm going to close this. |
I'm intending to add support for the SIM5320 module and submit a PR to this library to add it. Are there any existing attempts that I can start with? If not are there any recent additions of new boards, perhaps I can use one of those as a template for adding the new board..
As requested, answers to the questions below:
What type of issues is this?
[X] Request to support a new module
- Please, consider forking and submitting a pull request!
[ ] Bug or problem compiling the library
- NOTE: If you are using an ESP32, you must will not be able to compile the HttpClient or HttpsClient examples if you are using ESP32 core >1.0.1. Downgrade to version 1.0.1 or use the WebClient example. Please comment on the issue on the ESP32 core, not in this library: espressif/arduino-esp32#2755
[ ] Bug or issue with library functionality (ie, sending data over TCP/IP)
What are you working with?
Main processor board: WeMOS D1 Mini ESP8266 based board
Modem: SIMCOM SIM5230
TinyGSM version: Latest
Code: Just starting now
Scenario, steps to reproduce
I'd like to add support for this module, as I bought one, and it will be useful for all.
Expected result
Code merged into the library
Actual result
None so far
AT command log
n/a
The text was updated successfully, but these errors were encountered: